Package heronarts.lx.osc
Class OscFalse
java.lang.Object
heronarts.lx.osc.OscSentinel
heronarts.lx.osc.OscBool
heronarts.lx.osc.OscFalse
- All Implemented Interfaces:
OscArgument
-
Constructor Summary
-
Method Summary
Methods inherited from class heronarts.lx.osc.OscSentinel
getByteLength, serialize
-
Constructor Details
-
OscFalse
public OscFalse()
-
-
Method Details
-
getValue
public boolean getValue() -
getTypeTag
public char getTypeTag()Description copied from interface:OscArgument
Returns the type tag used to encode this argument- Returns:
- Type-tag character for this argument
-
toInt
public int toInt()Description copied from interface:OscArgument
Gets an integer value of this argument- Returns:
- Integer value of this argument
-
toFloat
public float toFloat() -
toDouble
public double toDouble()
-