Class RectangleTask
- java.lang.Object
-
- net.sourceforge.plantuml.project.draw.RectangleTask
-
public class RectangleTask extends Object
-
-
Constructor Summary
Constructors Constructor Description RectangleTask(double startPos, double endPos, double round, int completion, Collection<Segment> paused)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
draw(UGraphic ug, double height, HColor documentBackground, boolean oddStart, boolean oddEnd)
-
-
-
Constructor Detail
-
RectangleTask
public RectangleTask(double startPos, double endPos, double round, int completion, Collection<Segment> paused)
-
-