org.apache.batik.apps.svgbrowser
public class JPEGOptionPanel extends OptionPanel
| Field Summary | |
|---|---|
| protected JSlider | quality
The jpeg encoding quality. |
| Constructor Summary | |
|---|---|
| JPEGOptionPanel()
Creates a new panel. | |
| Method Summary | |
|---|---|
| float | getQuality()
Returns the jpeg quality. |
| static float | showDialog(Component parent)
Shows a dialog to choose the jpeg encoding quality and return
the quality as a float. |