Revision 28367 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/symbols/ISymbol.java

View differences:

ISymbol.java
45 45
import java.awt.Rectangle;
46 46
import java.awt.geom.AffineTransform;
47 47

  
48
import javax.print.attribute.PrintRequestAttributeSet;
49

  
48 50
import com.iver.cit.gvsig.fmap.ViewPort;
49 51
import com.iver.cit.gvsig.fmap.core.FShape;
50 52
import com.iver.cit.gvsig.fmap.core.IGeometry;
......
188 190
	 * rectangles. For example, think about rendering a Label with size
189 191
	 * in meters => You will need to specify a size in pixels.
190 192
	 * Of course, you can also to choose to render a prepared image, etc.
191
	 * @param g2
192 193
	 * @param scaleInstance
193 194
	 * @param r
195
	 * @param properties TODO
196
	 * @param g2
194 197
	 * @throws SymbolDrawingException TODO
195 198
	 */
196
	public void drawInsideRectangle(Graphics2D g, AffineTransform scaleInstance, Rectangle r) throws SymbolDrawingException;
199
	public void drawInsideRectangle(Graphics2D g, AffineTransform scaleInstance, Rectangle r, PrintRequestAttributeSet properties) throws SymbolDrawingException;
197 200

  
198 201

  
199 202
}

Also available in: Unified diff