Class PNGSavePanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class PNGSavePanel extends ImageSavePanel
The PNGSavePanel class allows the user to select save options for PNG 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 PNG.
      Specified by:
      write in class SavePanel
      Parameters:
      file - the file to write.
      Throws:
      IOException - if an error occurred writing to the file.