Class GridLayouterPlugin
java.lang.Object
org.graffiti.plugin.GenericPluginAdapter
de.ipk_gatersleben.ag_nw.graffiti.IPK_PluginAdapter
de.ipk_gatersleben.ag_nw.graffiti.plugins.layouters.grid.GridLayouterPlugin
- All Implemented Interfaces:
GenericPlugin
public class GridLayouterPlugin extends IPK_PluginAdapter
Plugin for Gridlayouter algorithm
- Author:
- Falk Schreiber
-
Constructor Summary
Constructors Constructor Description GridLayouterPlugin()
Creates a new GridLayouterPlugin object. -
Method Summary
Methods inherited from class de.ipk_gatersleben.ag_nw.graffiti.IPK_PluginAdapter
getIcon, getInspectorTabs
Methods inherited from class org.graffiti.plugin.GenericPluginAdapter
configure, doBeforeExit, getAddonIcon, getAlgorithms, getAttributeDescriptions, getAttributes, getDefaultView, getDependencies, getExtensions, getGraphPostProcessors, getInputSerializers, getOutputSerializers, getURLattributeActions, getViews, interrupt, isSelectionListener, isSessionListener, isViewListener, needsEditComponents, setIsAddon, stop
-
Constructor Details
-
GridLayouterPlugin
public GridLayouterPlugin()Creates a new GridLayouterPlugin object.
-