Package com.treemap.tagcloud
Interface TextShape
-
- All Superinterfaces:
com.macrofocus.geom.Shape
- All Known Implementing Classes:
RectangularTextShape
,SwingTextShape
public interface TextShape extends com.macrofocus.geom.Shape
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.macrofocus.geom.Shape
createTransformedShape(com.macrofocus.geom.AffineTransform at)
com.macrofocus.igraphics.CPFont
getFont()
java.lang.String
getText()
boolean
isTextOutline()
-