Package controller
Class VisualizationController
java.lang.Object
controller.VisualizationController
- All Implemented Interfaces:
Controller,javafx.fxml.Initializable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidMethod to add one or more STL Files to the existing onesvoidAdds the name of the stl file to the tree viewvoidaddTrackerToTreeView(List<Tool> tools) Adds the Tracker to the Tree Viewvoidclose()voidinitialize(URL location, ResourceBundle resources) voidinjectStatusLabel(javafx.scene.control.Label statusLabel) voidinjectTrackingDataController(TrackingDataController trackingDataController) voidinjectVisualizationManager(VisualizationManager visualizationManager) voidsetSourceConnected(Boolean value) voidsetVisualizationRunning(Boolean value) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface controller.Controller
registerController, unregisterController
-
Constructor Details
-
VisualizationController
public VisualizationController()
-
-
Method Details
-
initialize
- Specified by:
initializein interfacejavafx.fxml.Initializable
-
injectStatusLabel
public void injectStatusLabel(javafx.scene.control.Label statusLabel) - Specified by:
injectStatusLabelin interfaceController
-
injectTrackingDataController
-
injectVisualizationManager
-
setVisualizationRunning
-
setSourceConnected
-
addSTLFile
public void addSTLFile()Method to add one or more STL Files to the existing ones -
addTrackerToTreeView
Adds the Tracker to the Tree View- Parameters:
tools- the tools to get their names
-
addSTLToTreeView
public void addSTLToTreeView()Adds the name of the stl file to the tree view -
close
public void close()- Specified by:
closein interfaceController
-