Class BendPoint
java.lang.Object
org.eclipse.zest.layouts.dataStructures.DisplayIndependentPoint
org.eclipse.zest.layouts.dataStructures.BendPoint
- All Implemented Interfaces:
- LayoutBendPoint
@Deprecated(since="2.0",
            forRemoval=true)
public class BendPoint
extends DisplayIndependentPoint
implements LayoutBendPoint
Deprecated, for removal: This API element is subject to removal in a future version.
No longer used in Zest 2.x. This class will be removed in a
             future release.
Implements a single bend point in a graph relationship.
- @noextend
- This class is not intended to be subclassed by clients.
- @noreference
- This class is not intended to be referenced by clients.
- @noinstantiate
- This class is not intended to be instantiated by clients.
- 
Field SummaryFields inherited from class org.eclipse.zest.layouts.dataStructures.DisplayIndependentPointx, y
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanDeprecated, for removal: This API element is subject to removal in a future version.doublegetX()Deprecated, for removal: This API element is subject to removal in a future version.doublegetY()Deprecated, for removal: This API element is subject to removal in a future version.voidsetX(double x) Deprecated, for removal: This API element is subject to removal in a future version.voidsetY(double y) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class org.eclipse.zest.layouts.dataStructures.DisplayIndependentPointconvert, convertFromPercent, convertToPercent, equals, toString
- 
Constructor Details- 
BendPointpublic BendPoint(double x, double y) Deprecated, for removal: This API element is subject to removal in a future version.
- 
BendPointpublic BendPoint(double x, double y, boolean isControlPoint) Deprecated, for removal: This API element is subject to removal in a future version.
 
- 
- 
Method Details- 
getXpublic double getX()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- getXin interface- LayoutBendPoint
 
- 
getYpublic double getY()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- getYin interface- LayoutBendPoint
 
- 
setXpublic void setX(double x) Deprecated, for removal: This API element is subject to removal in a future version.
- 
setYpublic void setY(double y) Deprecated, for removal: This API element is subject to removal in a future version.
- 
getIsControlPointpublic boolean getIsControlPoint()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- getIsControlPointin interface- LayoutBendPoint
 
 
-