palmos
Class PointType

java.lang.Object
  |
  +--palmos.PointType

public class PointType
extends java.lang.Object


Field Summary
 short x
           
 short y
           
 
Constructor Summary
PointType()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

x

public short x

y

public short y
Constructor Detail

PointType

public PointType()