Package controller
Class VisualizationController
java.lang.Object
controller.VisualizationController
- All Implemented Interfaces:
Controller
,javafx.fxml.Initializable
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Method to add one or more STL Files to the existing onesvoid
Adds the name of the stl file to the tree viewvoid
addTrackerToTreeView
(List<Tool> tools) Adds the Tracker to the Tree Viewvoid
close()
void
initialize
(URL location, ResourceBundle resources) void
injectStatusLabel
(javafx.scene.control.Label statusLabel) void
injectTrackingDataController
(TrackingDataController trackingDataController) void
injectVisualizationManager
(VisualizationManager visualizationManager) void
setSourceConnected
(Boolean value) void
setVisualizationRunning
(Boolean value) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface controller.Controller
registerController, unregisterController
-
Constructor Details
-
VisualizationController
public VisualizationController()
-
-
Method Details
-
initialize
- Specified by:
initialize
in interfacejavafx.fxml.Initializable
-
injectStatusLabel
public void injectStatusLabel(javafx.scene.control.Label statusLabel) - Specified by:
injectStatusLabel
in 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:
close
in interfaceController
-