java.lang.Object
overit.geocallapp.utilities.ux.ui.container.gantt.view.renderer.GanttBaseRenderer<R,B>
overit.geocallapp.utilities.ux.ui.container.gantt.view.renderer.timeline.GanttTimeLineRenderer<R,B>
Type Parameters:
R - the type of the GanttRow raw data
B - the type of the GanttBlock raw data
All Implemented Interfaces:
Serializable, GanttRenderer<R,B>
Direct Known Subclasses:
DataCollectionTemplateGanttTimeLineRenderer, ForecastActivityDetailGanttTimeLineRenderer, MultistageGroupGanttTimeLineRenderer, ProjectGanttTimeLineRenderer

public class GanttTimeLineRenderer<R,B> extends GanttBaseRenderer<R,B> implements GanttRenderer<R,B>
Renderer of the Gantt time line
See Also: