|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--gama.flowviz.Point
A Point. Has position and color. Creation date: (18.01.2002 01:17:01)
| Field Summary | |
int |
color
|
int |
x
|
int |
y
|
| Constructor Summary | |
Point(int _x,
int _y)
Insert the method's description here. |
|
Point(int _x,
int _y,
int _color)
Insert the method's description here. |
|
| Methods inherited from class java.lang.Object |
|
| Field Detail |
public int x
public int y
public int color
| Constructor Detail |
public Point(int _x,
int _y)
_x - int_y - int
public Point(int _x,
int _y,
int _color)
_x - int_y - int
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||