Gantt Renderer - Sub Task Clarification

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
POruganti
Posts: 10
Joined: Tue May 08, 2007 1:09 pm
Location: LONDON

Gantt Renderer - Sub Task Clarification

Post by POruganti » Fri May 18, 2007 2:42 pm

Hi,

I am trying to understand GanttRenderer, how it renders the tasks and subtasks.

drawTask() method creates the task and drawTasks() method of GanttRenderer creates all the subtasks for GanttChart.
I am not able to get in drawTasks() method, how eack subtask is identified.

Each subinterval is not a subtask.
Then how is each subtask identified in the GanttChart.

Please let me know how to identify each subtask in drawTasks() method.


Thanks,
Pavani.

POruganti
Posts: 10
Joined: Tue May 08, 2007 1:09 pm
Location: LONDON

Post by POruganti » Fri May 18, 2007 4:50 pm

Hi,

I am not getting any response.
I would like to extract subtask description in GanttRenderer drawtasks() method().
I need to check the description and then create that subtask when the renderer creates subtasks.

Please let me know how to extract the subtask description.

Your suggestion will be very much helpful for me.

Thanks,
Pavani.

Locked