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