Package controller
Class ThrombectomyController
java.lang.Object
controller.ThrombectomyController
- All Implemented Interfaces:
Controller,javafx.fxml.Initializable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voiddisplays position and scale of the selected chart's image enables manually setting position and scale of that imagevoidinitialize(URL location, ResourceBundle resources) voidinjectStatusLabel(javafx.scene.control.Label statusLabel) 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
-
ThrombectomyController
public ThrombectomyController()
-
-
Method Details
-
initialize
- Specified by:
initializein interfacejavafx.fxml.Initializable
-
injectStatusLabel
public void injectStatusLabel(javafx.scene.control.Label statusLabel) - Specified by:
injectStatusLabelin 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:
closein interfaceController
-