A B C D E F G H I K L M O P R S T U W Y

A

add(MinuetoEvent) - Method in class org.minueto.MinuetoEventQueue
Add an event to the event queue.
addFocusListener(FocusListener) - Method in class org.minueto.window.MinuetoPanel
 
addKeyListener(KeyListener) - Method in class org.minueto.window.MinuetoPanel
 
addMouseListener(MouseListener) - Method in class org.minueto.window.MinuetoPanel
 
addMouseMotionListener(MouseMotionListener) - Method in class org.minueto.window.MinuetoPanel
 
addMouseWheelListener(MouseWheelListener) - Method in class org.minueto.window.MinuetoPanel
 

B

BLACK - Static variable in class org.minueto.MinuetoColor
The color Black.
BLUE - Static variable in class org.minueto.MinuetoColor
The color Blue.

C

clear() - Method in interface org.minueto.image.MinuetoDrawingSurface
Clears the contents of the Drawing Surface.
clear(MinuetoColor) - Method in interface org.minueto.image.MinuetoDrawingSurface
Erases the contents from the Drawing Surface.
clear() - Method in class org.minueto.image.MinuetoImage
 
clear(MinuetoColor) - Method in class org.minueto.image.MinuetoImage
 
clear() - Method in class org.minueto.window.MinuetoPanel
 
clear(MinuetoColor) - Method in class org.minueto.window.MinuetoPanel
 
clone() - Method in class org.minueto.image.MinuetoImage
Creates and returns a copy of this MinuetoImage.
close() - Method in class org.minueto.window.MinuetoFrame
 
close() - Method in class org.minueto.window.MinuetoFullscreen
Close the window and free any ressource still in use by the window.
close() - Method in class org.minueto.window.MinuetoPanel
Closing a MinuetoPanel doesn't really make too much sense.
close() - Method in interface org.minueto.window.MinuetoWindow
Close the window and free any ressource still in use by the window.
crop(int, int, int, int) - Method in class org.minueto.image.MinuetoImage
Return a cropped copy of this MinuetoImage.

D

darken(double) - Method in class org.minueto.MinuetoColor
Returns a darker color.
darken(int) - Method in class org.minueto.MinuetoColor
Returns a darker color.
Dialog - Static variable in class org.minueto.image.MinuetoFont
One of the standard Java font, similar to Arial.
DialogInput - Static variable in class org.minueto.image.MinuetoFont
One of the standard Java font, similar to Courrier New.
draw(MinuetoImage, int, int) - Method in interface org.minueto.image.MinuetoDrawingSurface
Draw another MinuetoImage on this MinuetoDrawingSurface (thus compositing them).
draw(MinuetoImage, int, int) - Method in class org.minueto.image.MinuetoImage
 
draw(MinuetoImage, int, int) - Method in class org.minueto.window.MinuetoPanel
 
drawCircle(MinuetoColor, int, int, int) - Method in class org.minueto.image.MinuetoImage
Draw a circle of the specified color at the start point and of the desired diameter.
drawLine(MinuetoColor, int, int, int, int) - Method in interface org.minueto.image.MinuetoDrawingSurface
Draw a line of the specified color from the start point to the end point.
drawLine(MinuetoColor, int, int, int, int) - Method in class org.minueto.image.MinuetoImage
 
drawLine(MinuetoColor, int, int, int, int) - Method in class org.minueto.window.MinuetoPanel
 
drawPolygon(MinuetoColor, int[]) - Method in class org.minueto.image.MinuetoImage
Draw a polygon of the specified color from the specified points.
drawRectangle(MinuetoColor, int, int, int, int) - Method in class org.minueto.image.MinuetoImage
Draw a rectangle of the specified color from the start point and of the desired size.

E

enableAlpha(boolean) - Static method in class org.minueto.MinuetoOptions
Allows a programmer to enable alpha transparencies.
enableDirectXAcceleration() - Static method in class org.minueto.MinuetoOptions
Enables DirectX/Direct3D acceleration inside Minueto.
enableOpenGLAcceleration() - Static method in class org.minueto.MinuetoOptions
Enables OpenGL acceleration inside Minueto.
exitOnClose(boolean) - Method in class org.minueto.window.MinuetoFrame
By default, when a MinuetoWindow is closed by the operating system (click on the X in the top right corner for example), the whole application is closed.

F

flip(boolean, boolean) - Method in class org.minueto.image.MinuetoImage
Returns a flipped copy of this MinuetoImage.

G

getAlpha() - Method in class org.minueto.MinuetoColor
Returns the alpha value of this color.
getARGBColorValue() - Method in class org.minueto.MinuetoColor
Returns the sRGB color code for this color as an integer.
getAWTColor() - Method in class org.minueto.MinuetoColor
Returns the equivalent AWT color object.
getBlue() - Method in class org.minueto.MinuetoColor
Returns the blue value of this color.
getDisplayHeight() - Static method in class org.minueto.MinuetoTool
Returns the height of the current display (desktop) in pxels.
getDisplayWidth() - Static method in class org.minueto.MinuetoTool
Returns the width of the current display (desktop) in pxels.
getFrameRate() - Method in class org.minueto.window.MinuetoPanel
 
