- getAssignedNodes() - Method in class org.eclipse.gef4.layout.algorithms.SugiyamaLayoutAlgorithm.DFSLayerProvider
-
Returns a
Map
that stores the assignment of layers to
INodeLayout
s.
- getBounds(ILayoutContext) - Static method in class org.eclipse.gef4.layout.LayoutProperties
-
- getBranchGap() - Method in class org.eclipse.gef4.layout.algorithms.SpaceTreeLayoutAlgorithm
-
Returns the distance between branches.
- getChildren() - Method in class org.eclipse.gef4.layout.algorithms.TreeLayoutObserver.TreeNode
-
- getConnections(INodeLayout, INodeLayout) - Method in class org.eclipse.gef4.layout.AbstractLayoutContext
-
- getConnections(INodeLayout, INodeLayout) - Method in interface org.eclipse.gef4.layout.ILayoutContext
-
Returns all the connections between given source and target entities.
- getCurrentLayoutStep() - Method in class org.eclipse.gef4.layout.algorithms.SpringLayoutAlgorithm
-
Returns the current iteration.
- getDepth() - Method in class org.eclipse.gef4.layout.algorithms.TreeLayoutObserver.TreeNode
-
- getDirection() - Method in class org.eclipse.gef4.layout.algorithms.SpaceTreeLayoutAlgorithm
-
- getDirection() - Method in class org.eclipse.gef4.layout.algorithms.TreeLayoutAlgorithm
-
- getEdges() - Method in class org.eclipse.gef4.layout.AbstractLayoutContext
-
- getEdges() - Method in interface org.eclipse.gef4.layout.ILayoutContext
-
Returns all the connections between nodes that should be laid out.
- getHeight() - Method in class org.eclipse.gef4.layout.algorithms.TreeLayoutObserver.TreeNode
-
- getIncomingConnections() - Method in interface org.eclipse.gef4.layout.INodeLayout
-
Returns all connections that have this node as a target.
- getIterations() - Method in class org.eclipse.gef4.layout.algorithms.SpringLayoutAlgorithm
-
Returns the number of iterations to be used.
- getLayerGap() - Method in class org.eclipse.gef4.layout.algorithms.SpaceTreeLayoutAlgorithm
-
Returns the distance between layers.
- getLayoutAlgorithm() - Method in class org.eclipse.gef4.layout.AbstractLayoutContext
-
Gets the value of the property layoutAlgorithm.
- getLayoutAlgorithm() - Method in interface org.eclipse.gef4.layout.ILayoutContext
-
Returns the static layout algorithm used to layout a newly initialized
graph or after heavy changes to it.
- getLayoutContext() - Method in class org.eclipse.gef4.layout.algorithms.CompositeLayoutAlgorithm
-
- getLayoutContext() - Method in class org.eclipse.gef4.layout.algorithms.GridLayoutAlgorithm
-
- getLayoutContext() - Method in class org.eclipse.gef4.layout.algorithms.HorizontalShiftAlgorithm
-
- getLayoutContext() - Method in class org.eclipse.gef4.layout.algorithms.RadialLayoutAlgorithm
-
- getLayoutContext() - Method in class org.eclipse.gef4.layout.algorithms.SpaceTreeLayoutAlgorithm
-
- getLayoutContext() - Method in class org.eclipse.gef4.layout.algorithms.SpringLayoutAlgorithm
-
- getLayoutContext() - Method in class org.eclipse.gef4.layout.algorithms.SugiyamaLayoutAlgorithm
-
- getLayoutContext() - Method in class org.eclipse.gef4.layout.algorithms.TreeLayoutAlgorithm
-
- getLayoutContext() - Method in interface org.eclipse.gef4.layout.ILayoutAlgorithm
-
- getLeafGap() - Method in class org.eclipse.gef4.layout.algorithms.SpaceTreeLayoutAlgorithm
-
Returns the distance between leaf nodes.
- getLocation(INodeLayout) - Static method in class org.eclipse.gef4.layout.LayoutProperties
-
- getNode() - Method in class org.eclipse.gef4.layout.algorithms.TreeLayoutObserver.TreeNode
-
- getNodes() - Method in class org.eclipse.gef4.layout.AbstractLayoutContext
-
- getNodes() - Method in interface org.eclipse.gef4.layout.ILayoutContext
-
Returns all the nodes that should be laid out.
- getNumOfDescendants() - Method in class org.eclipse.gef4.layout.algorithms.TreeLayoutObserver.TreeNode
-
- getNumOfLeaves() - Method in class org.eclipse.gef4.layout.algorithms.TreeLayoutObserver.TreeNode
-
- getOrder() - Method in class org.eclipse.gef4.layout.algorithms.TreeLayoutObserver.TreeNode
-
Returns order in which nodes are visited during Deep First Search.
- getOrientation() - Method in class org.eclipse.gef4.layout.algorithms.BoxLayoutAlgorithm
-
- getOutgoingConnections() - Method in interface org.eclipse.gef4.layout.INodeLayout
-
Returns all connections that have this node as a source.
- getOwner() - Method in class org.eclipse.gef4.layout.algorithms.TreeLayoutObserver.TreeNode
-
- getParent() - Method in class org.eclipse.gef4.layout.algorithms.TreeLayoutObserver.TreeNode
-
- getPredecessingNodes() - Method in interface org.eclipse.gef4.layout.INodeLayout
-
Returns all nodes that are direct predecessors of this node.
- getPreferredAspectRatio(INodeLayout) - Static method in class org.eclipse.gef4.layout.LayoutProperties
-
- getRandom() - Method in class org.eclipse.gef4.layout.algorithms.SpringLayoutAlgorithm
-
Returns whether or not this
SpringLayoutAlgorithm
will layout the
nodes randomly before beginning iterations.
- getRoots(List<INodeLayout>) - Method in class org.eclipse.gef4.layout.algorithms.SugiyamaLayoutAlgorithm.DFSLayerProvider
-
Finds the root elements in the list of nodes based on their
connections.
- getSize(INodeLayout) - Static method in class org.eclipse.gef4.layout.LayoutProperties
-
- getSource() - Method in interface org.eclipse.gef4.layout.IEdgeLayout
-
- getSpringGravitation() - Method in class org.eclipse.gef4.layout.algorithms.SpringLayoutAlgorithm
-
Returns the gravitation-control value of this SpringLayoutAlgorithm in
double precision.
- getSpringLength() - Method in class org.eclipse.gef4.layout.algorithms.SpringLayoutAlgorithm
-
- getSpringMove() - Method in class org.eclipse.gef4.layout.algorithms.SpringLayoutAlgorithm
-
Returns the move-control value of this SpringLayoutAlgorithm in double
precision.
- getSpringStrain() - Method in class org.eclipse.gef4.layout.algorithms.SpringLayoutAlgorithm
-
Returns the strain-control value of this SpringLayoutAlgorithm in double
precision.
- getSpringTimeout() - Method in class org.eclipse.gef4.layout.algorithms.SpringLayoutAlgorithm
-
Gets the max time this algorithm will run for
- getSuccessingNodes() - Method in interface org.eclipse.gef4.layout.INodeLayout
-
Returns all nodes that are direct successors of this node.
- getSuperRoot() - Method in class org.eclipse.gef4.layout.algorithms.TreeLayoutObserver
-
Returns Super Root, that is an artificial node being a common parent for
all nodes in observed tree structure.
- getTarget() - Method in interface org.eclipse.gef4.layout.IEdgeLayout
-
- getTotalNumberOfLayoutSteps() - Method in class org.eclipse.gef4.layout.algorithms.SpringLayoutAlgorithm
-
Returns the maximum number of iterations.
- getTreeNode(INodeLayout) - Method in class org.eclipse.gef4.layout.algorithms.TreeLayoutObserver
-
- getWeight(IEdgeLayout) - Static method in class org.eclipse.gef4.layout.LayoutProperties
-
- GreedyCrossingReducer() - Constructor for class org.eclipse.gef4.layout.algorithms.SugiyamaLayoutAlgorithm.GreedyCrossingReducer
-
- GridLayoutAlgorithm - Class in org.eclipse.gef4.layout.algorithms
-
- GridLayoutAlgorithm() - Constructor for class org.eclipse.gef4.layout.algorithms.GridLayoutAlgorithm
-
Default constructor.