- All Superinterfaces:
AbstractCurvePoint
- All Known Subinterfaces:
SplinePoint
@OVLInaccessible public interface SplinePoint extends AbstractCurvePoint
Represents a spline point connecting curve segments.
Spline points can define smoothness which takes effect on the
relation between the control points of the neighbored curve segments.
- Since:
- Omix 1.3
- Author:
- Dr. Peter Droste, Omix Visualization
- See Also:
Smoothness
-
Method Summary
Modifier and Type Method Description Smoothness
smoothness()
Returns the smoothness of the spline point.Methods inherited from interface omix.plugin.model.points.AbstractCurvePoint
addPropertyChangeListener, removePropertyChangeListener, x, y
-
Method Details
-
smoothness
Smoothness smoothness()Returns the smoothness of the spline point.- Returns:
- smoothness
-