Package com.macrofocus.treemap.tagcloud
Interface Word
-
- All Superinterfaces:
java.lang.Comparable<Word>
- All Known Implementing Classes:
DefaultWord,SwingWord
public interface Word extends java.lang.Comparable<Word>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TextShapegetShapeForLayout()MutableTreeMapNodegetTreeMapNode()booleanintersects(Word otherWord)voidsetLocation(Point2d position)
-
-
-
Method Detail
-
getTreeMapNode
MutableTreeMapNode getTreeMapNode()
-
getShapeForLayout
TextShape getShapeForLayout()
-
setLocation
void setLocation(Point2d position)
-
intersects
boolean intersects(Word otherWord)
-
-