- All Superinterfaces:
AbstractControlPoint
,AbstractControlPoint
,AbstractCurvePoint
,AbstractCurvePoint
,Arc
@OVLInaccessible public interface Arc extends AbstractControlPoint, Arc
-
Method Summary
Modifier and Type Method Description void
setLength(double length)
default void
setRadius(double radius)
void
setRadius(double radiusX, double radiusY)
void
setStartAngle(double startAngle)
Methods inherited from interface omix.plugin.model.points.AbstractCurvePoint
addPropertyChangeListener, removePropertyChangeListener, x, y
-
Method Details
-
setLength
- Throws:
IllegalChangeException
-
setRadius
- Throws:
IllegalChangeException
-
setRadius
- Throws:
IllegalChangeException
-
setStartAngle
- Throws:
IllegalChangeException
-