Package ch.bailu.gtk.gsk
Klasse ColorStop
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.gsk.ColorStop
- Alle implementierten Schnittstellen:
PointerInterface
A color stop in a gradient node.
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandler
float
the offset of the color stopvoid
setFieldOffset
(float offset) the offset of the color stopVon 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
-
Felddetails
-
OFFSET
the offset of the color stop- Siehe auch:
-
COLOR
the color at the given offset
Private field: direct-type- Siehe auch:
-
-
Konstruktordetails
-
ColorStop
-
ColorStop
public ColorStop()
-
-
Methodendetails
-
getClassHandler
-
setFieldOffset
public void setFieldOffset(float offset) the offset of the color stop -
getFieldOffset
public float getFieldOffset()the offset of the color stop
-