Package net.sourceforge.plantuml.cute
Class Arc
- java.lang.Object
-
- net.sourceforge.plantuml.cute.Arc
-
public class Arc extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MyPoint2D
getA()
MyPoint2D
getB()
double
getLength()
Tension
getTension()
java.awt.geom.Point2D
getTensionPoint()
Arc
rotateZoom(RotationZoom rotationZoom)
Arc
withNoTension()
Arc
withTension(java.lang.String tensionString)
-
-
-
Method Detail
-
getTension
public Tension getTension()
-
getA
public MyPoint2D getA()
-
getB
public MyPoint2D getB()
-
withNoTension
public Arc withNoTension()
-
withTension
public Arc withTension(java.lang.String tensionString)
-
rotateZoom
public Arc rotateZoom(RotationZoom rotationZoom)
-
getTensionPoint
public java.awt.geom.Point2D getTensionPoint()
-
getLength
public double getLength()
-
-