com.jeffpalm.util
Class Point.ByteImpl

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

public static final class Point.ByteImpl
extends java.lang.Object
implements Point.Byte


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

y

public final byte y()
Specified by:
y in interface Point.Byte

intX

protected int intX()

intY

protected int intY()