Class GanttBar

  • All Implemented Interfaces:
    Cloneable

    public class GanttBar
    extends Object
    implements Cloneable
    Definition of the bars in a Gantt chart.
    • Field Detail

      • fromTime

        public Limit fromTime
      • toTime

        public Limit toTime
      • value

        public int value
      • xStart

        public int xStart
      • xEnd

        public int xEnd
      • yStart

        public int yStart
      • yEnd

        public int yEnd
      • overlaps

        public boolean overlaps
    • Constructor Detail

      • GanttBar

        public GanttBar()
        Constructor
      • GanttBar

        public GanttBar​(Limit from,
                        Limit to,
                        BigDecimal globaltime,
                        int val)
        Constructor
        Parameters:
        from - - The start time
        to - - The stop time
        globaltime - - The global time
        val - - The associated Value of the bar