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, minDistanceBetweenNodes
addCost, addProperty, clone, fromJson, getCosts, getCosts, getProperty, getPropertySafe, property, removeCost, removeCosts, setProperty, supportedProperties, supportsCostType, toString
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
toJson
public 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()
EmptyConfiguration
EmptyConfiguration.addProperty(PropertyDescriptor, Object)
as a way to add new properties in this method.initializeProperties
in class SugiyamaConfiguration
public java.util.Set<java.lang.Class<?>> supportedCostBaseTypes()
EmptyConfiguration
supportedCostBaseTypes
in class EmptyConfiguration