java.lang.Object
org.dinopolis.gpstool.plugin.writerasterimage.WriteRasterImagePlugin
org.dinopolis.gpstool.plugin.writerasterimage.WritePngImagePlugin
- All Implemented Interfaces:
- org.dinopolis.gpstool.plugin.Plugin, org.dinopolis.gpstool.plugin.WriteImagePlugin
- public class WritePngImagePlugin
- extends WriteRasterImagePlugin
This plugin writes the content of a component as a png 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 |
WritePngImagePlugin
public WritePngImagePlugin()
- Default Constructor.
getImageFormat
protected java.lang.String getImageFormat()
- Returns "png".
- Specified by:
getImageFormat in class WriteRasterImagePlugin