Package net.sourceforge.plantuml.cute
Class RotationZoom
- java.lang.Object
-
- net.sourceforge.plantuml.cute.RotationZoom
-
public class RotationZoom extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description doubleapplyRotation(double alpha)doubleapplyZoom(double value)static RotationZoombuiltRotationOnYaxis(java.awt.geom.Point2D toRotate)RotationZoomcompose(RotationZoom other)static RotationZoomfromVarArgs(VarArgs varArgs)doublegetAngleDegree()java.awt.geom.Point2D.DoublegetPoint(double x, double y)java.awt.geom.Point2DgetPoint(java.awt.geom.Point2D p)UTranslategetUTranslate(UTranslate translate)RotationZoominverse()booleanisNone()static RotationZoomnone()static RotationZoomrotationInDegrees(double angle)static RotationZoomrotationInRadians(double angle)java.lang.StringtoString()static RotationZoomzoom(double zoom)
-
-
-
Method Detail
-
compose
public RotationZoom compose(RotationZoom other)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
fromVarArgs
public static RotationZoom fromVarArgs(VarArgs varArgs)
-
rotationInDegrees
public static RotationZoom rotationInDegrees(double angle)
-
rotationInRadians
public static RotationZoom rotationInRadians(double angle)
-
zoom
public static RotationZoom zoom(double zoom)
-
inverse
public RotationZoom inverse()
-
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)
-
getUTranslate
public UTranslate getUTranslate(UTranslate translate)
-
none
public static RotationZoom none()
-
isNone
public boolean isNone()
-
applyZoom
public double applyZoom(double value)
-
applyRotation
public double applyRotation(double alpha)
-
-