Class Skeleton
- java.lang.Object
-
- net.sourceforge.plantuml.salt.element.Skeleton
-
public class Skeleton extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Skeleton()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(double x, double y)
void
draw(UGraphic ug, double x, double y)
-
-
-
Method Detail
-
add
public void add(double x, double y)
-
draw
public void draw(UGraphic ug, double x, double y)
-
-