org.apache.batik.apps.svgbrowser
public class SVGOptionPanel extends OptionPanel
| Field Summary | |
|---|---|
| protected JCheckBox | prettyPrintCB |
| protected JCheckBox | xmlbaseCB
The svg encoding options. |
| Constructor Summary | |
|---|---|
| SVGOptionPanel()
Creates a new panel. | |
| Method Summary | |
|---|---|
| boolean | getPrettyPrint()
Returns true if the output should use xml:base. |
| boolean | getUseXMLBase()
Returns true if the output should use xml:base. |
| static SVGOptionPanel | showDialog(Component parent)
Shows a dialog to choose the jpeg encoding quality and return
the quality as a float. |