Class GanttTimeLineRenderer.HeaderGroupBrick

java.lang.Object
overit.geocallapp.utilities.ux.ui.container.gantt.view.renderer.timeline.GanttTimeLineRenderer.HeaderGroupBrick
Enclosing class:
GanttTimeLineRenderer<R,B>

protected class GanttTimeLineRenderer.HeaderGroupBrick extends Object
  • Field Details

    • _begin

      protected Date _begin
    • _end

      protected Date _end
    • _type

      protected int _type
    • _size

      protected int _size
  • Constructor Details

    • HeaderGroupBrick

      public HeaderGroupBrick(Date begin, Date end, int type)
  • Method Details

    • getBegin

      public Date getBegin()
    • getType

      public int getType()
    • contains

      public boolean contains(Date date)
    • increment

      public void increment()
    • getSize

      public int getSize()
    • toString

      public String toString()
      Overrides:
      toString in class Object