Package net.sourceforge.plantuml.cute
Class CutePath
- java.lang.Object
-
- net.sourceforge.plantuml.cute.CutePath
-
public class CutePath extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(Arc arc)
void
drawU(UGraphic ug)
CutePath
rotateZoom(RotationZoom rotationZoom)
CutePath
withNoTension()
-
-
-
Method Detail
-
add
public void add(Arc arc)
-
drawU
public void drawU(UGraphic ug)
-
rotateZoom
public CutePath rotateZoom(RotationZoom rotationZoom)
-
withNoTension
public CutePath withNoTension()
-
-