Class TLcdSimulatorCPUUsageSlider

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, SwingConstants

public class TLcdSimulatorCPUUsageSlider extends JSlider
This slider can control the percentage of CPU time a simulator can take for displaying simulated data.
See Also:
  • Constructor Details

    • TLcdSimulatorCPUUsageSlider

      public TLcdSimulatorCPUUsageSlider()
  • Method Details

    • getSimulator

      public TLcdSimulator getSimulator()
      Returns the simulator that is controlled by this slider.
      Returns:
      the simulator that is controlled by this slider.
      See Also:
    • setSimulator

      public void setSimulator(TLcdSimulator newSimulator)
      Set the simulator to be controlled by this slider.
      Parameters:
      newSimulator - The simulator to be set.
      See Also: