com.jeffpalm.util
Interface Point.Short

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

public static interface Point.Short
extends Point.ToAWTable


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

Method Detail

x

short x()

y

short y()