Uses of Class
com.luciad.realtime.TLcdSimulator
Packages that use TLcdSimulator
-
Uses of TLcdSimulator in com.luciad.realtime
Methods in com.luciad.realtime that return TLcdSimulatorModifier and TypeMethodDescriptionTLcdSimulatorCPUUsageSlider.getSimulator()
Returns the simulator that is controlled by this slider.TLcdSimulatorStatusLabel.getSimulator()
Returns theTLcdSimulator
of which this label displays the status.TLcdSimulatorTimeButton.getSimulator()
Returns theTLcdSimulator
of which this JButton displays the time.TLcdSimulatorTimeLabel.getSimulator()
Returns theTLcdSimulator
of which this JLabel displays the time.TLcdSimulatorTimeSlider.getSimulator()
Returns theTLcdSimulator
displayed/controlled by this slider.Methods in com.luciad.realtime with parameters of type TLcdSimulatorModifier and TypeMethodDescriptionvoid
TLcdSimulatorCPUUsageSlider.setSimulator
(TLcdSimulator newSimulator) Set the simulator to be controlled by this slider.void
TLcdSimulatorStatusLabel.setSimulator
(TLcdSimulator newSimulator) Set theTLcdSimulator
of which this label displays the status.void
TLcdSimulatorTimeButton.setSimulator
(TLcdSimulator newSimulator) Sets theTLcdSimulator
of which this JButton displays the time.void
TLcdSimulatorTimeLabel.setSimulator
(TLcdSimulator newSimulator) Sets theTLcdSimulator
of which this JLabel displays the time.void
TLcdSimulatorTimeSlider.setSimulator
(TLcdSimulator newSimulator) Set theTLcdSimulator
to be displayed/controlled by this slider.Constructors in com.luciad.realtime with parameters of type TLcdSimulatorModifierConstructorDescriptionTLcdSimulatorStatusLabel
(TLcdSimulator newSimulator) Constructs a newTLcdSimulatorStatusLabel
that represents newSimulator.TLcdSimulatorTimeButton
(TLcdSimulator newSimulator) Constructs a newTLcdSimulatorTimeButton
that represents newSimulator.TLcdSimulatorTimeLabel
(TLcdSimulator newSimulator) Constructs a newTLcdSimulatorTimeLabel
that represents newSimulator.