Package com.treemap.tagcloud
Interface TextShape
-
- All Superinterfaces:
com.macrofocus.geom.Shape
- All Known Implementing Classes:
RectangularTextShape
public interface TextShape extends com.macrofocus.geom.Shape
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.macrofocus.geom.ShapecreateTransformedShape(com.macrofocus.geom.AffineTransform at)com.macrofocus.igraphics.CPFontgetFont()java.lang.StringgetText()booleanisTextOutline()
-