Package ch.bailu.gtk.type
Class Flt
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Wrapper
ch.bailu.gtk.type.Array
ch.bailu.gtk.type.Flt
- All Implemented Interfaces:
PointerInterface
-
Field Summary
-
Constructor Summary
ConstructorDescriptionFlt()
Flt
(float f) Flt
(float[] values) Flt
(PointerContainer pointer) Flt
(PointerContainer pointer, int length) -
Method Summary
Methods inherited from class ch.bailu.gtk.type.Array
checkLimit, destroy, getLength, getSize, isSizeKnown
Methods inherited from class ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacks
Methods inherited from class ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNull
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface ch.bailu.gtk.type.PointerInterface
asCPointerNotNull, asJnaPointer, asPointer, isNotNull, isNull
-
Constructor Details
-
Flt
public Flt(float f) -
Flt
public Flt() -
Flt
-
Flt
-
Flt
public Flt(float[] values)
-
-
Method Details
-
setAt
public void setAt(int index, float value) -
getAt
public float getAt(int index) -
create
-
set
public void set(float i) -
get
public float get()
-