Uses of Class
org.eclipse.zest.layouts.dataStructures.DisplayIndependentPoint
Packages that use DisplayIndependentPoint
Package
Description
- 
Uses of DisplayIndependentPoint in org.eclipse.zest.core.widgetsMethods in org.eclipse.zest.core.widgets that return DisplayIndependentPoint
- 
Uses of DisplayIndependentPoint in org.eclipse.zest.layouts.algorithmsMethods in org.eclipse.zest.layouts.algorithms that return DisplayIndependentPointModifier and TypeMethodDescriptionprotected 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 DisplayIndependentPoint in org.eclipse.zest.layouts.dataStructuresSubclasses of DisplayIndependentPoint in org.eclipse.zest.layouts.dataStructuresModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.No longer used in Zest 2.x.Methods in org.eclipse.zest.layouts.dataStructures that return DisplayIndependentPointModifier 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 systemInternalNode.getInternalLocation()Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.eclipse.zest.layouts.dataStructures with parameters of type DisplayIndependentPoint
- 
Uses of DisplayIndependentPoint in org.eclipse.zest.layouts.interfacesMethods in org.eclipse.zest.layouts.interfaces that return DisplayIndependentPointModifier and TypeMethodDescriptionEntityLayout.getLocation()Returns a point laying in the center of this entity.