com.jeffpalm.util
Class Point.FloatImpl

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

public static final class Point.FloatImpl
extends java.lang.Object
implements Point.Float


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

y

public final float y()
Specified by:
y in interface Point.Float

intX

protected int intX()

intY

protected int intY()