Interface LayoutBendPoint

All Known Implementing Classes:
BendPoint

@Deprecated(since="2.0", forRemoval=true) public interface LayoutBendPoint
Deprecated, for removal: This API element is subject to removal in a future version.
No longer used in Zest 2.x. This interface will be removed in a future release.
Specifies a single bend point in a graph relationship.
@noextend
This interface is not intended to be extended by clients.
@noimplement
This interface is not intended to be implemented by clients.
@noreference
This interface is not intended to be referenced by clients.
  • 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.
     
  • Method Details

    • getX

      double getX()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getY

      double getY()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getIsControlPoint

      boolean getIsControlPoint()
      Deprecated, for removal: This API element is subject to removal in a future version.