Uses of Class
org.swiftgantt.ui.TimeUnit

Packages that use TimeUnit
org.swiftgantt   
org.swiftgantt.event   
org.swiftgantt.model   
org.swiftgantt.ui   
org.swiftgantt.ui.task   
org.swiftgantt.ui.timeaxis   
 

Uses of TimeUnit in org.swiftgantt
 

Methods in org.swiftgantt that return TimeUnit
 TimeUnit GanttChart.getTimeUnit()
          Get TimeUnit as singleton.
 

Methods in org.swiftgantt with parameters of type TimeUnit
 void GanttChart.setTimeUnit(TimeUnit timeUnit)
          Set the singleton TimeUnit of GanttChart
 

Uses of TimeUnit in org.swiftgantt.event
 

Methods in org.swiftgantt.event that return TimeUnit
 TimeUnit TimeUnitChangeEvent.getNewTimeUnit()
           
 TimeUnit TimeUnitChangeEvent.getOldTimeUnit()
           
 

Uses of TimeUnit in org.swiftgantt.model
 

Methods in org.swiftgantt.model that return TimeUnit
 TimeUnit TaskTreeModel.getTimeUnit()
           
 

Methods in org.swiftgantt.model with parameters of type TimeUnit
static int TaskHelper.calcOffsetByTimeUnit(TimeUnit timeUnit, Time start, Time end)
          Time offset from start time to end time.
static java.lang.String TaskHelper.formatTimeByTimeUnit(TimeUnit timeUnit, Time time)
          Format time to display.
static int TaskHelper.getTimeCycleStepsByTimeUnit(TimeUnit timeUnit)
           
static Time TaskHelper.increaseCloneTimeByTimeUnit(TimeUnit timeUnit, Time time, int offset)
          Increase corresponding field of time by TimeUnit.
static void TaskHelper.increaseTimeByTimeUnit(TimeUnit timeUnit, Time time, int offset)
          Increase corresponding field of time by TimeUnit.
static boolean TaskHelper.isAllowAccurateTaskBar(TimeUnit timeUnit)
          Check whether accurate task bar is allowed.
 void TaskTreeModel.setTimeUnit(TimeUnit timeUnit)
          Set TimeUnit to all tasks.
 

Uses of TimeUnit in org.swiftgantt.ui
 

Fields in org.swiftgantt.ui declared as TimeUnit
static TimeUnit TimeUnit.defaultUnit
           
 

Methods in org.swiftgantt.ui that return TimeUnit
static TimeUnit TimeUnit.getAccurateTimeUnit(TimeUnit tu)
           
static TimeUnit TimeUnit.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TimeUnit[] TimeUnit.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.swiftgantt.ui with parameters of type TimeUnit
static TimeUnit TimeUnit.getAccurateTimeUnit(TimeUnit tu)
           
 

Uses of TimeUnit in org.swiftgantt.ui.task
 

Methods in org.swiftgantt.ui.task with parameters of type TimeUnit
 int TaskWrapper.calcTaskStartPointX(java.awt.Rectangle rect, TimeUnit tu, Time kickoffTime)
          Calculate X of the start point of task.
 float TaskWrapper.getEndTimeExcees(TimeUnit tu)
           
 float TaskWrapper.getStartTimeVacancy(TimeUnit tu)
           
 

Uses of TimeUnit in org.swiftgantt.ui.timeaxis
 

Methods in org.swiftgantt.ui.timeaxis with parameters of type TimeUnit
static float TimeAxisUtils.calcAccurateTimePortionByTimeUnit(TimeUnit timeUnit, Time time)
          Calculate accurate time portion by time unit for accurate task bar rendering.
static int TimeAxisUtils.getActualTimeIntervalByTimeUnit(TimeUnit tu, Task task)
          Calculate interval between actual start time and actual end time of a task.
static int TimeAxisUtils.getTimeIntervalByTimeUnit(TimeUnit timeUnit, Time start, Time end)
          Including rest-out time.