Index
All Classes and Interfaces|All Packages|Constant Field Values
G
- getAssignedNodes() - Method in class org.eclipse.gef.layout.algorithms.SugiyamaLayoutAlgorithm.DFSLayerProvider
-
Returns a
Map
that stores the assignment of layers toNode
s. - getBounds(Graph) - Static method in class org.eclipse.gef.layout.LayoutProperties
-
Returns the value of the
LayoutProperties.BOUNDS_PROPERTY
of the givenLayoutContext
. - getBranchGap() - Method in class org.eclipse.gef.layout.algorithms.SpaceTreeLayoutAlgorithm
-
Returns the distance between branches.
- getChildren() - Method in class org.eclipse.gef.layout.algorithms.TreeLayoutHelper.TreeNode
- getCurrentLayoutStep() - Method in class org.eclipse.gef.layout.algorithms.SpringLayoutAlgorithm
-
Returns the current iteration.
- getDepth() - Method in class org.eclipse.gef.layout.algorithms.TreeLayoutHelper.TreeNode
- getDirection() - Method in class org.eclipse.gef.layout.algorithms.SpaceTreeLayoutAlgorithm
- getDirection() - Method in class org.eclipse.gef.layout.algorithms.TreeLayoutAlgorithm
-
Returns the direction of this
TreeLayoutAlgorithm
. - getEdges() - Method in class org.eclipse.gef.layout.LayoutContext
-
Returns all the connections between nodes that should be laid out.
- getGraph() - Method in class org.eclipse.gef.layout.LayoutContext
-
Returns the graph that is to be layouted.
- getHeight() - Method in class org.eclipse.gef.layout.algorithms.TreeLayoutHelper.TreeNode
- getIterations() - Method in class org.eclipse.gef.layout.algorithms.SpringLayoutAlgorithm
-
Returns the number of iterations to be used.
- getLayerGap() - Method in class org.eclipse.gef.layout.algorithms.SpaceTreeLayoutAlgorithm
-
Returns the distance between layers.
- getLayoutAlgorithm() - Method in class org.eclipse.gef.layout.LayoutContext
-
Returns the static layout algorithm used to layout a newly initialized graph or after heavy changes to it.
- getLeafGap() - Method in class org.eclipse.gef.layout.algorithms.SpaceTreeLayoutAlgorithm
-
Returns the distance between leaf nodes.
- getLocation(Node) - Static method in class org.eclipse.gef.layout.LayoutProperties
-
Returns the value of the
LayoutProperties.LOCATION_PROPERTY
of the givenNode
. - getNode() - Method in class org.eclipse.gef.layout.algorithms.TreeLayoutHelper.TreeNode
- getNodes() - Method in class org.eclipse.gef.layout.LayoutContext
-
Returns all the nodes that should be laid out.
- getNumOfDescendants() - Method in class org.eclipse.gef.layout.algorithms.TreeLayoutHelper.TreeNode
- getNumOfLeaves() - Method in class org.eclipse.gef.layout.algorithms.TreeLayoutHelper.TreeNode
- getOrder() - Method in class org.eclipse.gef.layout.algorithms.TreeLayoutHelper.TreeNode
-
Returns order in which nodes are visited during Deep First Search.
- getOrientation() - Method in class org.eclipse.gef.layout.algorithms.BoxLayoutAlgorithm
-
Returns the orientation of this
BoxLayoutAlgorithm
, eitherBoxLayoutAlgorithm.HORIZONTAL
orBoxLayoutAlgorithm.VERTICAL
. - getOwner() - Method in class org.eclipse.gef.layout.algorithms.TreeLayoutHelper.TreeNode
- getParent() - Method in class org.eclipse.gef.layout.algorithms.TreeLayoutHelper.TreeNode
- getPreferredAspectRatio(Node) - Static method in class org.eclipse.gef.layout.LayoutProperties
-
Returns the value of the
LayoutProperties.ASPECT_RATIO_PROPERTY
of the givenNode
. - getRandom() - Method in class org.eclipse.gef.layout.algorithms.SpringLayoutAlgorithm
-
Returns whether or not this
SpringLayoutAlgorithm
will layout the nodes randomly before beginning iterations. - getRoots(List<Node>) - Method in class org.eclipse.gef.layout.algorithms.SugiyamaLayoutAlgorithm.DFSLayerProvider
-
Finds the root elements in the list of nodes based on their connections.
- getSize(Node) - Static method in class org.eclipse.gef.layout.LayoutProperties
-
Returns the value of the
LayoutProperties.SIZE_PROPERTY
of the givenNode
. - getSpringGravitation() - Method in class org.eclipse.gef.layout.algorithms.SpringLayoutAlgorithm
-
Returns the gravitation-control value of this SpringLayoutAlgorithm in double precision.
- getSpringLength() - Method in class org.eclipse.gef.layout.algorithms.SpringLayoutAlgorithm
-
Returns the length-control value of this
SpringLayoutAlgorithm
in double precision. - getSpringMove() - Method in class org.eclipse.gef.layout.algorithms.SpringLayoutAlgorithm
-
Returns the move-control value of this SpringLayoutAlgorithm in double precision.
- getSpringStrain() - Method in class org.eclipse.gef.layout.algorithms.SpringLayoutAlgorithm
-
Returns the strain-control value of this SpringLayoutAlgorithm in double precision.
- getSpringTimeout() - Method in class org.eclipse.gef.layout.algorithms.SpringLayoutAlgorithm
-
Gets the max time this algorithm will run for
- getSuperRoot() - Method in class org.eclipse.gef.layout.algorithms.TreeLayoutHelper
-
Returns Super Root, that is an artificial node being a common parent for all nodes in observed tree structure.
- getTotalNumberOfLayoutSteps() - Method in class org.eclipse.gef.layout.algorithms.SpringLayoutAlgorithm
-
Returns the maximum number of iterations.
- getTreeNode(Node) - Method in class org.eclipse.gef.layout.algorithms.TreeLayoutHelper
-
Returns a
TreeLayoutHelper.TreeNode
related to given node layout. - getWeight(Edge) - Static method in class org.eclipse.gef.layout.LayoutProperties
-
Returns the value of the
LayoutProperties.WEIGHT_PROPERTY
of the givenEdge
. - GreedyCrossingReducer() - Constructor for class org.eclipse.gef.layout.algorithms.SugiyamaLayoutAlgorithm.GreedyCrossingReducer
- GridLayoutAlgorithm - Class in org.eclipse.gef.layout.algorithms
-
The
GridLayoutAlgorithm
lays out nodes in a grid. - GridLayoutAlgorithm() - Constructor for class org.eclipse.gef.layout.algorithms.GridLayoutAlgorithm
-
Default constructor.
All Classes and Interfaces|All Packages|Constant Field Values