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

Quick Search    Search Deep

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

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

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

WritePngImagePlugin

public WritePngImagePlugin()
Default Constructor.

Method Detail

getImageFormat

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

Specified by:
getImageFormat in class WriteRasterImagePlugin