apps.projectmanagement.component.ganttchart
Class TimebarDrawableContent

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

public class TimebarDrawableContent
extends java.lang.Object
implements IDrawableContent

The Class TimebarDrawableContent.


Constructor Summary
TimebarDrawableContent(int repeats, java.lang.String title, int length, int height)
          Instantiates a new timebar 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

TimebarDrawableContent

public TimebarDrawableContent(int repeats,
                              java.lang.String title,
                              int length,
                              int height)
Instantiates a new timebar drawable content.

Parameters:
repeats - the repeats
title - the title
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