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 theTLcdSimulatorof which this label displays the status.TLcdSimulatorTimeButton.getSimulator()Returns theTLcdSimulatorof which this JButton displays the time.TLcdSimulatorTimeLabel.getSimulator()Returns theTLcdSimulatorof which this JLabel displays the time.TLcdSimulatorTimeSlider.getSimulator()Returns theTLcdSimulatordisplayed/controlled by this slider.Methods in com.luciad.realtime with parameters of type TLcdSimulatorModifier and TypeMethodDescriptionvoidTLcdSimulatorCPUUsageSlider.setSimulator(TLcdSimulator newSimulator) Set the simulator to be controlled by this slider.voidTLcdSimulatorStatusLabel.setSimulator(TLcdSimulator newSimulator) Set theTLcdSimulatorof which this label displays the status.voidTLcdSimulatorTimeButton.setSimulator(TLcdSimulator newSimulator) Sets theTLcdSimulatorof which this JButton displays the time.voidTLcdSimulatorTimeLabel.setSimulator(TLcdSimulator newSimulator) Sets theTLcdSimulatorof which this JLabel displays the time.voidTLcdSimulatorTimeSlider.setSimulator(TLcdSimulator newSimulator) Set theTLcdSimulatorto be displayed/controlled by this slider.Constructors in com.luciad.realtime with parameters of type TLcdSimulatorModifierConstructorDescriptionTLcdSimulatorStatusLabel(TLcdSimulator newSimulator) Constructs a newTLcdSimulatorStatusLabelthat represents newSimulator.TLcdSimulatorTimeButton(TLcdSimulator newSimulator) Constructs a newTLcdSimulatorTimeButtonthat represents newSimulator.TLcdSimulatorTimeLabel(TLcdSimulator newSimulator) Constructs a newTLcdSimulatorTimeLabelthat represents newSimulator.