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 voidadd(Arc arc)voiddrawU(UGraphic ug)CutePathrotateZoom(RotationZoom rotationZoom)CutePathwithNoTension()
-
-
-
Method Detail
-
add
public void add(Arc arc)
-
drawU
public void drawU(UGraphic ug)
-
rotateZoom
public CutePath rotateZoom(RotationZoom rotationZoom)
-
withNoTension
public CutePath withNoTension()
-
-