Package com.treemap.tagcloud
Interface TagCloudAlgorithm<Font>
- All Superinterfaces:
Algorithm
- All Known Implementing Classes:
AbstractTagCloudAlgorithm,LegacySwingTagCloudAlgorithm,SwingTagCloudAlgorithm
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumstatic enum -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetFont()intintvoidsetMaxTags(int maxTags) voidsetnSubdivisions(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()
-