getFrameRate() - Method in interface org.minueto.window.MinuetoWindow
Returns the number of frame renders per second.
getGreen() - Method in class org.minueto.MinuetoColor
Returns the green value of this color.
getHeight() - Method in interface org.minueto.image.MinuetoDrawingSurface
Return the height of the image.
getHeight() - Method in class org.minueto.image.MinuetoImage
 
getHeight() - Method in class org.minueto.window.MinuetoPanel
 
getPixel(int, int) - Method in class org.minueto.image.MinuetoImage
Get the color of the pxel at location x,y.
getPositionX() - Method in class org.minueto.window.MinuetoFrame
 
getPositionX() - Method in class org.minueto.window.MinuetoFullscreen
 
getPositionX() - Method in class org.minueto.window.MinuetoPanel
 
getPositionX() - Method in interface org.minueto.window.MinuetoWindow
Returns the top-left X screen location of the MinuetoWindow drawing surface
getPositionY() - Method in class org.minueto.window.MinuetoFrame
 
getPositionY() - Method in class org.minueto.window.MinuetoFullscreen
 
getPositionY() - Method in class org.minueto.window.MinuetoPanel
 
getPositionY() - Method in interface org.minueto.window.MinuetoWindow
Returns the top-left Y screen location of the MinuetoWindow drawing surface
getPreferredSize() - Method in class org.minueto.window.MinuetoPanel
 
getRed() - Method in class org.minueto.MinuetoColor
Returns the red value of this color.
getTime() - Method in class org.minueto.MinuetoStopWatch
If the stopwatch is running, returns the time ellapse in millisecond between the invocation of the start method and the invocation of this method.
getWidth() - Method in interface org.minueto.image.MinuetoDrawingSurface
Return the width of the image.
getWidth() - Method in class org.minueto.image.MinuetoImage
 
getWidth() - Method in class org.minueto.window.MinuetoPanel
 
getWindowHeight() - Method in class org.minueto.window.MinuetoFrame
Returns the height of the current window.
getWindowPositionX() - Method in class org.minueto.window.MinuetoFrame
Returns the current X position of this window on the desktop.
getWindowPositionY() - Method in class org.minueto.window.MinuetoFrame
Returns the current Y position of this window.
getWindowWidth() - Method in class org.minueto.window.MinuetoFrame
Returns the width of the current window.
GREEN - Static variable in class org.minueto.MinuetoColor
The color Green.

H

handle() - Method in interface org.minueto.MinuetoEvent
This method is called when an event is processed.
handle() - Method in class org.minueto.MinuetoEventQueue
Handle the next event using the appropriate handler.
handleGetFocus() - Method in interface org.minueto.handlers.MinuetoFocusHandler
Invoked when the MinuetoWindow receives the focus.
handleKeyPress(int) - Method in interface org.minueto.handlers.MinuetoKeyboardHandler
Invoked when a keyboard key is pressed.
handleKeyRelease(int) - Method in interface org.minueto.handlers.MinuetoKeyboardHandler
Invoked when a keyboard key is released.
handleKeyType(char) - Method in interface org.minueto.handlers.MinuetoKeyboardHandler
Invoked when a keyboard key was typed.
handleLostFocus() - Method in interface org.minueto.handlers.MinuetoFocusHandler
Invoked when the MinuetoWindow loses the focus.
handleMinimizeWindow() - Method in interface org.minueto.handlers.MinuetoWindowHandler
Invoked when the MinuetoWindow is minimized.
handleMouseMove(int, int) - Method in interface org.minueto.handlers.MinuetoMouseHandler
Invoked when the mouse cursor is moved.
handleMousePress(int, int, int) - Method in interface org.minueto.handlers.MinuetoMouseHandler
Invoked when a mouse button is pressed.
handleMouseRelease(int, int, int) - Method in interface org.minueto.handlers.MinuetoMouseHandler
Invoked when a mouse button is released.
handleMouseWheelRotate(int) - Method in interface org.minueto.handlers.MinuetoMouseWheelHandler
Invoked when a mouse wheel is turned.
handleQuitRequest() - Method in interface org.minueto.handlers.MinuetoWindowHandler
Invoked when the user tries to quit the application.
handleRestoreWindow() - Method in interface org.minueto.handlers.MinuetoWindowHandler
Invoked when the MinuetoWindow is restored (from being minimized).
hasNext() - Method in class org.minueto.MinuetoEventQueue
Return true if the queue holds another event.

I

isAlphaEnabled() - Static method in class org.minueto.MinuetoOptions
Returns true if alpha transparencies are enabled.
isClosed() - Method in class org.minueto.window.MinuetoFrame
 
isClosed() - Method in class org.minueto.window.MinuetoFullscreen
 
isClosed() - Method in class org.minueto.window.MinuetoPanel
 
