Package controller
Class ThrombectomyController
java.lang.Object
controller.ThrombectomyController
- All Implemented Interfaces:
Controller
,javafx.fxml.Initializable
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
void
displays position and scale of the selected chart's image enables manually setting position and scale of that imagevoid
initialize
(URL location, ResourceBundle resources) void
injectStatusLabel
(javafx.scene.control.Label statusLabel) 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
-
ThrombectomyController
public ThrombectomyController()
-
-
Method Details
-
initialize
- Specified by:
initialize
in interfacejavafx.fxml.Initializable
-
injectStatusLabel
public void injectStatusLabel(javafx.scene.control.Label statusLabel) - Specified by:
injectStatusLabel
in interfaceController
-
editImagePosition
displays position and scale of the selected chart's image enables manually setting position and scale of that image- Parameters:
chart
- is the selected imagescatterchart
-
close
public void close()- Specified by:
close
in interfaceController
-