Class DOTSerializerPlugin
java.lang.Object
org.graffiti.plugin.GenericPluginAdapter
org.graffiti.plugins.ios.exporters.graphviz.DOTSerializerPlugin
- All Implemented Interfaces:
GenericPlugin
public class DOTSerializerPlugin extends GenericPluginAdapter
The plugin for reading and writing files from the Graphviz tools. Graphviz -
Graph Drawing Programs from AT&T Research and Lucent Bell Labs.
- Version:
- $Revision: 1.5 $
-
Constructor Summary
Constructors Constructor Description DOTSerializerPlugin()
Creates a new DOTSerializerPlugin object. -
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
-
DOTSerializerPlugin
public DOTSerializerPlugin()Creates a new DOTSerializerPlugin object.
-