com.jeffpalm.util
Class Point.BooleanImpl

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

public static final class Point.BooleanImpl
extends java.lang.Object
implements Point.Boolean


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

y

public final boolean y()
Specified by:
y in interface Point.Boolean

intX

protected int intX()

intY

protected int intY()