Class GraffitiAttributesPlugin
java.lang.Object
org.graffiti.plugin.GenericPluginAdapter
org.graffiti.plugins.attributes.defaults.GraffitiAttributesPlugin
- All Implemented Interfaces:
GenericPlugin
public class GraffitiAttributesPlugin extends GenericPluginAdapter
This class provides the default attribute types.
-
Constructor Summary
Constructors Constructor Description GraffitiAttributesPlugin()
Constructs a newGraffitiAttributesPlugin
. -
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
-
GraffitiAttributesPlugin
public GraffitiAttributesPlugin()Constructs a newGraffitiAttributesPlugin
.
-