com.jeffpalm.util
Class Point.DoubleImpl

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

public static final class Point.DoubleImpl
extends java.lang.Object
implements Point.Double


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

y

public final double y()
Specified by:
y in interface Point.Double

intX

protected int intX()

intY

protected int intY()