Package net.sourceforge.plantuml.cute
Class Rectangle
- java.lang.Object
-
- net.sourceforge.plantuml.cute.Rectangle
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
drawU(UGraphic ug)
void
drawUOld(UGraphic ug)
Rectangle
rotateZoom(RotationZoom other)
-
-
-
Constructor Detail
-
Rectangle
public Rectangle(VarArgs varArgs)
-
-
Method Detail
-
drawUOld
public void drawUOld(UGraphic ug)
-
rotateZoom
public Rectangle rotateZoom(RotationZoom other)
- Specified by:
rotateZoom
in interfaceCuteShape
-
-