public static enum PropertyEnums.CompactTreeProperties extends java.lang.Enum<PropertyEnums.CompactTreeProperties> 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 |
|---|
HORIZONTAL |
INVERT |
LEVEL_DISTANCE |
NODE_DISTANCE |
RESIZE_PARENTS |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
java.lang.Class<?> |
getType() |
boolean |
isHidden() |
static PropertyEnums.CompactTreeProperties |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PropertyEnums.CompactTreeProperties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertyEnums.CompactTreeProperties HORIZONTAL
public static final PropertyEnums.CompactTreeProperties INVERT
public static final PropertyEnums.CompactTreeProperties RESIZE_PARENTS
public static final PropertyEnums.CompactTreeProperties LEVEL_DISTANCE
public static final PropertyEnums.CompactTreeProperties NODE_DISTANCE
public static PropertyEnums.CompactTreeProperties[] values()
for (PropertyEnums.CompactTreeProperties c : PropertyEnums.CompactTreeProperties.values()) System.out.println(c);
public static PropertyEnums.CompactTreeProperties 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()