Uses of Interface
org.minueto.image.MinuetoDrawingSurface

Packages that use MinuetoDrawingSurface
org.minueto.image The org.minueto.image package contains all the classes related to image creation, loading and manipulation. 
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. 
 

Uses of MinuetoDrawingSurface in org.minueto.image
 

Classes in org.minueto.image that implement MinuetoDrawingSurface
 class MinuetoCircle
          The MinuetoCircle class allows you to build the image of a circle or an ellipse.
 class MinuetoImage
          The MinuetoImage class describes an image that can be drawn on a MinuetoWindow.
 class MinuetoImageFile
          The MinuetoImageFile class allows you to load an image from a file.
 class MinuetoRectangle
          The MinuetoRectangle class allows you to build the image of a rectangle or a square.
 class MinuetoText
          The MinuetoText class allows you to build an image of a string of text.
 

Uses of MinuetoDrawingSurface in org.minueto.window
 

Subinterfaces of MinuetoDrawingSurface in org.minueto.window
 interface MinuetoWindow
          Interface describing the minimum functionality provided by all implementation of Minueto.
 

Classes in org.minueto.window that implement MinuetoDrawingSurface
 class MinuetoFrame
          The MinuetoPanel class allows you to create a window (not fullscreen).
 class MinuetoFullscreen
          The MinuetoFullscreen class allows you to create a full screen window.
 class MinuetoPanel
          The MinuetoPanel class allows you to create a Panel which can be inserted inside your Swing/AWT application.