Class RotationZoom


  • public class RotationZoom
    extends java.lang.Object
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • rotationInDegrees

        public static RotationZoom rotationInDegrees​(double angle)
      • rotationInRadians

        public static RotationZoom rotationInRadians​(double angle)
      • getAngleDegree

        public double getAngleDegree()
      • builtRotationOnYaxis

        public static RotationZoom builtRotationOnYaxis​(java.awt.geom.Point2D toRotate)
      • getPoint

        public java.awt.geom.Point2D.Double getPoint​(double x,
                                                     double y)
      • getPoint

        public java.awt.geom.Point2D getPoint​(java.awt.geom.Point2D p)
      • isNone

        public boolean isNone()
      • applyZoom

        public double applyZoom​(double value)
      • applyRotation

        public double applyRotation​(double alpha)