Class JavaFXAxisComponents

    • Constructor Summary

      Constructors 
      Constructor Description
      JavaFXAxisComponents​(javafx.scene.control.Button label)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.macrofocus.high_d.axis.AxisView getAxisView()  
      com.macrofocus.crossplatform.CPComponent<javafx.scene.control.Button> getLabel()  
      javafx.scene.Node getMaxLabel()  
      javafx.scene.Node getMinLabel()  
      void setAxisView​(com.macrofocus.high_d.axis.AxisView axisView)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JavaFXAxisComponents

        public JavaFXAxisComponents​(javafx.scene.control.Button label)
    • Method Detail

      • getAxisView

        public com.macrofocus.high_d.axis.AxisView getAxisView()
      • setAxisView

        public void setAxisView​(com.macrofocus.high_d.axis.AxisView axisView)
      • getLabel

        public com.macrofocus.crossplatform.CPComponent<javafx.scene.control.Button> getLabel()
      • getMinLabel

        public javafx.scene.Node getMinLabel()
      • getMaxLabel

        public javafx.scene.Node getMaxLabel()