Package com.vistech.jai.imageio

Interface Summary
PlanarImageLoadedListener The listener interface for the planarImageLoaded event.
 

Class Summary
ImageLoaderJAI Loads an image from a local directory using the JAI Image I/O package.Once an image is loaded, it fires the imageLoaded event to the registered listeners.
ImageSaverJAI A utility class that provides several static methods to save an image to a local directory in different formats supported by the JAI Image I/O package.
ImageSaverPanel Creates a panel for entering image saving related info, including the file name and the image format.
PlanarImageLoadedEvent The event-state class for the planarImageLoaded event.
PlanarImageLoader A bean that loads images from a local directory or a jar file using the JAI codec.
PlanarImageLoaderBeanInfo The bean info class for PlanarImageLoader bean.