Uses of Class
org.eclipse.zest.layouts.dataStructures.DisplayIndependentRectangle
Packages that use DisplayIndependentRectangle
Package
Description
- 
Uses of DisplayIndependentRectangle in org.eclipse.zest.core.widgetsMethods in org.eclipse.zest.core.widgets that return DisplayIndependentRectangleModifier and TypeMethodDescriptionGraph.getLayoutBounds()GraphContainer.getLayoutBounds()IContainer2.getLayoutBounds()
- 
Uses of DisplayIndependentRectangle in org.eclipse.zest.layouts.algorithmsMethods in org.eclipse.zest.layouts.algorithms that return DisplayIndependentRectangleModifier and TypeMethodDescriptionContinuousLayoutAlgorithm.getBounds()Deprecated, for removal: This API element is subject to removal in a future version.protected DisplayIndependentRectangleAbstractLayoutAlgorithm.Zest1.getLayoutBounds(InternalNode[] entitiesToLayout, boolean includeNodeSize) Deprecated, for removal: This API element is subject to removal in a future version.Find the bounds in which the nodes are located.static DisplayIndependentRectangleAlgorithmHelper.getLayoutBounds(EntityLayout[] entities, boolean includeNodeSize) Find the bounds in which the nodes are located.protected DisplayIndependentRectangleRadialLayoutAlgorithm.Zest1.getLayoutBounds(InternalNode[] entitiesToLayout, boolean includeNodeSize) Deprecated, for removal: This API element is subject to removal in a future version.Find the bounds in which the nodes are located.protected DisplayIndependentRectangleSpringLayoutAlgorithm.Zest1.getLayoutBoundsTemp(InternalNode[] entitiesToLayout, boolean includeNodeSize) Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.eclipse.zest.layouts.algorithms with parameters of type DisplayIndependentRectangleModifier and TypeMethodDescriptionprotected voidGridLayoutAlgorithm.applyLayoutInternal(EntityLayout[] entitiesToLayout, DisplayIndependentRectangle bounds) Use this algorithm to layout the given entities and bounds.protected voidGridLayoutAlgorithm.calculateGrid(DisplayIndependentRectangle bounds) Calculates all the dimensions of grid that layout entities will be fit in.protected voidRadialLayoutAlgorithm.Zest1.computeRadialPositions(InternalNode[] entities, DisplayIndependentRectangle bounds2) Deprecated, for removal: This API element is subject to removal in a future version.Take the tree and make it round.protected voidSpringLayoutAlgorithm.Zest1.convertNodePositionsBack(int i, InternalNode entityToConvert, double px, double py, double screenWidth, double screenHeight, DisplayIndependentRectangle layoutBounds) Deprecated, for removal: This API element is subject to removal in a future version.protected voidAbstractLayoutAlgorithm.Zest1.defaultFitWithinBounds(InternalNode[] entitiesToLayout, DisplayIndependentRectangle realBounds) Deprecated, for removal: This API element is subject to removal in a future version.Find an appropriate size for the given nodes, then fit them into the given bounds.protected voidAbstractLayoutAlgorithm.Zest1.defaultFitWithinBounds(InternalNode[] entitiesToLayout, InternalRelationship[] relationships, DisplayIndependentRectangle realBounds) Deprecated, for removal: This API element is subject to removal in a future version.Find an appropriate size for the given nodes, then fit them into the given bounds.static voidAlgorithmHelper.fitWithinBounds(EntityLayout[] entities, DisplayIndependentRectangle destinationBounds, boolean resize) Fits given entities within given bounds, preserving their relative locations.protected DisplayIndependentPointAbstractLayoutAlgorithm.Zest1.getLocalLocation(InternalNode[] entitiesToLayout, double x, double y, DisplayIndependentRectangle realBounds) Deprecated, for removal: This API element is subject to removal in a future version.Gets the location in the layout bounds for this node
- 
Uses of DisplayIndependentRectangle in org.eclipse.zest.layouts.dataStructuresMethods in org.eclipse.zest.layouts.dataStructures with parameters of type DisplayIndependentRectangleModifier and TypeMethodDescriptionDisplayIndependentPoint.convert(DisplayIndependentRectangle currentBounds, DisplayIndependentRectangle targetBounds) Create a new point based on the current point but in a new coordinate systemDisplayIndependentPoint.convertFromPercent(DisplayIndependentRectangle bounds) Converts this point based on the current x, y values from a percentage of the specified coordinate systemDisplayIndependentPoint.convertToPercent(DisplayIndependentRectangle bounds) Converts this point based on the current x, y values to a percentage of the specified coordinate systembooleanDisplayIndependentRectangle.intersects(DisplayIndependentRectangle rect) Constructors in org.eclipse.zest.layouts.dataStructures with parameters of type DisplayIndependentRectangle
- 
Uses of DisplayIndependentRectangle in org.eclipse.zest.layouts.interfacesMethods in org.eclipse.zest.layouts.interfaces that return DisplayIndependentRectangle