Interface JDRotatable

All Known Implementing Classes:
JDLine, JDPolyline, JDSpline

public interface JDRotatable
Interface implemented by JDObject that can be rotated
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    rotate(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 value
      xCenter - Rotation center vertical pos
      yCenter - Rotation center horizontal pos