Class SVGOptionPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class SVGOptionPanel extends OptionPanel
This class represents a panel to control svg encoding options.
Version:
$Id: SVGOptionPanel.java 1733416 2016-03-03 07:07:13Z gadams $
See Also:
  • Field Details

    • xmlbaseCB

      protected JCheckBox xmlbaseCB
      The svg encoding options.
    • prettyPrintCB

      protected JCheckBox prettyPrintCB
  • Constructor Details

    • SVGOptionPanel

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

    • getUseXMLBase

      public boolean getUseXMLBase()
      Returns true if the output should use xml:base.
    • getPrettyPrint

      public boolean getPrettyPrint()
      Returns true if the output should use xml:base.
    • showDialog

      public static SVGOptionPanel showDialog(Component parent)
      Shows a dialog to choose the jpeg encoding quality and return the quality as a float.