Interface JDRotatable
- All Known Implementing Classes:
JDLine,JDPolyline,JDSpline
public interface JDRotatable
Interface implemented by JDObject that can be rotated
-
Method Summary
Modifier and TypeMethodDescriptionvoidrotate(double angle, double xCenter, double yCenter) Rotates this object.
-
Method Details
-
rotate
void rotate(double angle, double xCenter, double yCenter) Rotates this object.- Parameters:
angle- Angle valuexCenter- Rotation center vertical posyCenter- Rotation center horizontal pos
-