|
JNative v1.3 project : see http://jnative.sf.net |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.xvolks.jnative.misc.basicStructures.AbstractBasicData<java.lang.Float>
org.xvolks.jnative.misc.basicStructures.FLOAT
public class FLOAT
| Field Summary |
|---|
| Fields inherited from class org.xvolks.jnative.misc.basicStructures.AbstractBasicData |
|---|
mValue, offset, pointer |
| Constructor Summary | |
|---|---|
FLOAT(float value)
|
|
| Method Summary | |
|---|---|
Pointer |
createPointer()
Method createPointer |
int |
getSizeOf()
Method getSizeOf |
java.lang.Float |
getValue()
Method getValue |
java.lang.Float |
getValueFromPointer()
Method getValueFromPointer |
void |
setValue(float lValue)
|
static int |
sizeOf()
Method sizeOf |
| Methods inherited from class org.xvolks.jnative.misc.basicStructures.AbstractBasicData |
|---|
getNextByte, getNextInt, getNextLong, getNextShort, getPointer, getValueAsString, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FLOAT(float value)
| Method Detail |
|---|
public int getSizeOf()
public Pointer createPointer()
throws NativeException
NativeException
public java.lang.Float getValueFromPointer()
throws NativeException
NativeException
public void setValue(float lValue)
throws NativeException
NativeExceptionpublic java.lang.Float getValue()
AbstractBasicData
getValue in interface BasicData<java.lang.Float>getValue in class AbstractBasicData<java.lang.Float>public static int sizeOf()
|
JNative v1.3 project : see http://jnative.sf.net |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||