- MAX_SPRING_TIME - Static variable in class org.eclipse.gef4.layout.algorithms.SpringLayoutAlgorithm
-
the default value for the time algorithm runs.
- maximizeSizes(IEntityLayout[]) - Static method in class org.eclipse.gef4.layout.algorithms.AlgorithmHelper
-
Resizes the nodes so that they have a maximal area without overlapping
each other, with additional empty space of 20% of node's width (or
height, if bigger).
- MIN_DISTANCE - Static variable in class org.eclipse.gef4.layout.algorithms.SpringLayoutAlgorithm
-
Minimum distance considered between nodes
- MIN_NODE_SIZE - Static variable in class org.eclipse.gef4.layout.algorithms.AlgorithmHelper
-
The minimum size of a node.
- MINIMIZED_PROPERTY - Static variable in class org.eclipse.gef4.layout.LayoutProperties
-
Stores the minimized state of this NodeLayout.
- MOVABLE_PROPERTY - Static variable in class org.eclipse.gef4.layout.LayoutProperties
-
Stores the movable state of this EntityLayout.