org.swiftgantt.ui.timeaxis
Class YearlyTimeAxis

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

public class YearlyTimeAxis
extends BaseNoRestoutTimeAxis

Represent the time axis for yearly 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
YearlyTimeAxis(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

YearlyTimeAxis

public YearlyTimeAxis(GanttChart gantt)