Package vanted_feature
Class PluginFeatureClusterCommands
java.lang.Object
org.graffiti.plugin.GenericPluginAdapter
de.ipk_gatersleben.ag_nw.graffiti.IPK_PluginAdapter
vanted_feature.PluginFeatureClusterCommands
- All Implemented Interfaces:
GenericPlugin
public class PluginFeatureClusterCommands extends IPK_PluginAdapter
- Author:
- Christian Klukas
-
Field Summary
Fields Modifier and Type Field Description static SelectClusterAlgorithm
alg
-
Constructor Summary
Constructors Constructor Description PluginFeatureClusterCommands()
-
Method Summary
Modifier and Type Method Description void
configure(Preferences p)
Runs configuration routines for the plugin, e.g.static Algorithm
getSelectClusterAlgorithm()
Methods inherited from class de.ipk_gatersleben.ag_nw.graffiti.IPK_PluginAdapter
getIcon, getInspectorTabs
Methods inherited from class org.graffiti.plugin.GenericPluginAdapter
doBeforeExit, getAddonIcon, getAlgorithms, getAttributeDescriptions, getAttributes, getDefaultView, getDependencies, getExtensions, getGraphPostProcessors, getInputSerializers, getOutputSerializers, getURLattributeActions, getViews, interrupt, isSelectionListener, isSessionListener, isViewListener, needsEditComponents, setIsAddon, stop
-
Field Details
-
alg
-
-
Constructor Details
-
PluginFeatureClusterCommands
public PluginFeatureClusterCommands()
-
-
Method Details
-
configure
Description copied from class:GenericPluginAdapter
Runs configuration routines for the plugin, e.g. load preferences etc.- Specified by:
configure
in interfaceGenericPlugin
- Overrides:
configure
in classGenericPluginAdapter
- Parameters:
p
- DOCUMENT ME!
-
getSelectClusterAlgorithm
-