isClosed() - Method in interface org.minueto.window.MinuetoWindow
Returns if the MinuetoWindow is was closed.
isLinux() - Static method in class org.minueto.MinuetoTool
Returns true if the operating system is Linux.
isMac() - Static method in class org.minueto.MinuetoTool
Returns true if the operating system is MacOS.
isVisible() - Method in class org.minueto.window.MinuetoPanel
 
isVisible() - Method in interface org.minueto.window.MinuetoWindow
Returns if the MinuetoWindow is visible or not.
isWindows() - Static method in class org.minueto.MinuetoTool
Returns true if the operating system is Windows.

K

KEY_0 - Static variable in class org.minueto.handlers.MinuetoKeyboard
The 0 key on the top of the keyboard
KEY_1 - Static variable in class org.minueto.handlers.MinuetoKeyboard
The 1 key on the top of the keyboard
KEY_2 - Static variable in class org.minueto.handlers.MinuetoKeyboard
The 2 key on the top of the keyboard
KEY_3 - Static variable in class org.minueto.handlers.MinuetoKeyboard
The 3 key on the top of the keyboard
KEY_4 - Static variable in class org.minueto.handlers.MinuetoKeyboard
The 4 key on the top of the keyboard
KEY_5 - Static variable in class org.minueto.handlers.MinuetoKeyboard
The 5 key on the top of the keyboard
KEY_6 - Static variable in class org.minueto.handlers.MinuetoKeyboard
The 6 key on the top of the keyboard
KEY_7 - Static variable in class org.minueto.handlers.MinuetoKeyboard
The 7 key on the top of the keyboard
KEY_8 - Static variable in class org.minueto.handlers.MinuetoKeyboard
The 8 key on the top of the keyboard
KEY_9 - Static variable in class org.minueto.handlers.MinuetoKeyboard
The 9 key on the top of the keyboard
KEY_A - Static variable in class org.minueto.handlers.MinuetoKeyboard
The A key
KEY_ALT - Static variable in class org.minueto.handlers.MinuetoKeyboard
The Alt key
KEY_B - Static variable in class org.minueto.handlers.MinuetoKeyboard
The B key
KEY_BACKSPACE - Static variable in class org.minueto.handlers.MinuetoKeyboard
The Backspace key
KEY_C - Static variable in class org.minueto.handlers.MinuetoKeyboard
The C key
KEY_CAPSLOCK - Static variable in class org.minueto.handlers.MinuetoKeyboard
The Capslock key
KEY_CONTROL - Static variable in class org.minueto.handlers.MinuetoKeyboard
The Control key
KEY_D - Static variable in class org.minueto.handlers.MinuetoKeyboard
The D key
KEY_DELETE - Static variable in class org.minueto.handlers.MinuetoKeyboard
The Delete key
KEY_DOWN - Static variable in class org.minueto.handlers.MinuetoKeyboard
The Down key
KEY_E - Static variable in class org.minueto.handlers.MinuetoKeyboard
The E key
KEY_END - Static variable in class org.minueto.handlers.MinuetoKeyboard
The End key
KEY_ENTER - Static variable in class org.minueto.handlers.MinuetoKeyboard
The Enter key
KEY_ESC - Static variable in class org.minueto.handlers.MinuetoKeyboard
The ESC key
KEY_F - Static variable in class org.minueto.handlers.MinuetoKeyboard
The F key
KEY_F1 - Static variable in class org.minueto.handlers.MinuetoKeyboard
The F1 key
KEY_F10 - Static variable in class org.minueto.handlers.MinuetoKeyboard
The F10 key
KEY_F11 - Static variable in class org.minueto.handlers.MinuetoKeyboard
The F11 key
KEY_F12 - Static variable in class org.minueto.handlers.MinuetoKeyboard
The F12 key
KEY_F2 - Static variable in class org.minueto.handlers.MinuetoKeyboard
The F2 key
KEY_F3 - Static variable in class org.minueto.handlers.MinuetoKeyboard
The F3 key
KEY_F4 - Static variable in class org.minueto.handlers.MinuetoKeyboard
The F4 key
KEY_F5 - Static variable in class org.minueto.handlers.MinuetoKeyboard
The F5 key
KEY_F6 - Static variable in class org.minueto.handlers.MinuetoKeyboard
The F6 key
KEY_F7 - Static variable in class org.minueto.handlers.MinuetoKeyboard
The F7 key
KEY_F8 - Static variable in class org.minueto.handlers.MinuetoKeyboard
The F8 key
KEY_F9 - Static variable in class org.minueto.handlers.MinuetoKeyboard
The F9 key
KEY_G - Static variable in class org.minueto.handlers.MinuetoKeyboard
The G key
KEY_H - Static variable in class org.minueto.handlers.MinuetoKeyboard
The H key
KEY_HOME - Static variable in class org.minueto.handlers.MinuetoKeyboard
The Home key
KEY_I - Static variable in class org.minueto.handlers.MinuetoKeyboard
The I key
KEY_J - Static variable in class org.minueto.handlers.MinuetoKeyboard
The J key
KEY_K - Static variable in class org.minueto.handlers.MinuetoKeyboard
The K key
KEY_L - Static variable in class org.minueto.handlers.MinuetoKeyboard
The L key
KEY_LEFT - Static variable in class org.minueto.handlers.MinuetoKeyboard
The Left key
KEY_M - Static variable in class org.minueto.handlers.MinuetoKeyboard
The M key
KEY_N - Static variable in class org.minueto.handlers.MinuetoKeyboard
The N key
KEY_NUM_0 - Static variable in class org.minueto.handlers.MinuetoKeyboard
The 0 key on the numeric keypad
KEY_NUM_1 - Static variable in class org.minueto.handlers.MinuetoKeyboard
The 1 key on the numeric keypad
KEY_NUM_2 - Static variable in class org.minueto.handlers.MinuetoKeyboard
The 2 key on the numeric keypad
KEY_NUM_3 - Static variable in class org.minueto.handlers.MinuetoKeyboard
The 3 key on the numeric keypad
KEY_NUM_4 - Static variable in class org.minueto.handlers.MinuetoKeyboard
The 4 key on the numeric keypad
KEY_NUM_5 - Static variable in class org.minueto.handlers.MinuetoKeyboard
The 5 key on the numeric keypad
KEY_NUM_6 - Static variable in class org.minueto.handlers.MinuetoKeyboard
The 6 key on the numeric keypad
KEY_NUM_7 - Static variable in class org.minueto.handlers.MinuetoKeyboard
The 7 key on the numeric keypad
KEY_NUM_8 - Static variable in class org.minueto.handlers.MinuetoKeyboard
The 8 key on the numeric keypad
KEY_NUM_9 - Static variable in class org.minueto.handlers.MinuetoKeyboard
The 9 key on the numeric keypad
KEY_O - Static variable in class org.minueto.handlers.MinuetoKeyboard
The O key
KEY_P - Static variable in class org.minueto.handlers.MinuetoKeyboard
The P key
KEY_PAGEDOWN - Static variable in class org.minueto.handlers.MinuetoKeyboard
The Page Down key
KEY_PAGEUP - Static variable in class org.minueto.handlers.MinuetoKeyboard
The Page Up key
KEY_Q - Static variable in class org.minueto.handlers.MinuetoKeyboard
The Q key
KEY_R - Static variable in class org.minueto.handlers.MinuetoKeyboard
The R key
KEY_RIGHT - Static variable in class org.minueto.handlers.MinuetoKeyboard
The Right key
KEY_S - Static variable in class org.minueto.handlers.MinuetoKeyboard
The S key
KEY_SHIFT - Static variable in class org.minueto.handlers.MinuetoKeyboard
The Shift key
KEY_SPACE - Static variable in class org.minueto.handlers.MinuetoKeyboard
The Spacebar key
KEY_T - Static variable in class org.minueto.handlers.MinuetoKeyboard
The T key
KEY_U - Static variable in class org.minueto.handlers.MinuetoKeyboard
The U key
KEY_UP - Static variable in class org.minueto.handlers.MinuetoKeyboard
The Up key
KEY_V - Static variable in class org.minueto.handlers.MinuetoKeyboard
The V key
KEY_W - Static variable in class org.minueto.handlers.MinuetoKeyboard
The W key
KEY_X - Static variable in class org.minueto.handlers.MinuetoKeyboard
The X key
KEY_Y - Static variable in class org.minueto.handlers.MinuetoKeyboard
The Y key
KEY_Z - Static variable in class org.minueto.handlers.MinuetoKeyboard
The Z key

