com.jeffpalm.util
Interface Point.Int

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

public static interface Point.Int
extends Point.ToAWTable


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

Method Detail

x

int x()

y

int y()