org.swiftgantt.ui.timeaxis
Class HourlyTimeAxis

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

public class HourlyTimeAxis
extends BaseRestoutTimeAxis

Represent the time axis for hourly time unit.

Version:
1.0
Author:
Yuxing Wang

Field Summary
 
Fields inherited from class org.swiftgantt.ui.timeaxis.BaseTimeAxis
STEPS_OF_MAJOR_SCALE
 
Constructor Summary
HourlyTimeAxis(GanttChart gantt)
           
 
Method Summary
 
Methods inherited from class org.swiftgantt.ui.timeaxis.BaseRestoutTimeAxis
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

HourlyTimeAxis

public HourlyTimeAxis(GanttChart gantt)