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