com.jeffpalm.util
Interface Point.Double

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

public static interface Point.Double
extends Point.ToAWTable


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

Method Detail

x

double x()

y

double y()