|
JNA API> 3.2.7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jna.PointerType
com.sun.jna.ptr.ByReference
com.sun.jna.ptr.FloatByReference
public class FloatByReference
Constructor Summary | |
---|---|
FloatByReference()
|
|
FloatByReference(float value)
|
Method Summary | |
---|---|
float |
getValue()
|
void |
setValue(float value)
|
Methods inherited from class com.sun.jna.PointerType |
---|
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FloatByReference()
public FloatByReference(float value)
Method Detail |
---|
public void setValue(float value)
public float getValue()
|
JNA API> 3.2.7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |