Class GIFSavePanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class GIFSavePanel extends ImageSavePanel
The GIFSavePanel class allows the user to select save options for GIF image files.
Since:
3.1.7
Author:
Peter Hollemans
See Also:
  • Constructor Details

  • Method Details

    • write

      public void write(File file) throws IOException
      Writes the image as a GIF.
      Specified by:
      write in class SavePanel
      Parameters:
      file - the file to write.
      Throws:
      IOException - if an error occurred writing to the file.