net.sourceforge.ganttproject
Class GanttGraphicArea.GanttPaintParam
java.lang.Object
|
+--net.sourceforge.ganttproject.GanttGraphicArea.GanttPaintParam
- Enclosing class:
- GanttGraphicArea
- public class GanttGraphicArea.GanttPaintParam
- extends java.lang.Object
Class to store parameters of each task (pixel to start, end y value...
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
x1
public int x1
x2
public int x2
x3
public int x3
name
public java.lang.String name
taskID
public int taskID
y
public int y
type
public int type
GanttGraphicArea.GanttPaintParam
public GanttGraphicArea.GanttPaintParam(java.lang.String name,
int taskID,
int x1,
int x2,
int x3,
int y,
int type)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
${copyright}