Uses of Class
javax.media.j3d.SensorRead

Uses of SensorRead in javax.media.j3d
 

Methods in javax.media.j3d that return SensorRead
 SensorRead Sensor.getCurrentSensorRead()
          Gets the current sensor read.
 

Methods in javax.media.j3d with parameters of type SensorRead
 void Sensor.setNextSensorRead(SensorRead read)
          Sets the next sensor read to the specified values; once these values are set via this method they become the current values returned by methods such as lastRead(), lastTime(), and lastButtons().