Class PrintPlugin
java.lang.Object
org.graffiti.plugin.GenericPluginAdapter
de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.print.printer.PrintPlugin
- All Implemented Interfaces:
GenericPlugin
public class PrintPlugin extends GenericPluginAdapter
This plugin provides a print feature.
- Version:
- $Revision$
- Author:
- Burkhard Sell
-
Constructor Summary
Constructors Constructor Description PrintPlugin()
Empty constructor. -
Method Summary
Methods inherited from class org.graffiti.plugin.GenericPluginAdapter
configure, doBeforeExit, getAddonIcon, getAlgorithms, getAttributeDescriptions, getAttributes, getDefaultView, getDependencies, getExtensions, getGraphPostProcessors, getIcon, getInputSerializers, getOutputSerializers, getURLattributeActions, getViews, interrupt, isSelectionListener, isSessionListener, isViewListener, needsEditComponents, setIsAddon, stop
-
Constructor Details
-
PrintPlugin
public PrintPlugin()Empty constructor.Creates the
PrintAlgorithm
instance.- See Also:
PrintAlgorithm
-