L

lighten(double) - Method in class org.minueto.MinuetoColor
Returns a lighter color.
lighten(int) - Method in class org.minueto.MinuetoColor
Returns a lighter color.

M

mask(MinuetoColor) - Method in class org.minueto.image.MinuetoImage
The mask method creates a new MinuetoImage where all the non-transparent pxels of this image are replaced with the provided color.
MinuetoCircle - Class in org.minueto.image
The MinuetoCircle class allows you to build the image of a circle or an ellipse.
MinuetoCircle(int, int, MinuetoColor, boolean) - Constructor for class org.minueto.image.MinuetoCircle
Creates a MinuetoCircle image of a circle (or an ellipse) of the specified color and size.
MinuetoCircle(int, MinuetoColor, boolean) - Constructor for class org.minueto.image.MinuetoCircle
Creates a MinuetoCircle image of a circle (or an ellipse) of the specified color and radius.
MinuetoColor - Class in org.minueto
The MinuetoColor class is used to store information describing a color.
MinuetoColor(int, int, int) - Constructor for class org.minueto.MinuetoColor
Creates a new RGB color.
MinuetoColor(Color) - Constructor for class org.minueto.MinuetoColor
Creates a new RGBA color from a Java AWT Color object
MinuetoColor(int) - Constructor for class org.minueto.MinuetoColor
Creates a MinuetoColor object from a single int value just as java.awt.Color: Creates an opaque sRGB color with the specified combined RGB value consisting of the red component in bits 16-23, the green component in bits 8-15, and the blue component in bits 0-7.
MinuetoColor(int, int, int, int) - Constructor for class org.minueto.MinuetoColor
Creates a new RGBA color.
MinuetoColor(double, double, double) - Constructor for class org.minueto.MinuetoColor
Creates a new RGB color.
MinuetoColor(double, double, double, double) - Constructor for class org.minueto.MinuetoColor
Creates a new RGBA color.
MinuetoDrawingSurface - Interface in org.minueto.image
This interface denotes an object which can be drawn to with images or lines As well as having a width and height, pxels can be accessed or set It is also possible to save the image to a file.
MinuetoEvent - Interface in org.minueto
MinuetoEvent describes the interface for an Event message.
MinuetoEventQueue - Class in org.minueto
The MinuetoEventQueue to stores Minueto related events such as keyboard input, mouse input and window event.
MinuetoEventQueue() - Constructor for class org.minueto.MinuetoEventQueue
Create an empty event queue.
MinuetoEventQueueEmptyException - Exception in org.minueto
Thrown by the handle method of the MinuetoEventQueue to indicate that the event queue is empty and there is no event to "handle".
MinuetoEventQueueEmptyException() - Constructor for exception org.minueto.MinuetoEventQueueEmptyException
Constructs a MinuetoEventQueueEmptyException with null as its error message string.
MinuetoEventQueueEmptyException(String) - Constructor for exception org.minueto.MinuetoEventQueueEmptyException
Constructs a MinuetoEventQueueEmptyException, saving a reference to the error message string s for later retrieval by the getMessage method.
MinuetoFileException - Exception in org.minueto
Thrown by several methods of the Minueto package to indicate that a read or write file error has occured.
MinuetoFileException() - Constructor for exception org.minueto.MinuetoFileException
Constructs a MinuetoFileException with null as its error message string.
MinuetoFileException(String) - Constructor for exception org.minueto.MinuetoFileException
Constructs a MinuetoFileException, saving a reference to the error message string s for later retrieval by the getMessage method.
MinuetoFocusHandler - Interface in org.minueto.handlers
 
