com.jeffpalm.util
Interface Point.Float

All Superinterfaces:
Point.ToAWTable
All Known Implementing Classes:
Point.FloatImpl
Enclosing class:
Point

public static interface Point.Float
extends Point.ToAWTable


Nested Class Summary
static interface Point.Float.Factory
           
 
Method Summary
 float x()
           
 float y()
           
 
Methods inherited from interface com.jeffpalm.util.Point.ToAWTable
toAWT
 

Method Detail

x

float x()

y

float y()