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...


Field Summary
 java.lang.String name
           
 int taskID
           
 int type
           
 int x1
           
 int x2
           
 int x3
           
 int y
           
 
Constructor Summary
GanttGraphicArea.GanttPaintParam(java.lang.String name, int taskID, int x1, int x2, int x3, int y, int type)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

GanttGraphicArea.GanttPaintParam

public GanttGraphicArea.GanttPaintParam(java.lang.String name,
                                        int taskID,
                                        int x1,
                                        int x2,
                                        int x3,
                                        int y,
                                        int type)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


${copyright}