- All Known Subinterfaces:
AbstractControlPoint
,AbstractControlPoint
,AbstractCurvePoint
,Arc
,Arc
,BezierPoint
,BezierPoint
,Separator
,Separator
,SplinePoint
,SplinePoint
@OVLInaccessible public interface AbstractCurvePoint
Generalizes all curve describing points.
- Since:
- Omix 1.3
- Author:
- Dr. Peter Droste, Omix Visualization
-
Method Summary
Modifier and Type Method Description void
addPropertyChangeListener(PropertyChangeListener listener)
void
removePropertyChangeListener(PropertyChangeListener listener)
double
x()
Returns the X coordinate of this point.double
y()
Returns the Y coordinate of this point.
-
Method Details
-
x
double x()Returns the X coordinate of this point.- Returns:
- X
-
y
double y()Returns the Y coordinate of this point.- Returns:
- Y
-
addPropertyChangeListener
-
removePropertyChangeListener
-