gama.flowviz
Class Point

java.lang.Object
  |
  +--gama.flowviz.Point

public class Point
extends java.lang.Object

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

x

public int x

y

public int y

color

public int color
Constructor Detail

Point

public Point(int _x,
             int _y)
Insert the method's description here. Creation date: (18.01.2002 01:18:01)
Parameters:
_x - int
_y - int

Point

public Point(int _x,
             int _y,
             int _color)
Insert the method's description here. Creation date: (18.01.2002 01:18:01)
Parameters:
_x - int
_y - int