Package com.treemap
Class LabelingFactory
java.lang.Object
com.treemap.LabelingFactory
Factory class for accessing predefined labeling schemes.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SurroundLabeling
Display the label of the parent node above its children.static final Labeling
Display the label of the parent nodes in the center of its children (overlaid).static final Labeling
Only display labels for leaf nodes.static final Labeling
Display the labels right on top of its children.static final SurroundLabeling
Display the label of the parent node above its children. -
Method Summary
-
Field Details
-
OVERLAY
Display the labels right on top of its children. -
SURROUND
Display the label of the parent node above its children. -
COLORED_SURROUND
Display the label of the parent node above its children. -
NONE
Only display labels for leaf nodes. -
EXPAND
Display the label of the parent nodes in the center of its children (overlaid).
-
-
Method Details
-
getInstance
-
add
-
getDefault
-
getLabelings
-
get
-