MinuetoFont - Class in org.minueto.image
The MinuetoFont class is used to store information describing a Font.
MinuetoFont(String, int, boolean, boolean) - Constructor for class org.minueto.image.MinuetoFont
Creates a font object by loading the specified font with the specified caracteristics.
MinuetoFrame - Class in org.minueto.window
The MinuetoPanel class allows you to create a window (not fullscreen).
MinuetoFrame(int, int, boolean) - Constructor for class org.minueto.window.MinuetoFrame
Creates a MinuetoWindow of the specified size.
MinuetoFullscreen - Class in org.minueto.window
The MinuetoFullscreen class allows you to create a full screen window.
MinuetoFullscreen(int, int, int) - Constructor for class org.minueto.window.MinuetoFullscreen
Creates a MinuetoFullscreen of the specified size and color depth.
MinuetoImage - Class in org.minueto.image
The MinuetoImage class describes an image that can be drawn on a MinuetoWindow.
MinuetoImage(int, int) - Constructor for class org.minueto.image.MinuetoImage
Create a blank (transparent) image of the specified width and height.
MinuetoImage(BufferedImage) - Constructor for class org.minueto.image.MinuetoImage
Create an image using an existing buffered image.
MinuetoImageFile - Class in org.minueto.image
The MinuetoImageFile class allows you to load an image from a file.
MinuetoImageFile(String) - Constructor for class org.minueto.image.MinuetoImageFile
Build a MinuetoImageFile by loading the specified file.
MinuetoImageFile(URL) - Constructor for class org.minueto.image.MinuetoImageFile
Build a MinuetoImageFile by loading the specified file.
MinuetoInvalidColorValueException - Exception in org.minueto
Thrown by constructors of the MinuetoColor class to indicate that an invalid color value was passed as a parameter.
MinuetoInvalidColorValueException() - Constructor for exception org.minueto.MinuetoInvalidColorValueException
Constructs a MinuetoInvalidColorValueException with null as its error message string.
MinuetoInvalidColorValueException(String) - Constructor for exception org.minueto.MinuetoInvalidColorValueException
Constructs a MinuetoInvalidColorValueException, saving a reference to the error message string s for later retrieval by the getMessage method.
MinuetoKeyboard - Class in org.minueto.handlers
The MinuetoKeyboard class contains the set of constants returned by MinuetoKeyboardHandler.
MinuetoKeyboardHandler - Interface in org.minueto.handlers
The MinuetoKeyboardHandler is an interface for receiving a keyboard event (press, release) from a MinuetoWindow and handling it.
MinuetoMouse - Class in org.minueto.handlers
The MinuetoMouse class contains the set of constants returned by the MinuetoMouseHandler.
MinuetoMouseHandler - Interface in org.minueto.handlers
The MinuetoMouseHanlder is an interface for receiving a mouse event (motion, click) from a MinuetoWindow and handling it.
MinuetoMouseWheelHandler - Interface in org.minueto.handlers
The MinuetoMouseWheelHandler is an interface for receiving a mouse wheel event (rotate) from a MinuetoWindow and handling it.
MinuetoOptions - Class in org.minueto
The MinuetoOptions allows a programmer to activate experimental features in Minueto.
MinuetoOptions() - Constructor for class org.minueto.MinuetoOptions
 
