Package ch.bailu.gtk.type
Klasse 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
- Alle implementierten Schnittstellen:
PointerInterface
-
Feldübersicht
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungDbl()
Dbl
(double d) Dbl
(double[] doubles) Dbl
(float[] floats) Dbl
(PointerContainer pointer) Dbl
(PointerContainer pointer, int length) -
Methodenübersicht
Von Klasse geerbte Methoden ch.bailu.gtk.type.Array
checkLimit, destroy, getLength, getSize, isSizeKnown
Von Klasse geerbte Methoden ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacks
Von Klasse geerbte Methoden ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNull
Von Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Von Schnittstelle geerbte Methoden ch.bailu.gtk.type.PointerInterface
asCPointerNotNull, asJnaPointer, asPointer, isNotNull, isNull
-
Konstruktordetails
-
Dbl
public Dbl(double d) -
Dbl
public Dbl() -
Dbl
-
Dbl
-
Dbl
public Dbl(double[] doubles) -
Dbl
public Dbl(float[] floats)
-
-
Methodendetails
-
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()
-