public static enum PropertyEnums.NodeLinkTreeProperties extends java.lang.Enum<PropertyEnums.NodeLinkTreeProperties> implements PropertyEnums
PropertyEnums.BalloonProperties, PropertyEnums.BoxProperties, PropertyEnums.CircleProperties, PropertyEnums.CompactTreeProperties, PropertyEnums.FastOrganicProperties, PropertyEnums.FruchtermanReingoldProperties, PropertyEnums.HierarchicalProperties, PropertyEnums.KamadaKawaiProperties, PropertyEnums.NodeLinkTreeProperties, PropertyEnums.OrganicProperties, PropertyEnums.RadialTree2Properties, PropertyEnums.RadialTreeProperties, PropertyEnums.SpringProperties, PropertyEnums.SymmetricProperties, PropertyEnums.TreeProperties, PropertyEnums.TutteProperties| Enum Constant and Description |
|---|
ORIENTATION |
SPACING_DEPTH_LEVELS |
SPACING_ROOT_NODE |
SPACING_SIBLINGS |
SPACING_SUBTREES |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
java.lang.Class<?> |
getType() |
boolean |
isHidden() |
static PropertyEnums.NodeLinkTreeProperties |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PropertyEnums.NodeLinkTreeProperties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertyEnums.NodeLinkTreeProperties ORIENTATION
public static final PropertyEnums.NodeLinkTreeProperties SPACING_SIBLINGS
public static final PropertyEnums.NodeLinkTreeProperties SPACING_SUBTREES
public static final PropertyEnums.NodeLinkTreeProperties SPACING_DEPTH_LEVELS
public static final PropertyEnums.NodeLinkTreeProperties SPACING_ROOT_NODE
public static PropertyEnums.NodeLinkTreeProperties[] values()
for (PropertyEnums.NodeLinkTreeProperties c : PropertyEnums.NodeLinkTreeProperties.values()) System.out.println(c);
public static PropertyEnums.NodeLinkTreeProperties valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getName()
public boolean isHidden()
true if the property should not be shown on the UI, false
if it should be shownpublic java.lang.Class<?> getType()