Package uk.ac.rdg.resc.edal.graphics.formats
Classes which write to particular graphics file formats
- Author:
- Guy
-
Class Summary Class Description AviFormat "Image" format for outputting to AVI.GifFormat Creates (possibly animated) GIFs.ImageFormat Abstract superclass for all image formats.JpegFormat Writes JPEG images using the ImageIO class.KmzFormat Creates KMZ files for importing into Google Earth.Png32Format Writes 32-bit (ARGB) PNG images using the ImageIO class.PngFormat Writes PNG images using the ImageIO class.SimpleFormat Abstract superclass for simple image formats that do not require information about the layer, time values, bounding box etc to render an image. -
Exception Summary Exception Description InvalidFormatException Exception that is thrown when a user requests an unsupported image format