| Package | Description |
|---|---|
| org.dajlab.jcontrollab.core |
| Modifier and Type | Class and Description |
|---|---|
class |
LightSensor
Light sensor element.
|
class |
RotationSensor
Rotation sensor element.
|
class |
TemperatureSensor
Temperature sensor element.
|
class |
TouchSensor
Touch sensor element.
|
| Modifier and Type | Method and Description |
|---|---|
<S extends Input> |
ControlLabInterface.getInput(Class<S> clazz,
InputPortEnum inputPort)
Get the input type declared by clazz for this port.
|
<S extends Input> |
ControlLabImpl.getInput(Class<S> clazz,
InputPortEnum inputPort)
Get the input type declared by clazz for this port.
|
| Modifier and Type | Method and Description |
|---|---|
Input |
SensorEvent.getSource() |
| Constructor and Description |
|---|
SensorEvent(Input anInput,
SensorTypeEnum aType,
int anOldValue,
int aNewValue)
Constructor.
|
Copyright © 2018. All rights reserved.