sub_arctic.lib
Class point_info

java.lang.Object
  |
  +--sub_arctic.lib.point_info

public class point_info
extends java.lang.Object

Small Class to hold x,y information, for example during a drag.


Field Summary
 int x
          X value
 int y
          Y value
 
Constructor Summary
point_info(int xv, int yv)
          Full constructor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public int x
X value

y

public int y
Y value
Constructor Detail

point_info

public point_info(int xv,
                  int yv)
Full constructor
Parameters:
xv - x value.
yv - y value.