com.jeffpalm.util
Interface Point.Factory

All Superinterfaces:
Point.Boolean.Factory, Point.Byte.Factory, Point.Double.Factory, Point.Float.Factory, Point.Int.Factory, Point.Short.Factory
Enclosing class:
Point

public static interface Point.Factory
extends Point.Boolean.Factory, Point.Byte.Factory, Point.Short.Factory, Point.Int.Factory, Point.Double.Factory, Point.Float.Factory


Method Summary
 
Methods inherited from interface com.jeffpalm.util.Point.Boolean.Factory
newBoolean
 
Methods inherited from interface com.jeffpalm.util.Point.Byte.Factory
newByte
 
Methods inherited from interface com.jeffpalm.util.Point.Short.Factory
newShort
 
Methods inherited from interface com.jeffpalm.util.Point.Int.Factory
newInt
 
Methods inherited from interface com.jeffpalm.util.Point.Double.Factory
newDouble
 
Methods inherited from interface com.jeffpalm.util.Point.Float.Factory
newFloat