Class PNGOptionPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class PNGOptionPanel extends OptionPanel
This class represents a panel to choose the color model of the PNG, i.e. RGB or INDEXED.
See Also:
  • Field Details

    • check

      protected JCheckBox check
      The check box for outputing an indexed PNG.
  • Constructor Details

    • PNGOptionPanel

      public PNGOptionPanel()
      Creates a new panel.
  • Method Details

    • isIndexed

      public boolean isIndexed()
      Returns if indexed or not
    • showDialog

      public static boolean showDialog(Component parent)
      Shows a dialog to choose the indexed PNG.