apps.projectmanagement.component.staffnode
Class StaffNodeDrawableContent

java.lang.Object
  extended by apps.projectmanagement.component.staffnode.StaffNodeDrawableContent
All Implemented Interfaces:
IDrawableContent

public class StaffNodeDrawableContent
extends java.lang.Object
implements IDrawableContent

The Class StaffNodeDrawableContent.


Constructor Summary
StaffNodeDrawableContent(StaffModel staffModel, int width, int height)
          Instantiates a new staff node 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

StaffNodeDrawableContent

public StaffNodeDrawableContent(StaffModel staffModel,
                                int width,
                                int height)
Instantiates a new staff node drawable content.

Parameters:
staffModel - the staff model
width - the width
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