public class UMotif
extends java.lang.Object
Constructor and Description |
---|
UMotif(int... data) |
UMotif(java.lang.String s) |
Modifier and Type | Method and 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) |
public double getLength()
public DotPath getRectangle(double width, double height)
public static XPoint2D convertPoint(char c)
public static int convertFromChar(char c)
public void drawHorizontal(UGraphic ug, double x, double y, int nb)
public void drawVertical(UGraphic ug, double x, double y, int nb)