Revision 10977 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/styles/SimpleLabelStyle.java

View differences:

SimpleLabelStyle.java
43 43
*
44 44
* $Id$
45 45
* $Log$
46
* Revision 1.2  2007-03-09 11:20:56  jaume
46
* Revision 1.3  2007-03-29 16:02:01  jaume
47
* *** empty log message ***
48
*
49
* Revision 1.2  2007/03/09 11:20:56  jaume
47 50
* Advanced symbology (start committing)
48 51
*
49 52
* Revision 1.1.2.2  2007/02/15 16:23:44  jaume
......
58 61

  
59 62
import java.awt.Graphics2D;
60 63
import java.awt.Rectangle;
64
import java.awt.Shape;
61 65
import java.awt.geom.AffineTransform;
62 66
import java.awt.geom.Point2D;
63 67

  
......
91 95
		return text;
92 96
	}
93 97

  
94
	public PictureMarkerSymbol getBackground() {
95
		return backGround;
96
	}
97

  
98 98
	public Point2D[] getTextPositions(AffineTransform at) {
99 99
		// TODO Implement it
100 100
		throw new Error("Not yet implemented!");
......
129 129
		throw new Error("Not yet implemented!");
130 130

  
131 131
	}
132

  
133
	public void drawBackground(Graphics2D g, Shape shp) {
134
		// no background
135
	}
132 136
}

Also available in: Unified diff