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

I

IEdgeLayout - Interface in org.eclipse.gef4.layout
An IEdgeLayout represents a connection between two INodeLayouts, i.e. it represents an edge of a graph within the layout model.
ILayoutAlgorithm - Interface in org.eclipse.gef4.layout
An interface for all layout algorithms.
ILayoutContext - Interface in org.eclipse.gef4.layout
Objects implementing ILayoutContext interface are used for exchanging of information between layout algorithms and graphical objects displaying graphs, i.e. an ILayoutContext represents a graph within the layout model.
ILayoutFilter - Interface in org.eclipse.gef4.layout
An ILayoutFilter can be used to filter layout objects, so that they are not reported to any ILayoutAlgorithm by the ILayoutContext.
INodeLayout - Interface in org.eclipse.gef4.layout
An INodeLayout represents a node of a graph within the layout model.
isAncestorOf(TreeLayoutObserver.TreeNode) - Method in class org.eclipse.gef4.layout.algorithms.TreeLayoutObserver.TreeNode
 
isBetterParent(TreeLayoutObserver.TreeNode) - Method in class org.eclipse.gef4.layout.algorithms.TreeLayoutObserver.TreeNode
Checks if a potential parent would be better for this node than its current parent.
isFirstChild() - Method in class org.eclipse.gef4.layout.algorithms.TreeLayoutObserver.TreeNode
 
isLastChild() - Method in class org.eclipse.gef4.layout.algorithms.TreeLayoutObserver.TreeNode
 
isLayoutIrrelevant(IEdgeLayout) - Method in class org.eclipse.gef4.layout.AbstractLayoutContext
 
isLayoutIrrelevant(INodeLayout) - Method in class org.eclipse.gef4.layout.AbstractLayoutContext
 
isLayoutIrrelevant(IEdgeLayout) - Method in interface org.eclipse.gef4.layout.ILayoutContext
Returns true when the given IEdgeLayout is not relevant for layout according to the configured layout filters.
isLayoutIrrelevant(INodeLayout) - Method in interface org.eclipse.gef4.layout.ILayoutContext
Returns true when the given INodeLayout is not relevant for layout according to the configured layout filters.
isLayoutIrrelevant(IEdgeLayout) - Method in interface org.eclipse.gef4.layout.ILayoutFilter
Returns true to indicate that the given IEdgeLayout is irrelevant for layout.
isLayoutIrrelevant(INodeLayout) - Method in interface org.eclipse.gef4.layout.ILayoutFilter
Returns true to indicate that the given INodeLayout is irrelevant for layout.
isMovable(INodeLayout) - Static method in class org.eclipse.gef4.layout.LayoutProperties
Returns the value of the LayoutProperties.MOVABLE_PROPERTY of the given INodeLayout.
isResizable(INodeLayout) - Static method in class org.eclipse.gef4.layout.LayoutProperties
Returns the value of the LayoutProperties.RESIZABLE_PROPERTY of the given INodeLayout.
isResizing() - Method in class org.eclipse.gef4.layout.algorithms.GridLayoutAlgorithm
 
isResizing() - Method in class org.eclipse.gef4.layout.algorithms.RadialLayoutAlgorithm
 
isResizing() - Method in class org.eclipse.gef4.layout.algorithms.SpringLayoutAlgorithm
 
isResizing() - Method in class org.eclipse.gef4.layout.algorithms.TreeLayoutAlgorithm
 
A B C D F G H I L M N O P R S T U V W 
Skip navigation links
GEF4 Layout
1.0.0.201603221726

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