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

View differences:

ILabelStyle.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.1  2007/02/15 16:23:44  jaume
......
56 59
*/
57 60
package com.iver.cit.gvsig.fmap.core.styles;
58 61

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

  
62
import com.iver.cit.gvsig.fmap.core.symbols.PictureMarkerSymbol;
63

  
64 67
/**
65 68
 * Defines the style that a Label symbol can contain which typically define
66 69
 * a background of the label as an Image, the texts that the label holds
......
85 88
	 * Document me!
86 89
	 * @return
87 90
	 */
88
	public PictureMarkerSymbol getBackground();
91
	public void drawBackground(Graphics2D g, Shape shp);
89 92

  
90 93
	/**
91 94
	 * Returns an array of points whose length is getFieldCount()-1 or less

Also available in: Unified diff