Package net.sourceforge.plantuml.cute
Class MyDouble
- java.lang.Object
-
- net.sourceforge.plantuml.cute.MyDouble
-
public class MyDouble extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MyDouble(java.lang.String s)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getCurvation(double def)
double
getValue()
boolean
hasCurvation()
MyDouble
rotateZoom(RotationZoom rotationZoom)
MyDouble
toRadians()
java.lang.String
toString()
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
getCurvation
public double getCurvation(double def)
-
getValue
public double getValue()
-
hasCurvation
public boolean hasCurvation()
-
rotateZoom
public MyDouble rotateZoom(RotationZoom rotationZoom)
-
toRadians
public MyDouble toRadians()
-
-