Package org.minueto

The org.minueto package contains classes shared by all the other Minueto packages.

See:
          Description

Interface Summary
MinuetoEvent MinuetoEvent describes the interface for an Event message.
 

Class Summary
MinuetoColor The MinuetoColor class is used to store information describing a color.
MinuetoEventQueue The MinuetoEventQueue to stores Minueto related events such as keyboard input, mouse input and window event.
MinuetoOptions The MinuetoOptions allows a programmer to activate experimental features in Minueto.
MinuetoStopWatch The MinuetoStopWatch class is used to measure time.
MinuetoTool The MinuetoTool class provides various tools that don't particularly fit into other Minueto class.
 

Exception Summary
MinuetoEventQueueEmptyException Thrown by the handle method of the MinuetoEventQueue to indicate that the event queue is empty and there is no event to "handle".
MinuetoFileException Thrown by several methods of the Minueto package to indicate that a read or write file error has occured.
MinuetoInvalidColorValueException Thrown by constructors of the MinuetoColor class to indicate that an invalid color value was passed as a parameter.
MinuetoOutOfBoundException Thrown by the draw methods of the Minueto package to indicate that that the user tried to draw something out of the screen or image.
MinuetoZeroNegativeException Thrown by various methods in the Minueto package to indicate that a programmer used a zero or a negative number as a parameter and that value is valid.
 

Package org.minueto Description

The org.minueto package contains classes shared by all the other Minueto packages. They represent core concepts such as Color, Font, Events and Time.