Package com.treemap.tagcloud
Interface TagCloudAlgorithm<Font>
- All Superinterfaces:
Algorithm
- All Known Implementing Classes:
AbstractTagCloudAlgorithm
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum
static enum
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetFont()
int
int
void
setMaxTags
(int maxTags) void
setnSubdivisions
(int nSubdivisions) Methods inherited from interface com.treemap.Algorithm
breadthFirstLayout, depthFirstLayout, finishLayout, getProperties, isChildContained, isColorParent, isCompatible, isRenderingLeafLabelsSupported, isRenderingParentLabelSupported, isSpaceFilling, iterator, startLayout
-
Field Details
-
PROPERTY_FONT
- See Also:
-
PROPERTY_ORIENTATIONMODE
- See Also:
-
PROPERTY_SPIRAL
- See Also:
-
-
Method Details
-
getMaxTags
int getMaxTags() -
setMaxTags
void setMaxTags(int maxTags) -
getnSubdivisions
int getnSubdivisions() -
setnSubdivisions
void setnSubdivisions(int nSubdivisions) -
getFont
Font getFont() -
getSpiral
TagCloudAlgorithm.Spiral getSpiral() -
getOrientationMode
TagCloudAlgorithm.OrientationMode getOrientationMode()
-