net.sourceforge.ganttproject
Class GanttGraphicArea.Arrow

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

public class GanttGraphicArea.Arrow
extends java.lang.Object

Draw arrow between two points


Constructor Summary
GanttGraphicArea.Arrow()
           
GanttGraphicArea.Arrow(int x1, int y1, int x2, int y2)
           
 
Method Summary
 void changePoint2(int x2, int y2)
           
 boolean getDraw()
           
 void paint(java.awt.Graphics g)
           
 void setDraw(boolean d)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GanttGraphicArea.Arrow

public GanttGraphicArea.Arrow()

GanttGraphicArea.Arrow

public GanttGraphicArea.Arrow(int x1,
                              int y1,
                              int x2,
                              int y2)
Method Detail

setDraw

public void setDraw(boolean d)

getDraw

public boolean getDraw()

changePoint2

public void changePoint2(int x2,
                         int y2)

paint

public void paint(java.awt.Graphics g)


${copyright}