MinuetoOutOfBoundException - Exception in org.minueto
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.
MinuetoOutOfBoundException() - Constructor for exception org.minueto.MinuetoOutOfBoundException
Constructs a MinuetoOutOfBoundException with null as its error message string.
MinuetoOutOfBoundException(String) - Constructor for exception org.minueto.MinuetoOutOfBoundException
Constructs a MinuetoOutOfBoundException, saving a reference to the error message string s for later retrieval by the getMessage method.
MinuetoOutOfBoundException(int, int, int) - Constructor for exception org.minueto.MinuetoOutOfBoundException
Constructs a MinuetoOutOfBoundException, saving a detailed description of the error, including the erroneous value and the maximum/minimum possible values.
MinuetoPanel - Class in org.minueto.window
The MinuetoPanel class allows you to create a Panel which can be inserted inside your Swing/AWT application.
MinuetoPanel(int, int) - Constructor for class org.minueto.window.MinuetoPanel
 
MinuetoRectangle - Class in org.minueto.image
The MinuetoRectangle class allows you to build the image of a rectangle or a square.
MinuetoRectangle(int, int, MinuetoColor, boolean) - Constructor for class org.minueto.image.MinuetoRectangle
Creates a MinuetoRectangle image of a rectangle (or a square) of the specified color and size.
MinuetoStopWatch - Class in org.minueto
The MinuetoStopWatch class is used to measure time.
MinuetoStopWatch() - Constructor for class org.minueto.MinuetoStopWatch
Create a MinuetoStopWatch and set its value to 0.
MinuetoText - Class in org.minueto.image
The MinuetoText class allows you to build an image of a string of text.
MinuetoText(String, MinuetoFont, MinuetoColor) - Constructor for class org.minueto.image.MinuetoText
Builds a MinuetoText image of a string of the specified color and font.
MinuetoText(String, MinuetoFont, MinuetoColor, boolean) - Constructor for class org.minueto.image.MinuetoText
Builds a MinuetoText image of a string of the specified color and font.
MinuetoTool - Class in org.minueto
The MinuetoTool class provides various tools that don't particularly fit into other Minueto class.
MinuetoTool() - Constructor for class org.minueto.MinuetoTool
 
MinuetoUnsupportedDisplayModeException - Exception in org.minueto.window
Thrown by the MinuetoFullscreen constructor to indicate that the desired display mode is not available.
MinuetoUnsupportedDisplayModeException() - Constructor for exception org.minueto.window.MinuetoUnsupportedDisplayModeException
Constructs a MinuetoUnsupportedDisplayModeException with null as its error message string.
MinuetoUnsupportedDisplayModeException(String) - Constructor for exception org.minueto.window.MinuetoUnsupportedDisplayModeException
Constructs a MinuetoUnsupportedDisplayModeException, saving a reference to the error message string s for later retrieval by the getMessage method.
MinuetoWindow - Interface in org.minueto.window
Interface describing the minimum functionality provided by all implementation of Minueto.
MinuetoWindowAlreadyInitializedException - Exception in org.minueto.window
Thrown by the MinuetoWindow constructor to indicate that a MinuetoWindow has already been initialized.
MinuetoWindowAlreadyInitializedException() - Constructor for exception org.minueto.window.MinuetoWindowAlreadyInitializedException
Constructs a MinuetoWindowAlreadyInitializedException with null as its error message string.
MinuetoWindowAlreadyInitializedException(String) - Constructor for exception org.minueto.window.MinuetoWindowAlreadyInitializedException
Constructs a MinuetoWindowAlreadyInitializedException, saving a reference to the error message string s for later retrieval by the getMessage method.
MinuetoWindowHandler - Interface in org.minueto.handlers
The MinuetoWindowHandler is an interface for receiving a window event from a MinuetoWindow and handling it.
MinuetoWindowInvalidStateException - Exception in org.minueto.window
Thrown by MinuetoWindow when one of several specific method is called while the window is in an invalid state.
MinuetoWindowInvalidStateException() - Constructor for exception org.minueto.window.MinuetoWindowInvalidStateException
Constructs a MinuetoWindowInvalidStateException with null as its error message string.
MinuetoWindowInvalidStateException(String) - Constructor for exception org.minueto.window.MinuetoWindowInvalidStateException
Constructs a MinuetoWindowInvalidStateException, saving a reference to the error message string s for later retrieval by the getMessage method.
MinuetoWindowNotInitializedException - Exception in org.minueto.window
Thrown by several methods in the Minueto Package to indicate that MinuetoWindow must be initialized before calling this method.
MinuetoWindowNotInitializedException() - Constructor for exception org.minueto.window.MinuetoWindowNotInitializedException
Constructs a MinuetoWindowNotInitializedException with null as its error message string.
MinuetoWindowNotInitializedException(String) - Constructor for exception org.minueto.window.MinuetoWindowNotInitializedException
Constructs a MinuetoWindowNotInitializedException, saving a reference to the error message string s for later retrieval by the getMessage method.
MinuetoZeroNegativeException - Exception in org.minueto
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.
MinuetoZeroNegativeException() - Constructor for exception org.minueto.MinuetoZeroNegativeException
Constructs a MinuetoZeroNegativeException with null as its error message string.
MinuetoZeroNegativeException(String) - Constructor for exception org.minueto.MinuetoZeroNegativeException
Constructs a MinuetoZeroNegativeException, saving a reference to the error message string s for later retrieval by the getMessage method.
Monospaced - Static variable in class org.minueto.image.MinuetoFont
One of the standard Java font, similar to Courrier New.
MOUSE_BUTTON_LEFT - Static variable in class org.minueto.handlers.MinuetoMouse
The left mouse button.
MOUSE_BUTTON_MIDDLE - Static variable in class org.minueto.handlers.MinuetoMouse
The center mouse button.
MOUSE_BUTTON_RIGHT - Static variable in class org.minueto.handlers.MinuetoMouse
The right mouse button.

