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

Quick Search    Search Deep
G I O S W

G

getComponentScreenShot(Component) - Static method in class org.dinopolis.gpstool.plugin.writerasterimage.WriteRasterImagePlugin
Returns an image of the component.
getContentDescription() - Method in class org.dinopolis.gpstool.plugin.writerasterimage.WriteRasterImagePlugin
Returns a short description of the content that may be used e.g.
getContentFileExtensions() - Method in class org.dinopolis.gpstool.plugin.writerasterimage.WriteRasterImagePlugin
Returns possible file extensions the the content.
getContentType() - Method in class org.dinopolis.gpstool.plugin.writerasterimage.WriteRasterImagePlugin
Returns the content type of the data the plugin produces (e.g.
getImageFormat() - Method in class org.dinopolis.gpstool.plugin.writerasterimage.WriteJpgImagePlugin
Returns "jpg".
getImageFormat() - Method in class org.dinopolis.gpstool.plugin.writerasterimage.WritePngImagePlugin
Returns "png".
getImageFormat() - Method in class org.dinopolis.gpstool.plugin.writerasterimage.WriteRasterImagePlugin
Returns the format of the images in the form of the javax.imageio.ImageIO.write() method.
getPluginDescription() - Method in class org.dinopolis.gpstool.plugin.writerasterimage.WriteRasterImagePlugin
Returns a description of the Plugin.
getPluginIdentifier() - Method in class org.dinopolis.gpstool.plugin.writerasterimage.WriteRasterImagePlugin
Returns the unique id of the plugin.
getPluginName() - Method in class org.dinopolis.gpstool.plugin.writerasterimage.WriteRasterImagePlugin
Returns the name of the Plugin.
getPluginVersion() - Method in class org.dinopolis.gpstool.plugin.writerasterimage.WriteRasterImagePlugin
Returns the version of the plugin.

I

initializePlugin(PluginSupport) - Method in class org.dinopolis.gpstool.plugin.writerasterimage.WriteRasterImagePlugin
Initialize the plugin and pass a PluginSupport that provides objects, the plugin may use.

O

org.dinopolis.gpstool.plugin.writerasterimage - package org.dinopolis.gpstool.plugin.writerasterimage
 

S

startPlugin() - Method in class org.dinopolis.gpstool.plugin.writerasterimage.WriteRasterImagePlugin
The application calls this method to indicate that the plugin is activated and will be used from now on.
stopPlugin() - Method in class org.dinopolis.gpstool.plugin.writerasterimage.WriteRasterImagePlugin
The application calls this method to indicate that the plugin is deactivated and will not be used any more.

W

WriteJpgImagePlugin - class org.dinopolis.gpstool.plugin.writerasterimage.WriteJpgImagePlugin.
This plugin writes the content of a component as a jpg image
WriteJpgImagePlugin() - Constructor for class org.dinopolis.gpstool.plugin.writerasterimage.WriteJpgImagePlugin
Default Constructor.
WritePngImagePlugin - class org.dinopolis.gpstool.plugin.writerasterimage.WritePngImagePlugin.
This plugin writes the content of a component as a png image
WritePngImagePlugin() - Constructor for class org.dinopolis.gpstool.plugin.writerasterimage.WritePngImagePlugin
Default Constructor.
WriteRasterImagePlugin - class org.dinopolis.gpstool.plugin.writerasterimage.WriteRasterImagePlugin.
This plugin writes the content of a component as a raster image format to a stream.
WriteRasterImagePlugin() - Constructor for class org.dinopolis.gpstool.plugin.writerasterimage.WriteRasterImagePlugin
 
write(Component, OutputStream) - Method in class org.dinopolis.gpstool.plugin.writerasterimage.WriteRasterImagePlugin
Writes the data to the given output stream.

G I O S W