Package ch.bailu.gtk.type
Class Dbl
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.Dbl
- All Implemented Interfaces:
PointerInterface
-
Field Summary
-
Constructor Summary
ConstructorDescriptionDbl()
Dbl
(double d) Dbl
(double[] doubles) Dbl
(float[] floats) Dbl
(PointerContainer pointer) Dbl
(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
-
Dbl
public Dbl(double d) -
Dbl
public Dbl() -
Dbl
-
Dbl
-
Dbl
public Dbl(double[] doubles) -
Dbl
public Dbl(float[] floats)
-
-
Method Details
-
create
-
setAt
public void setAt(int index, double value) -
getAt
public double getAt(int index) -
set
public void set(double i) -
get
public double get()
-