Class 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

      All Methods Instance Methods Concrete Methods 
      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 Detail

      • RectangleTask

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

      • draw

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