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 doublegetCurvation(double def)doublegetValue()booleanhasCurvation()MyDoublerotateZoom(RotationZoom rotationZoom)MyDoubletoRadians()java.lang.StringtoString()
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin 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()
-
-