Class UMotif
- java.lang.Object
-
- net.sourceforge.plantuml.ugraphic.UMotif
-
public class UMotif extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
drawHorizontal(UGraphic ug, double x, double y, int nb)
void
drawVertical(UGraphic ug, double x, double y, int nb)
DotPath
getRectangle(double width, double height)
-
-
-
Constructor Detail
-
UMotif
public UMotif(int... data)
-
UMotif
public UMotif(String s)
-
-