java.lang.Object
org.dinopolis.gpstool.plugin.writerasterimage.WriteRasterImagePlugin
org.dinopolis.gpstool.plugin.writerasterimage.WriteJpgImagePlugin
- All Implemented Interfaces:
- org.dinopolis.gpstool.plugin.Plugin, org.dinopolis.gpstool.plugin.WriteImagePlugin
- public class WriteJpgImagePlugin
- extends WriteRasterImagePlugin
This plugin writes the content of a component as a jpg image
- Version:
- $Revision: 1.1.1.1 $
| Methods inherited from class org.dinopolis.gpstool.plugin.writerasterimage.WriteRasterImagePlugin |
getComponentScreenShot, getContentDescription, getContentFileExtensions, getContentType, getPluginDescription, getPluginIdentifier, getPluginName, getPluginVersion, initializePlugin, startPlugin, stopPlugin, write |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WriteJpgImagePlugin
public WriteJpgImagePlugin()
- Default Constructor.
getImageFormat
protected java.lang.String getImageFormat()
- Returns "jpg".
- Specified by:
getImageFormat in class WriteRasterImagePlugin