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

View differences:

ISymbol.java
40 40
 */
41 41
package com.iver.cit.gvsig.fmap.core;
42 42

  
43
import java.awt.Color;
43 44
import java.awt.Graphics2D;
44 45
import java.awt.Rectangle;
45 46
import java.awt.Shape;
......
55 56
	public final static int CHARACTER_MARKER = 1;
56 57
	public final static int SIMPLE_FILL = 2;
57 58
	public static final int MARKER_FILL = 3;
59

  
60
	/**
61
	 * Returns the derived version of the symbol that will be used to draw the
62
	 * feature when it is selected.
63
	 * @return <b>ISymbol</b> applied to a feature when it has been selected.
64
	 */
58 65
	ISymbol getSymbolForSelection();
59 66

  
60 67
	void draw(Graphics2D g, AffineTransform affineTransform, FShape shp);

Also available in: Unified diff