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 Summary
Fields inherited from class org.eclipse.zest.layouts.dataStructures.DisplayIndependentPoint
x, y
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated, for removal: This API element is subject to removal in a future version.double
getX()
Deprecated, for removal: This API element is subject to removal in a future version.double
getY()
Deprecated, for removal: This API element is subject to removal in a future version.void
setX
(double x) Deprecated, for removal: This API element is subject to removal in a future version.void
setY
(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.DisplayIndependentPoint
convert, convertFromPercent, convertToPercent, equals, toString
-
Constructor Details
-
BendPoint
public BendPoint(double x, double y) Deprecated, for removal: This API element is subject to removal in a future version. -
BendPoint
public BendPoint(double x, double y, boolean isControlPoint) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getX
public double getX()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getX
in interfaceLayoutBendPoint
-
getY
public double getY()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getY
in interfaceLayoutBendPoint
-
setX
public void setX(double x) Deprecated, for removal: This API element is subject to removal in a future version. -
setY
public void setY(double y) Deprecated, for removal: This API element is subject to removal in a future version. -
getIsControlPoint
public boolean getIsControlPoint()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getIsControlPoint
in interfaceLayoutBendPoint
-