com.jeffpalm.util
Class Point.IntImpl

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

public static final class Point.IntImpl
extends java.lang.Object
implements Point.Int


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.jeffpalm.util.Point.Int
Point.Int.Factory
 
Method Summary
protected  int intX()
           
protected  int intY()
           
 int x()
           
 int 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 int x()
Specified by:
x in interface Point.Int

y

public final int y()
Specified by:
y in interface Point.Int

intX

protected int intX()

intY

protected int intY()