Package net.sourceforge.plantuml.klimt
Class UMotif
- java.lang.Object
-
- net.sourceforge.plantuml.klimt.UMotif
-
public class UMotif extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static intconvertFromChar(char c)static XPoint2DconvertPoint(char c)voiddrawHorizontal(UGraphic ug, double x, double y, int nb)voiddrawVertical(UGraphic ug, double x, double y, int nb)doublegetLength()DotPathgetRectangle(double width, double height)
-
-
-
Method Detail
-
getLength
public double getLength()
-
getRectangle
public DotPath getRectangle(double width, double height)
-
convertPoint
public static XPoint2D convertPoint(char c)
-
convertFromChar
public static int convertFromChar(char c)
-
drawHorizontal
public void drawHorizontal(UGraphic ug, double x, double y, int nb)
-
drawVertical
public void drawVertical(UGraphic ug, double x, double y, int nb)
-
-