Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.dinopolis.gpstool.plugin.writerasterimage
Class WriteJpgImagePlugin  view WriteJpgImagePlugin download WriteJpgImagePlugin.java

java.lang.Object
  extended byorg.dinopolis.gpstool.plugin.writerasterimage.WriteRasterImagePlugin
      extended byorg.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 $

Constructor Summary
WriteJpgImagePlugin()
          Default Constructor.
 
Method Summary
protected  java.lang.String getImageFormat()
          Returns "jpg".
 
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
 

Constructor Detail

WriteJpgImagePlugin

public WriteJpgImagePlugin()
Default Constructor.

Method Detail

getImageFormat

protected java.lang.String getImageFormat()
Returns "jpg".

Specified by:
getImageFormat in class WriteRasterImagePlugin