Class 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
    Constructor
    Description
    BendPoint(double x, double y)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    BendPoint(double x, double y, boolean isControlPoint)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    double
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    double
    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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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 interface LayoutBendPoint
    • getY

      public double getY()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getY in interface LayoutBendPoint
    • 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 interface LayoutBendPoint