public class ConstrainedSugiyamaConfiguration extends SugiyamaConfiguration
EmptyConfiguration.PropertyDescriptor<T>| Modifier and Type | Field and Description |
|---|---|
static EmptyConfiguration.PropertyDescriptor<java.lang.Integer> |
DUMMY_NODE_PRIORITY |
static EmptyConfiguration.PropertyDescriptor<StatisticService> |
STATISTIC_SERVICE |
static EmptyConfiguration.PropertyDescriptor<QuadraticProgrammingXPositionCalculator.MatrixStorer> |
STORER |
DOWN_UP_ITERATIONS, LAYOUT_STABILITY_WEIGHT, MIN_DISTANCE_BETWEEN_LEVELS, MIN_DISTANCE_BETWEEN_NODES| Constructor and Description |
|---|
ConstrainedSugiyamaConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
initializeProperties()
Initialize the set of properties supported by this configuration.
|
java.util.Set<java.lang.Class<?>> |
supportedCostBaseTypes()
Returns a set of the supported base types for the costs.
|
downUpIterations, layoutConsistencyWeight, layoutStabilityWeight, minDistanceBetweenLevels, minDistanceBetweenNodesaddCost, addProperty, clone, fromJson, getCosts, getCosts, getProperty, getPropertySafe, property, removeCost, removeCosts, setProperty, supportedProperties, supportsCostType, toStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waittoJsonpublic static EmptyConfiguration.PropertyDescriptor<java.lang.Integer> DUMMY_NODE_PRIORITY
public static EmptyConfiguration.PropertyDescriptor<QuadraticProgrammingXPositionCalculator.MatrixStorer> STORER
public static EmptyConfiguration.PropertyDescriptor<StatisticService> STATISTIC_SERVICE
protected void initializeProperties()
EmptyConfigurationEmptyConfiguration.addProperty(PropertyDescriptor, Object) as a way to add new properties in this method.initializeProperties in class SugiyamaConfigurationpublic java.util.Set<java.lang.Class<?>> supportedCostBaseTypes()
EmptyConfigurationsupportedCostBaseTypes in class EmptyConfiguration