net.sourceforge.ganttproject
Class GanttGraphicArea.Notes

java.lang.Object
  |
  +--net.sourceforge.ganttproject.GanttGraphicArea.Notes
Enclosing class:
GanttGraphicArea

public class GanttGraphicArea.Notes
extends java.lang.Object

Note paint of the graphic Area


Constructor Summary
GanttGraphicArea.Notes()
           
GanttGraphicArea.Notes(java.lang.String s, int x, int y)
           
 
Method Summary
 boolean getDraw()
           
 void paint(java.awt.Graphics g)
           
 void setDraw(boolean d)
           
 void setString(java.lang.String s)
           
 void setX(int x)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GanttGraphicArea.Notes

public GanttGraphicArea.Notes()

GanttGraphicArea.Notes

public GanttGraphicArea.Notes(java.lang.String s,
                              int x,
                              int y)
Method Detail

setDraw

public void setDraw(boolean d)

getDraw

public boolean getDraw()

setX

public void setX(int x)

setString

public void setString(java.lang.String s)

paint

public void paint(java.awt.Graphics g)


${copyright}