Uses of Class
com.jrefinery.data.TimeAllocation

Packages that use TimeAllocation
com.jrefinery.data Data interfaces and classes. 
 

Uses of TimeAllocation in com.jrefinery.data
 

Methods in com.jrefinery.data that return TimeAllocation
 TimeAllocation GanttSeries.getTimeAllocation(java.lang.Object task)
          Returns the time allocation for a task.
 

Methods in com.jrefinery.data with parameters of type TimeAllocation
 void GanttSeries.add(java.lang.Object task, TimeAllocation allocation)
          Adds a time allocation for a task.