apps.projectmanagement.component.ganttchart
Class TimebarDrawableContent
java.lang.Object
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 |
TimebarDrawableContent
public TimebarDrawableContent(int repeats,
java.lang.String title,
int length,
int height)
- Instantiates a new timebar drawable content.
- Parameters:
repeats - the repeatstitle - the titlelength - the lengthheight - the height
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