Class SwingAxisComponents

    • Constructor Summary

      Constructors 
      Constructor Description
      SwingAxisComponents​(javax.swing.JButton label)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.macrofocus.high_d.axis.AxisView<javax.swing.JComponent> getAxisView()  
      javax.swing.JButton getLabel()  
      javax.swing.JComponent getMaxLabel()  
      javax.swing.JComponent 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

      • SwingAxisComponents

        public SwingAxisComponents​(javax.swing.JButton label)
    • Method Detail

      • getAxisView

        public com.macrofocus.high_d.axis.AxisView<javax.swing.JComponent> getAxisView()
      • setAxisView

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

        public javax.swing.JButton getLabel()
      • getMinLabel

        public javax.swing.JComponent getMinLabel()
      • getMaxLabel

        public javax.swing.JComponent getMaxLabel()