Class FishEyeLayoutPlugin
java.lang.Object
org.graffiti.plugin.GenericPluginAdapter
de.ipk_gatersleben.ag_nw.graffiti.plugins.layouters.fish_eye.FishEyeLayoutPlugin
- All Implemented Interfaces:
GenericPlugin
public class FishEyeLayoutPlugin extends GenericPluginAdapter
Plugin for a fish eye layouter algorithm
- Author:
- Joerg Bartelheimer
-
Constructor Summary
Constructors Constructor Description FishEyeLayoutPlugin()
Creates a new FishEyeLayoutPlugin 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
-
FishEyeLayoutPlugin
public FishEyeLayoutPlugin()Creates a new FishEyeLayoutPlugin object.
-