Skip navigation links
GEF4 Layout
0.2.0.201509140217
A B C D E F G H I L M N O P R S T U V W 

G

getAssignedNodes() - Method in class org.eclipse.gef4.layout.algorithms.SugiyamaLayoutAlgorithm.DFSLayerProvider
Returns a Map that stores the assignment of layers to INodeLayouts.
getBounds(ILayoutContext) - Static method in class org.eclipse.gef4.layout.LayoutProperties
Returns the value of the LayoutProperties.BOUNDS_PROPERTY of the given ILayoutContext.
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() - Method in class org.eclipse.gef4.layout.AbstractLayoutContext
 
getConnections(IEntityLayout, IEntityLayout) - Method in class org.eclipse.gef4.layout.AbstractLayoutContext
 
getConnections() - Method in interface org.eclipse.gef4.layout.ILayoutContext
Returns all the connections between nodes that should be laid out.
getConnections(IEntityLayout, IEntityLayout) - 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
Returns the direction of this TreeLayoutAlgorithm.
getDirection(ISubgraphLayout) - Static method in class org.eclipse.gef4.layout.LayoutProperties
Returns the value of the LayoutProperties.DIRECTION_PROPERTY of the given ISubgraphLayout.
getDynamicLayoutAlgorithm() - Method in class org.eclipse.gef4.layout.AbstractLayoutContext
 
getDynamicLayoutAlgorithm() - Method in interface org.eclipse.gef4.layout.ILayoutContext
 
getEntities() - Method in interface org.eclipse.gef4.layout.ILayoutContext
Returns all entities that are currently placed on the graph, that is subgraphs and unpruned nodes.
getExpandCollapseManager() - Method in class org.eclipse.gef4.layout.algorithms.SpaceTreeLayoutAlgorithm
 
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.
getItems() - Method in interface org.eclipse.gef4.layout.IEntityLayout
Returns all graph items that are represented using this single entity.
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.
getLayoutBounds(IEntityLayout[], boolean) - Static method in class org.eclipse.gef4.layout.algorithms.AlgorithmHelper
Find the bounds in which the nodes are located.
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
Returns the previously set ILayoutContext.
getLeafGap() - Method in class org.eclipse.gef4.layout.algorithms.SpaceTreeLayoutAlgorithm
Returns the distance between leaf nodes.
getLocation(IEntityLayout) - Static method in class org.eclipse.gef4.layout.LayoutProperties
Returns the value of the LayoutProperties.LOCATION_PROPERTY of the given IEntityLayout.
getMinimumDistance(IEntityLayout[]) - Static method in class org.eclipse.gef4.layout.algorithms.AlgorithmHelper
minDistance is the closest that any two points are together.
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.
getNodes() - Method in interface org.eclipse.gef4.layout.ISubgraphLayout
Returns all the nodes belonging to this subgraph.
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
 
getPredecessingEntities() - Method in interface org.eclipse.gef4.layout.IEntityLayout
Returns all entities that are direct predecessors of this entity.
getPredecessingNodes() - Method in interface org.eclipse.gef4.layout.INodeLayout
Returns all nodes that are direct predecessors of this node.
getPreferredAspectRatio(IEntityLayout) - Static method in class org.eclipse.gef4.layout.LayoutProperties
Returns the value of the LayoutProperties.ASPECT_RATIO_PROPERTY of the given IEntityLayout.
getProperty(String) - Method in class org.eclipse.gef4.layout.AbstractLayoutContext
 
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(IEntityLayout) - Static method in class org.eclipse.gef4.layout.LayoutProperties
Returns the value of the LayoutProperties.SIZE_PROPERTY of the given IEntityLayout.
getSource() - Method in interface org.eclipse.gef4.layout.IConnectionLayout
 
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
Returns the length-control value of this SpringLayoutAlgorithm in double precision.
getSpringMove() - Method in class org.eclipse.gef4.layout.algorithms.SpringLayoutAlgorithm
Returns the move-control value of this SpringLayoutAlgorithm in double presion.
getSpringStrain() - Method in class org.eclipse.gef4.layout.algorithms.SpringLayoutAlgorithm
Returns the strain-control value of this SpringLayoutAlgorithm in double presion.
getSpringTimeout() - Method in class org.eclipse.gef4.layout.algorithms.SpringLayoutAlgorithm
Gets the max time this algorithm will run for
getStaticLayoutAlgorithm() - Method in class org.eclipse.gef4.layout.AbstractLayoutContext
 
getStaticLayoutAlgorithm() - 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.
getSubgraph() - Method in interface org.eclipse.gef4.layout.INodeLayout
 
getSubgraphs() - Method in class org.eclipse.gef4.layout.AbstractLayoutContext
 
getSubgraphs() - Method in interface org.eclipse.gef4.layout.ILayoutContext
Returns all the subgraphs this context's nodes were pruned to.
getSuccessingEntities() - Method in interface org.eclipse.gef4.layout.IEntityLayout
Returns all entities that are direct successors of this entity.
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.IConnectionLayout
 
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
Returns a TreeLayoutObserver.TreeNode related to given node layout.
getWeight(IConnectionLayout) - Static method in class org.eclipse.gef4.layout.LayoutProperties
Returns the value of the LayoutProperties.WEIGHT_PROPERTY of the given IConnectionLayout.
GreedyCrossingReducer() - Constructor for class org.eclipse.gef4.layout.algorithms.SugiyamaLayoutAlgorithm.GreedyCrossingReducer
 
GridLayoutAlgorithm - Class in org.eclipse.gef4.layout.algorithms
The GridLayoutAlgorithm lays out nodes in a grid.
GridLayoutAlgorithm() - Constructor for class org.eclipse.gef4.layout.algorithms.GridLayoutAlgorithm
Default constructor.
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links
GEF4 Layout
0.2.0.201509140217

Copyright (c) 2014 itemis AG and others. All rights reserved.