apps.projectmanagement.component.ganttchart
Class ScheduleDrawableContent

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

public class ScheduleDrawableContent
extends java.lang.Object
implements IDrawableContent

The Class ScheduleDrawableContent.


Constructor Summary
ScheduleDrawableContent(int rows, int length, int height)
          Instantiates a new schedule 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

ScheduleDrawableContent

public ScheduleDrawableContent(int rows,
                               int length,
                               int height)
Instantiates a new schedule 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