Package controller

Class ThrombectomyController

java.lang.Object
controller.ThrombectomyController
All Implemented Interfaces:
Controller, javafx.fxml.Initializable

public class ThrombectomyController extends Object implements Controller
  • Constructor Details

    • ThrombectomyController

      public ThrombectomyController()
  • Method Details

    • initialize

      public void initialize(URL location, ResourceBundle resources)
      Specified by:
      initialize in interface javafx.fxml.Initializable
    • injectStatusLabel

      public void injectStatusLabel(javafx.scene.control.Label statusLabel)
      Specified by:
      injectStatusLabel in interface Controller
    • editImagePosition

      public void editImagePosition(ImageScatterChart chart)
      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 interface Controller