org.swiftgantt.ui.timeaxis
Class AllDayTimeAxis

java.lang.Object
  extended by org.swiftgantt.ui.timeaxis.BaseTimeAxis
      extended by org.swiftgantt.ui.timeaxis.BaseNoRestoutTimeAxis
          extended by org.swiftgantt.ui.timeaxis.AllDayTimeAxis
All Implemented Interfaces:
Paintable, TimeAxis

public class AllDayTimeAxis
extends BaseNoRestoutTimeAxis

All day, 24 hours.

Since:
0.3.0
Author:
Yuxing Wang

Field Summary
 
Fields inherited from class org.swiftgantt.ui.timeaxis.BaseTimeAxis
STEPS_OF_MAJOR_SCALE
 
Constructor Summary
AllDayTimeAxis(GanttChart gantt)
           
 
Method Summary
 
Methods inherited from class org.swiftgantt.ui.timeaxis.BaseNoRestoutTimeAxis
paint
 
Methods inherited from class org.swiftgantt.ui.timeaxis.BaseTimeAxis
getStepsToFirstMajorScale, getTotalStepsCount, setTotalStepsCount
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllDayTimeAxis

public AllDayTimeAxis(GanttChart gantt)