com.jeffpalm.util
Class Point.ShortImpl

java.lang.Object
  extended by com.jeffpalm.util.Point.ShortImpl
All Implemented Interfaces:
Point.Short, Point.ToAWTable
Enclosing class:
Point

public static final class Point.ShortImpl
extends java.lang.Object
implements Point.Short


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.jeffpalm.util.Point.Short
Point.Short.Factory
 
Method Summary
protected  int intX()
           
protected  int intY()
           
 short x()
           
 short y()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.jeffpalm.util.Point.ToAWTable
toAWT
 

Method Detail

x

public final short x()
Specified by:
x in interface Point.Short

y

public final short y()
Specified by:
y in interface Point.Short

intX

protected int intX()

intY

protected int intY()