Class SpeedSliderGUIPlugin
- java.lang.Object
-
- ai.libs.jaicore.graphvisualizer.plugin.ASimpleMVCPlugin<SpeedSliderGUIPluginModel,SpeedSliderGUIPluginView,SpeedSliderGUIPluginController>
-
- ai.libs.jaicore.graphvisualizer.plugin.speedslider.SpeedSliderGUIPlugin
-
- All Implemented Interfaces:
IComputedGUIPlugin,IGUIPlugin,org.api4.java.common.control.ILoggingCustomizable
public class SpeedSliderGUIPlugin extends ASimpleMVCPlugin<SpeedSliderGUIPluginModel,SpeedSliderGUIPluginView,SpeedSliderGUIPluginController>
-
-
Constructor Summary
Constructors Constructor Description SpeedSliderGUIPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<AlgorithmEventPropertyComputer>getPropertyComputers()Gets the property computers that are necessary to run this pluginvoidstop()Stops execution of all threads in this plugin (irrevocable).-
Methods inherited from class ai.libs.jaicore.graphvisualizer.plugin.ASimpleMVCPlugin
getController, getLoggerName, getModel, getView, setAlgorithmEventSource, setGUIEventSource, setLoggerName
-
-
-
-
Method Detail
-
stop
public void stop()
Description copied from interface:IGUIPluginStops execution of all threads in this plugin (irrevocable).- Specified by:
stopin interfaceIGUIPlugin- Overrides:
stopin classASimpleMVCPlugin<SpeedSliderGUIPluginModel,SpeedSliderGUIPluginView,SpeedSliderGUIPluginController>
-
getPropertyComputers
public java.util.Collection<AlgorithmEventPropertyComputer> getPropertyComputers()
Description copied from interface:IComputedGUIPluginGets the property computers that are necessary to run this plugin- Returns:
- The
AlgorithmEventPropertyComputercollection
-
-