O

org.minueto - package org.minueto
The org.minueto package contains classes shared by all the other Minueto packages.
org.minueto.handlers - package org.minueto.handlers
The org.minueto.handlers package contains all the classes related to input/event handling, either from the keyboard, mouse or other components.
org.minueto.image - package org.minueto.image
The org.minueto.image package contains all the classes related to image creation, loading and manipulation.
org.minueto.window - package org.minueto.window
The org.minueto.window package contains all the classes related to creating a drawing surface for the Minueto application, weither it be a window or a panel.

P

paint(Graphics) - Method in class org.minueto.window.MinuetoPanel
 

R

RED - Static variable in class org.minueto.MinuetoColor
The color Red.
registerFocusHandler(MinuetoFocusHandler, MinuetoEventQueue) - Method in class org.minueto.window.MinuetoPanel
 
registerFocusHandler(MinuetoFocusHandler, MinuetoEventQueue) - Method in interface org.minueto.window.MinuetoWindow
Assign a focus handler to the MinuetoWindow to process focus events.
registerKeyboardHandler(MinuetoKeyboardHandler, MinuetoEventQueue) - Method in class org.minueto.window.MinuetoPanel
 
registerKeyboardHandler(MinuetoKeyboardHandler, MinuetoEventQueue) - Method in interface org.minueto.window.MinuetoWindow
Assign a keyboard handler to the MinuetoWindow to process keyboard input.
registerMouseHandler(MinuetoMouseHandler, MinuetoEventQueue) - Method in class org.minueto.window.MinuetoPanel
 
registerMouseHandler(MinuetoMouseHandler, MinuetoEventQueue) - Method in interface org.minueto.window.MinuetoWindow
Assign a mouse handler to the MinuetoWindow to process mouse input.
registerMouseWheelHandler(MinuetoMouseWheelHandler, MinuetoEventQueue) - Method in class org.minueto.window.MinuetoPanel
 
registerMouseWheelHandler(MinuetoMouseWheelHandler, MinuetoEventQueue) - Method in interface org.minueto.window.MinuetoWindow
Assign a mousewheel handler to the MinuetoWindow to process mouse wheel input.
registerWindowHandler(MinuetoWindowHandler, MinuetoEventQueue) - Method in class org.minueto.window.MinuetoPanel
 
registerWindowHandler(MinuetoWindowHandler, MinuetoEventQueue) - Method in interface org.minueto.window.MinuetoWindow
Assign a window handler to the MinuetoWindow to process window input.
removeFocusListener(FocusListener) - Method in class org.minueto.window.MinuetoPanel
 
removeKeyListener(KeyListener) - Method in class org.minueto.window.MinuetoPanel
 
removeMouseListener(MouseListener) - Method in class org.minueto.window.MinuetoPanel
 
removeMouseMotionListener(MouseMotionListener) - Method in class org.minueto.window.MinuetoPanel
 
removeMouseWheelListener(MouseWheelListener) - Method in class org.minueto.window.MinuetoPanel
 
render() - Method in class org.minueto.window.MinuetoPanel
 
render() - Method in interface org.minueto.window.MinuetoWindow
Draws the content of the backbuffer onto the window.
reset() - Method in class org.minueto.MinuetoStopWatch
Reset the value of the stopwatch to 0.
rotate(double) - Method in class org.minueto.image.MinuetoImage
Return a rotated copy of this MinuetoImage.

S

