- DEFAULT_ASPECT_RATIO - Static variable in class org.eclipse.gef4.layout.LayoutProperties
-
- DEFAULT_BOUNDS - Static variable in class org.eclipse.gef4.layout.LayoutProperties
-
- DEFAULT_BOUNDS_EXPANDABLE - Static variable in class org.eclipse.gef4.layout.LayoutProperties
-
- DEFAULT_DIRECTED - Static variable in class org.eclipse.gef4.layout.LayoutProperties
-
- DEFAULT_DIRECTION - Static variable in class org.eclipse.gef4.layout.LayoutProperties
-
- DEFAULT_DIRECTION_DEPENDANT - Static variable in class org.eclipse.gef4.layout.LayoutProperties
-
- DEFAULT_DYNAMIC_LAYOUT_ENABLED - Static variable in class org.eclipse.gef4.layout.LayoutProperties
-
- DEFAULT_LOCATION - Static variable in class org.eclipse.gef4.layout.LayoutProperties
-
- DEFAULT_MINIMIZED - Static variable in class org.eclipse.gef4.layout.LayoutProperties
-
- DEFAULT_MOVABLE - Static variable in class org.eclipse.gef4.layout.LayoutProperties
-
- DEFAULT_PRUNABLE - Static variable in class org.eclipse.gef4.layout.LayoutProperties
-
- DEFAULT_PRUNING_ENABLED - Static variable in class org.eclipse.gef4.layout.LayoutProperties
-
- DEFAULT_RESIZABLE - Static variable in class org.eclipse.gef4.layout.LayoutProperties
-
- DEFAULT_SIZE - Static variable in class org.eclipse.gef4.layout.LayoutProperties
-
- DEFAULT_SPRING_GRAVITATION - Static variable in class org.eclipse.gef4.layout.algorithms.SpringLayoutAlgorithm
-
The default value for the spring layout gravitation-control.
- DEFAULT_SPRING_ITERATIONS - Static variable in class org.eclipse.gef4.layout.algorithms.SpringLayoutAlgorithm
-
The default value for the spring layout number of interations.
- DEFAULT_SPRING_LENGTH - Static variable in class org.eclipse.gef4.layout.algorithms.SpringLayoutAlgorithm
-
The default value for the spring layout length-control.
- DEFAULT_SPRING_MOVE - Static variable in class org.eclipse.gef4.layout.algorithms.SpringLayoutAlgorithm
-
The default value for the spring layout move-control.
- DEFAULT_SPRING_RANDOM - Static variable in class org.eclipse.gef4.layout.algorithms.SpringLayoutAlgorithm
-
The default value for positioning nodes randomly.
- DEFAULT_SPRING_STRAIN - Static variable in class org.eclipse.gef4.layout.algorithms.SpringLayoutAlgorithm
-
The default value for the spring layout strain-control.
- DEFAULT_VISIBLE - Static variable in class org.eclipse.gef4.layout.LayoutProperties
-
- DEFAULT_WEIGHT - Static variable in class org.eclipse.gef4.layout.LayoutProperties
-
- defaultHandle(TreeLayoutObserver.TreeNode) - Method in class org.eclipse.gef4.layout.algorithms.TreeLayoutObserver.TreeListener
-
A convenience method that can be overridden if a listener reacts the
same way to all events.
- depth - Variable in class org.eclipse.gef4.layout.algorithms.TreeLayoutObserver.TreeNode
-
The depth of the node.
- DFSLayerProvider() - Constructor for class org.eclipse.gef4.layout.algorithms.SugiyamaLayoutAlgorithm.DFSLayerProvider
-
- DIRECTED_PROPERTY - Static variable in class org.eclipse.gef4.layout.LayoutProperties
-
Stores a weight for this connection.
- DIRECTION_BOTTOM_UP - Static variable in class org.eclipse.gef4.layout.LayoutProperties
-
Constant for bottom-up direction.
- DIRECTION_DEPENDANT_PROPERTY - Static variable in class org.eclipse.gef4.layout.LayoutProperties
-
Indicates whether this subgraph is visualized differently depending on
its .
- DIRECTION_LEFT_RIGHT - Static variable in class org.eclipse.gef4.layout.LayoutProperties
-
Constant for direction from left to right.
- DIRECTION_PROPERTY - Static variable in class org.eclipse.gef4.layout.LayoutProperties
-
Stores the direction of this subgraph.
- DIRECTION_RIGHT_LEFT - Static variable in class org.eclipse.gef4.layout.LayoutProperties
-
Constant for direction from right to left.
- DIRECTION_TOP_DOWN - Static variable in class org.eclipse.gef4.layout.LayoutProperties
-
Constant for top-down direction (default).
- doFlushChanges(boolean) - Method in class org.eclipse.gef4.layout.AbstractLayoutContext
-
- DYNAMIC_LAYOUT_ALGORITHM_PROPERTY - Static variable in interface org.eclipse.gef4.layout.ILayoutContext
-
An
ILayoutContext
notifies registered listeners about changes to
the dynamic layout algorithm using this property name.
- DYNAMIC_LAYOUT_ENABLED_PROPERTY - Static variable in class org.eclipse.gef4.layout.LayoutProperties
-
Indicates if layout algorithms can work in the background, reacting to
events/animation.