Package net.sourceforge.plantuml.cute
Class Tension
- java.lang.Object
-
- net.sourceforge.plantuml.cute.Tension
-
public class Tension extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Tension(double tension)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getValue()
boolean
isNone()
static Tension
none()
Tension
rotateZoom(RotationZoom rotationZoom)
-
-
-
Method Detail
-
none
public static Tension none()
-
rotateZoom
public Tension rotateZoom(RotationZoom rotationZoom)
-
isNone
public boolean isNone()
-
getValue
public double getValue()
-
-