| Package | Description |
|---|---|
| org.dajlab.jcontrollab.core |
| Modifier and Type | Method and Description |
|---|---|
SensorTypeEnum |
TouchSensor.getSensorType()
Return the type of sensor.
|
SensorTypeEnum |
TemperatureSensor.getSensorType()
Return the type of sensor.
|
SensorTypeEnum |
SensorEvent.getSensorType() |
SensorTypeEnum |
RotationSensor.getSensorType()
Return the type of sensor.
|
SensorTypeEnum |
LightSensor.getSensorType()
Return the type of sensor.
|
abstract SensorTypeEnum |
Input.getSensorType()
Return the type of sensor.
|
static SensorTypeEnum |
SensorTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SensorTypeEnum[] |
SensorTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SensorEvent(Input anInput,
SensorTypeEnum aType,
int anOldValue,
int aNewValue)
Constructor.
|
Copyright © 2018. All rights reserved.