Revision 11051 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/styles/IStyle.java

View differences:

IStyle.java
43 43
*
44 44
* $Id$
45 45
* $Log$
46
* Revision 1.1  2007-03-09 11:20:56  jaume
46
* Revision 1.2  2007-04-04 15:41:05  jaume
47
* *** empty log message ***
48
*
49
* Revision 1.1  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
......
84 87

  
85 88
	public abstract boolean isSuitableFor(ISymbol symbol);
86 89

  
90
	/**
91
	 * Used to show an outline of the style to graphically show its properties.
92
	 * @param g, the Graphics2D where to draw
93
	 * @param r, the bounds of the style inside such Graphics2D
94
	 */
95
	public abstract void drawOutline(Graphics2D g, Rectangle r);
87 96
}

Also available in: Unified diff