|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jidesoft.treemap.LabelingFactory
public class LabelingFactory
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 |
|---|
public static final Labeling OVERLAY
public static final Labeling SURROUND
public static final Labeling NONE
public static final Labeling EXPAND
| Method Detail |
|---|
public static LabelingFactory getInstance()
public void add(Labeling entry)
public Labeling getDefault()
public List<Labeling> getLabelings()
public Labeling get(String name)
|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||