Uses of Class
org.eclipse.zest.layouts.dataStructures.DisplayIndependentRectangle
Packages that use DisplayIndependentRectangle
Package
Description
-
Uses of DisplayIndependentRectangle in org.eclipse.zest.core.widgets
Methods in org.eclipse.zest.core.widgets that return DisplayIndependentRectangleModifier and TypeMethodDescriptionGraph.getLayoutBounds()GraphContainer.getLayoutBounds()IContainer2.getLayoutBounds() -
Uses of DisplayIndependentRectangle in org.eclipse.zest.layouts.algorithms
Methods in org.eclipse.zest.layouts.algorithms that return DisplayIndependentRectangleModifier and TypeMethodDescriptionContinuousLayoutAlgorithm.getBounds()Deprecated.protected DisplayIndependentRectangleAbstractLayoutAlgorithm.Zest1.getLayoutBounds(InternalNode[] entitiesToLayout, boolean includeNodeSize) Deprecated.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.protected DisplayIndependentRectangleSpringLayoutAlgorithm.Zest1.getLayoutBoundsTemp(InternalNode[] entitiesToLayout, boolean includeNodeSize) Deprecated.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.protected voidSpringLayoutAlgorithm.Zest1.convertNodePositionsBack(int i, InternalNode entityToConvert, double px, double py, double screenWidth, double screenHeight, DisplayIndependentRectangle layoutBounds) Deprecated.protected voidAbstractLayoutAlgorithm.Zest1.defaultFitWithinBounds(InternalNode[] entitiesToLayout, DisplayIndependentRectangle realBounds) Deprecated.protected voidAbstractLayoutAlgorithm.Zest1.defaultFitWithinBounds(InternalNode[] entitiesToLayout, InternalRelationship[] relationships, DisplayIndependentRectangle realBounds) Deprecated.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. -
Uses of DisplayIndependentRectangle in org.eclipse.zest.layouts.dataStructures
Methods 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.interfaces
Methods in org.eclipse.zest.layouts.interfaces that return DisplayIndependentRectangle