Package com.treemap

Class LabelingFactory

java.lang.Object
com.treemap.LabelingFactory

@JsType public class LabelingFactory extends Object
Factory class for accessing predefined labeling schemes.
  • Field Details

    • OVERLAY

      public static final Labeling OVERLAY
      Display the labels right on top of its children.
    • SURROUND

      public static final SurroundLabeling SURROUND
      Display the label of the parent node above its children.
    • COLORED_SURROUND

      public static final SurroundLabeling COLORED_SURROUND
      Display the label of the parent node above its children.
    • NONE

      public static final Labeling NONE
      Only display labels for leaf nodes.
    • EXPAND

      public static final Labeling EXPAND
      Display the label of the parent nodes in the center of its children (overlaid).
  • Method Details