Uses of Class
magoffin.matt.ma2.support.Geometry.Mode

Packages that use Geometry.Mode
magoffin.matt.ma2.support   
 

Uses of Geometry.Mode in magoffin.matt.ma2.support
 

Methods in magoffin.matt.ma2.support that return Geometry.Mode
 Geometry.Mode Geometry.getMode()
          Returns the mode.
static Geometry.Mode Geometry.Mode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Geometry.Mode[] Geometry.Mode.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in magoffin.matt.ma2.support with parameters of type Geometry.Mode
 void Geometry.setMode(Geometry.Mode mode)
          Sets the mode.
 

Constructors in magoffin.matt.ma2.support with parameters of type Geometry.Mode
Geometry(int width, int height, Geometry.Mode mode)
          Construct a Geometry with width, height, and mode.