Class RectangleTask

java.lang.Object
net.sourceforge.plantuml.project.draw.RectangleTask

public class RectangleTask extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    RectangleTask(double startPos, double endPos, double round, int completion, java.util.Collection<Segment> paused)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    draw(UGraphic ug, double height, HColor documentBackground, boolean oddStart, boolean oddEnd)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RectangleTask

      public RectangleTask(double startPos, double endPos, double round, int completion, java.util.Collection<Segment> paused)
  • Method Details

    • draw

      public void draw(UGraphic ug, double height, HColor documentBackground, boolean oddStart, boolean oddEnd)