Uses of Class
org.minueto.MinuetoFileException

Packages that use MinuetoFileException
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 MinuetoFileException in org.minueto.image
 

Methods in org.minueto.image that throw MinuetoFileException
 void MinuetoDrawingSurface.save(java.lang.String filename)
          Saves the content of the MinuetoDrawingSurface to a PNG file.
 void MinuetoImage.save(java.lang.String filename)
           
 

Constructors in org.minueto.image that throw MinuetoFileException
MinuetoImageFile(java.lang.String filename)
          Build a MinuetoImageFile by loading the specified file.
MinuetoImageFile(java.net.URL url)
          Build a MinuetoImageFile by loading the specified file.
 

Uses of MinuetoFileException in org.minueto.window
 

Methods in org.minueto.window that throw MinuetoFileException
 void MinuetoPanel.save(java.lang.String filename)