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 int
convertFromChar(char c)
static XPoint2D
convertPoint(char c)
void
drawHorizontal(UGraphic ug, double x, double y, int nb)
void
drawVertical(UGraphic ug, double x, double y, int nb)
double
getLength()
DotPath
getRectangle(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)
-
-