Class AbstractTaskDraw

    • Field Detail

      • completion

        protected int completion
      • url

        protected Url url
      • timeScale

        protected final TimeScale timeScale
      • prettyDisplay

        protected final java.lang.String prettyDisplay
      • start

        protected final Day start
    • Constructor Detail

      • AbstractTaskDraw

        public AbstractTaskDraw​(TimeScale timeScale,
                                double y,
                                java.lang.String prettyDisplay,
                                Day start,
                                ISkinParam skinParam,
                                Task task,
                                ToTaskDraw toTaskDraw)
    • Method Detail

      • toString

        public final java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getLineColor

        protected final HColor getLineColor()
      • getBackgroundColor

        protected final HColor getBackgroundColor()
      • getStyle

        protected abstract Style getStyle()
      • getShapeHeight

        protected final double getShapeHeight()
      • getHeightTask

        public final double getHeightTask()
        Specified by:
        getHeightTask in interface TaskDraw
      • getY

        public final double getY()
        Specified by:
        getY in interface TaskDraw
      • pushMe

        public void pushMe​(double deltaY)
        Specified by:
        pushMe in interface TaskDraw