public static enum PropertyEnums.OrganicProperties extends java.lang.Enum<PropertyEnums.OrganicProperties> 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| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
java.lang.Class<?> |
getType() |
boolean |
isHidden() |
static PropertyEnums.OrganicProperties |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PropertyEnums.OrganicProperties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertyEnums.OrganicProperties IS_OPTIMIZE_EDGE_CROSSING
public static final PropertyEnums.OrganicProperties EDGE_CROSSING_FACTOR
public static final PropertyEnums.OrganicProperties IS_OPTIMIZE_EDGE_DISTANCE
public static final PropertyEnums.OrganicProperties EDGE_DISTANCE_FACTOR
public static final PropertyEnums.OrganicProperties IS_OPTIMIZE_BORDER_LINE
public static final PropertyEnums.OrganicProperties BORDER_LINE_FACTOR
public static final PropertyEnums.OrganicProperties IS_OPTIMIZE_NODE_DISTRIBUTION
public static final PropertyEnums.OrganicProperties NODE_DISTRIBUTION_FACTOR
public static final PropertyEnums.OrganicProperties IS_FINE_TUNING
public static final PropertyEnums.OrganicProperties FINE_TUNING_RADIUS
public static final PropertyEnums.OrganicProperties AVERAGE_NODE_AREA
public static final PropertyEnums.OrganicProperties AVERAGE_SCALE_FACTOR
public static final PropertyEnums.OrganicProperties MAX_ITERATIONS
public static PropertyEnums.OrganicProperties[] values()
for (PropertyEnums.OrganicProperties c : PropertyEnums.OrganicProperties.values()) System.out.println(c);
public static PropertyEnums.OrganicProperties 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()