java.lang.Object
overit.geocallapp.utilities.ux.ui.container.gantt.view.renderer.GanttBaseRenderer<R,B>
overit.geocallapp.utilities.ux.ui.container.gantt.view.renderer.GanttTreeRenderer<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:
MultistageGroupGanttTreeRenderer, ProjectGanttTreeRenderer

public class GanttTreeRenderer<R,B> extends GanttBaseRenderer<R,B> implements GanttRenderer<R,B>
Renderer of the Gantt tree
See Also: