Package org.minueto.image

The org.minueto.image package contains all the classes related to image creation, loading and manipulation.

See:
          Description

Interface Summary
MinuetoDrawingSurface 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.
 

Class Summary
MinuetoCircle The MinuetoCircle class allows you to build the image of a circle or an ellipse.
MinuetoFont The MinuetoFont class is used to store information describing a Font.
MinuetoImage The MinuetoImage class describes an image that can be drawn on a MinuetoWindow.
MinuetoImageFile The MinuetoImageFile class allows you to load an image from a file.
MinuetoRectangle The MinuetoRectangle class allows you to build the image of a rectangle or a square.
MinuetoText The MinuetoText class allows you to build an image of a string of text.
 

Package org.minueto.image Description

The org.minueto.image package contains all the classes related to image creation, loading and manipulation.