Revision 11486 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.7  2007-04-05 16:07:14  jaume
46
* Revision 1.8  2007-05-08 08:47:39  jaume
47
* *** empty log message ***
48
*
49
* Revision 1.7  2007/04/05 16:07:14  jaume
47 50
* Styled labeling stuff
48 51
*
49 52
* Revision 1.6  2007/04/04 15:42:03  jaume
......
72 75
package com.iver.cit.gvsig.fmap.core.styles;
73 76

  
74 77
import java.awt.Rectangle;
78
import java.awt.geom.AffineTransform;
75 79
import java.awt.geom.Point2D;
76 80
import java.awt.geom.Rectangle2D;
77 81

  
......
113 117
	 * The complete bounds of this ILabelStyle
114 118
	 * @return
115 119
	 */
116
	public Rectangle getBounds();
120
	public Rectangle getBounds(AffineTransform scaleInstance);
117 121

  
118 122
	/**
119 123
	 * Returns the position of the point labeled by this label in percent units relative
......
136 140

  
137 141
	public void deleteTextFieldArea(int index);
138 142

  
143
	public void setSize(double width, double height, double unitScaleFactor);
144

  
139 145
}

Also available in: Unified diff