Package imgui.type
Class ImShort
java.lang.Object
java.lang.Number
imgui.type.ImShort
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<ImShort>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Number
byteValue, shortValue
-
Constructor Details
-
ImShort
public ImShort() -
ImShort
-
ImShort
public ImShort(short value)
-
-
Method Details
-
get
public short get() -
getData
public short[] getData() -
set
public void set(short value) -
set
-
toString
-
equals
-
hashCode
public int hashCode() -
clone
-
compareTo
- Specified by:
compareToin interfaceComparable<ImShort>
-
intValue
public int intValue() -
longValue
public long longValue() -
floatValue
public float floatValue()- Specified by:
floatValuein classNumber
-
doubleValue
public double doubleValue()- Specified by:
doubleValuein classNumber
-