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