Package org.eclipse.zest.layouts
Interface LayoutBendPoint
- All Known Implementing Classes:
- BendPoint
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 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.
- 
Method Details- 
getXdouble getX()Deprecated, for removal: This API element is subject to removal in a future version.
- 
getYdouble getY()Deprecated, for removal: This API element is subject to removal in a future version.
- 
getIsControlPointboolean getIsControlPoint()Deprecated, for removal: This API element is subject to removal in a future version.
 
-