Class AbstractAudioFrame.JPanelSliderf

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
Enclosing class:
AbstractAudioFrame

A convenience class to create a JPanel for editing a float value using combined JSlider and JSPinner Swing objects.
  • Constructor Details

  • Method Details

    • setValue

      public void setValue(float value)
      Set the value of this object.
      Parameters:
      value - value to set
    • getValue

      public float getValue()
      Retrieve the current value of this object.
      Returns:
      current value