apps.projectmanagement.component.ganttchart
Class TasksDrawableContent

java.lang.Object
  extended by apps.projectmanagement.component.ganttchart.TasksDrawableContent
All Implemented Interfaces:
IDrawableContent

public class TasksDrawableContent
extends java.lang.Object
implements IDrawableContent

The Class TasksDrawableContent.


Constructor Summary
TasksDrawableContent(int rows, int length, int height)
          Instantiates a new tasks drawable content.
 
Method Summary
 void drawContent(java.lang.Object drawingHandle)
          Draw content.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TasksDrawableContent

public TasksDrawableContent(int rows,
                            int length,
                            int height)
Instantiates a new tasks drawable content.

Parameters:
rows - the rows
length - the length
height - the height
Method Detail

drawContent

public void drawContent(java.lang.Object drawingHandle)
Description copied from interface: IDrawableContent
Draw content.

Specified by:
drawContent in interface IDrawableContent
Parameters:
drawingHandle - the drawing handle