Uses of Class
com.gregdennis.drej.NotImageException

Packages that use NotImageException
com.gregdennis.drej   
 

Uses of NotImageException in com.gregdennis.drej
 

Methods in com.gregdennis.drej that throw NotImageException
static GVector Images.imageData(java.awt.Image image)
          Returns a vector of data from the specified image.
static GVector Images.imageData(java.awt.Image image, int x, int y, int width, int height)
          Returns a vector of data from the (x, y, width, height) rectangular section of the specified image.
static java.awt.Image Images.imageFromFile(java.lang.String path)
          Returns the image located at the specified path.
static java.awt.Image Images.imageFromURL(java.net.URL url)
          Returns the image located at the specified URL.