Class SpeedSliderGUIPluginView
- java.lang.Object
-
- ai.libs.jaicore.graphvisualizer.plugin.speedslider.SpeedSliderGUIPluginView
-
- All Implemented Interfaces:
IGUIPluginView
public class SpeedSliderGUIPluginView extends java.lang.Object implements IGUIPluginView
-
-
Constructor Summary
Constructors Constructor Description SpeedSliderGUIPluginView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SpeedSliderGUIPluginModelgetModel()javafx.scene.NodegetNode()Returns the JavaFX SceneNodewhich will be displayed inside theAlgorithmVisualizationWindow.java.lang.StringgetTitle()Returns the title of the view of the associatedIGUIPlugin.voidupdate()Requests this view to update itself, i.e. pull the latest information from the associatedIGUIPluginModeland display it.
-
-
-
Method Detail
-
getNode
public javafx.scene.Node getNode()
Description copied from interface:IGUIPluginViewReturns the JavaFX SceneNodewhich will be displayed inside theAlgorithmVisualizationWindow.- Specified by:
getNodein interfaceIGUIPluginView- Returns:
- The JavaFX Scene
Nodewhich will be displayed inside theAlgorithmVisualizationWindow
-
update
public void update()
Description copied from interface:IGUIPluginViewRequests this view to update itself, i.e. pull the latest information from the associatedIGUIPluginModeland display it.- Specified by:
updatein interfaceIGUIPluginView
-
getTitle
public java.lang.String getTitle()
Description copied from interface:IGUIPluginViewReturns the title of the view of the associatedIGUIPlugin.- Specified by:
getTitlein interfaceIGUIPluginView- Returns:
- The title of the view of the associated
IGUIPlugin.
-
getModel
public SpeedSliderGUIPluginModel getModel()
-
-