Serialized Form
-
Package berlin.yuna.tinkerforgesensor.exception
-
Class berlin.yuna.tinkerforgesensor.exception.ConnectionException extends RuntimeException implements Serializable
-
Class berlin.yuna.tinkerforgesensor.exception.SensorInitialisationException extends RuntimeException implements Serializable
-
-
Package berlin.yuna.tinkerforgesensor.model.threads
-
Class berlin.yuna.tinkerforgesensor.model.threads.Color extends Object implements Serializable
- serialVersionUID:
- 118526816881161077L
-
Serialized Fields
-
falpha
float falpha
The alpha send as afloatcomponent. Iffrgbvalueisnull, this is not valid data, so compute from theintcolor send. -
frgbvalue
float[] frgbvalue
The color send in the default sRGBColorSpaceasfloatcomponents (no alpha). Ifnullafter object construction, this must be an sRGB color constructed with 8-bit precision, so compute from theintcolor send. -
fvalue
float[] fvalue
The color send in the nativeColorSpaceasfloatcomponents (no alpha). Ifnullafter object construction, this must be an sRGB color constructed with 8-bit precision, so compute from theintcolor send. -
value
int value
The color send.- See Also:
Color.getRGB()
-
-
-
Package berlin.yuna.tinkerforgesensor.util
-
Class berlin.yuna.tinkerforgesensor.util.HumanInput extends JFrame implements Serializable
-
Serialized Fields
-
keyAction
JLabel keyAction
-
keyChar
JLabel keyChar
-
keyCode
JLabel keyCode
-
keyLocation
JLabel keyLocation
-
keyMods
JLabel keyMods
-
keyTextCode
JLabel keyTextCode
-
keyType
JLabel keyType
-
mouseButton
JLabel mouseButton
-
mouseClickCount
JLabel mouseClickCount
-
mouseMods
JLabel mouseMods
-
mouseType
JLabel mouseType
-
mouseX
JLabel mouseX
-
mouseY
JLabel mouseY
-
sensorEventConsumerList
List<Consumer<SensorEvent>> sensorEventConsumerList
-
-
-
-
Package com.tinkerforge
-
Class com.tinkerforge.AlreadyConnectedException extends com.tinkerforge.TinkerforgeException implements Serializable
- serialVersionUID:
- 1L
-
Class com.tinkerforge.CryptoException extends com.tinkerforge.TinkerforgeException implements Serializable
- serialVersionUID:
- 1L
-
Class com.tinkerforge.DeviceReplacedException extends com.tinkerforge.TinkerforgeException implements Serializable
- serialVersionUID:
- 1L
-
Class com.tinkerforge.InvalidParameterException extends com.tinkerforge.TinkerforgeException implements Serializable
- serialVersionUID:
- 1L
-
Class com.tinkerforge.NetworkException extends com.tinkerforge.TinkerforgeException implements Serializable
- serialVersionUID:
- 1L
-
Class com.tinkerforge.NotConnectedException extends com.tinkerforge.TinkerforgeException implements Serializable
- serialVersionUID:
- 1L
-
Class com.tinkerforge.NotSupportedException extends com.tinkerforge.TinkerforgeException implements Serializable
- serialVersionUID:
- 1L
-
Class com.tinkerforge.StreamOutOfSyncException extends com.tinkerforge.TinkerforgeException implements Serializable
- serialVersionUID:
- 1L
-
Class com.tinkerforge.TimeoutException extends com.tinkerforge.TinkerforgeException implements Serializable
- serialVersionUID:
- 1L
-
Class com.tinkerforge.TinkerforgeException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Class com.tinkerforge.UnknownErrorCodeException extends com.tinkerforge.TinkerforgeException implements Serializable
- serialVersionUID:
- 1L
-
Class com.tinkerforge.WrongDeviceTypeException extends com.tinkerforge.TinkerforgeException implements Serializable
- serialVersionUID:
- 1L
-
Class com.tinkerforge.WrongResponseLengthException extends com.tinkerforge.TinkerforgeException implements Serializable
- serialVersionUID:
- 1L
-