SansSerif - Static variable in class org.minueto.image.MinuetoFont
One of the standard Java font, similar to Arial.
save(String) - Method in interface org.minueto.image.MinuetoDrawingSurface
Saves the content of the MinuetoDrawingSurface to a PNG file.
save(String) - Method in class org.minueto.image.MinuetoImage
 
save(String) - Method in class org.minueto.window.MinuetoPanel
 
scale(double, double) - Method in class org.minueto.image.MinuetoImage
Return a scaled copy of this MinuetoImage.
Serif - Static variable in class org.minueto.image.MinuetoFont
One of the standard Java font, similar to Times New Roman.
setCursorVisible(boolean) - Method in class org.minueto.window.MinuetoFrame
 
setCursorVisible(boolean) - Method in class org.minueto.window.MinuetoFullscreen
Shows or hides the mouse cursor.
setCursorVisible(boolean) - Method in class org.minueto.window.MinuetoPanel
 
setCursorVisible(boolean) - Method in interface org.minueto.window.MinuetoWindow
Shows or hides the mouse cursor.
setMaxFrameRate(double) - Method in class org.minueto.window.MinuetoPanel
 
setMaxFrameRate(double) - Method in interface org.minueto.window.MinuetoWindow
Caps the number of frames which can be rendered (display) per second.
setPixel(int, int, MinuetoColor) - Method in interface org.minueto.image.MinuetoDrawingSurface
Change the color of pxel at location X,y.
setPixel(int, int, MinuetoColor) - Method in class org.minueto.image.MinuetoImage
 
setPixel(int, int, MinuetoColor) - Method in class org.minueto.window.MinuetoPanel
 
setSize(Dimension) - Method in class org.minueto.window.MinuetoPanel
 
setTitle(String) - Method in class org.minueto.window.MinuetoFrame
 
setTitle(String) - Method in class org.minueto.window.MinuetoFullscreen
Change the title of the window.
setTitle(String) - Method in class org.minueto.window.MinuetoPanel
 
setTitle(String) - Method in interface org.minueto.window.MinuetoWindow
Change the title of the window.
setUpText(String, MinuetoFont, MinuetoColor, boolean) - Method in class org.minueto.image.MinuetoText
Builds the actual MinuetoText objects.
setVisible(boolean) - Method in class org.minueto.window.MinuetoFrame
 
setVisible(boolean) - Method in class org.minueto.window.MinuetoFullscreen
 
setVisible(boolean) - Method in class org.minueto.window.MinuetoPanel
 
setVisible(boolean) - Method in interface org.minueto.window.MinuetoWindow
Shows or hides the MinuetoWindow.
setWindowPosition(int, int) - Method in class org.minueto.window.MinuetoFrame
Moves the window to the desired location.
start() - Method in class org.minueto.MinuetoStopWatch
Start the stopwatch.
stop() - Method in class org.minueto.MinuetoStopWatch
Stop the stopwatch.

T

toString() - Method in class org.minueto.MinuetoColor
Returns a string representation of the color.

U

unregisterFocusHandler(MinuetoFocusHandler, MinuetoEventQueue) - Method in class org.minueto.window.MinuetoPanel
 
unregisterFocusHandler(MinuetoFocusHandler, MinuetoEventQueue) - Method in interface org.minueto.window.MinuetoWindow
Removes a focus handler from the MinuetoWindow.
unregisterKeyboardHandler(MinuetoKeyboardHandler, MinuetoEventQueue) - Method in class org.minueto.window.MinuetoPanel
 
unregisterKeyboardHandler(MinuetoKeyboardHandler, MinuetoEventQueue) - Method in interface org.minueto.window.MinuetoWindow
Removes a keyboard handler from the MinuetoWindow.
unregisterMouseHandler(MinuetoMouseHandler, MinuetoEventQueue) - Method in class org.minueto.window.MinuetoPanel
 
unregisterMouseHandler(MinuetoMouseHandler, MinuetoEventQueue) - Method in interface org.minueto.window.MinuetoWindow
Removes a mouse handler from the MinuetoWindow.
unregisterMouseWheelHandler(MinuetoMouseWheelHandler, MinuetoEventQueue) - Method in class org.minueto.window.MinuetoPanel
 
unregisterMouseWheelHandler(MinuetoMouseWheelHandler, MinuetoEventQueue) - Method in interface org.minueto.window.MinuetoWindow
Removes a mouse wheel handler from the MinuetoWindow.
unregisterWindowHandler(MinuetoWindowHandler, MinuetoEventQueue) - Method in class org.minueto.window.MinuetoPanel
 
unregisterWindowHandler(MinuetoWindowHandler, MinuetoEventQueue) - Method in interface org.minueto.window.MinuetoWindow
Removes a window handler from the MinuetoWindow.
update(Graphics) - Method in class org.minueto.window.MinuetoPanel
 

W

WHITE - Static variable in class org.minueto.MinuetoColor
The color White

Y

YELLOW - Static variable in class org.minueto.MinuetoColor
The color Yellow.

A B C D E F G H I K L M O P R S T U W Y