JIDE 3.5.15

com.jidesoft.treemap
Class LabelingFactory

java.lang.Object
  extended by com.jidesoft.treemap.LabelingFactory

public class LabelingFactory
extends Object

Factory class for accessing predefined labeling schemes.


Field Summary
static Labeling EXPAND
          Display the label of the parent nodes in the center of its children (overlaid).
static Labeling NONE
          Only display labels for leaf nodes.
static Labeling OVERLAY
          Display the labels right on top of its children.
static Labeling SURROUND
          Display the label of the parent node above its children.
 
Method Summary
 void add(Labeling entry)
           
 Labeling get(String name)
           
 Labeling getDefault()
           
static LabelingFactory getInstance()
           
 List<Labeling> getLabelings()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OVERLAY

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


SURROUND

public static final Labeling 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 Detail

getInstance

public static LabelingFactory getInstance()

add

public void add(Labeling entry)

getDefault

public Labeling getDefault()

getLabelings

public List<Labeling> getLabelings()

get

public Labeling get(String name)

JIDE 3.5.15