Package com.treemap
Class LabelingFactory
java.lang.Object
com.treemap.LabelingFactory
Factory class for accessing predefined labeling schemes.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SurroundLabelingDisplay the label of the parent node above its children.static final LabelingDisplay the label of the parent nodes in the center of its children (overlaid).static final LabelingOnly display labels for leaf nodes.static final LabelingDisplay the labels right on top of its children.static final SurroundLabelingDisplay 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
-