Package ch.bailu.gtk.gsk
Klasse ColorNode
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.gsk.RenderNode
ch.bailu.gtk.gsk.ColorNode
- Alle implementierten Schnittstellen:
PointerInterface
A render node for a solid color.
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen ch.bailu.gtk.gsk.RenderNode
RenderNode.OnParseErrorFunc -
Feldübersicht
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungCreates a `GskRenderNode` that will render the color specified by @rgba into
the area given by @bounds.ColorNode(PointerContainer pointer) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandlergetColor()Retrieves the color of the given @node.static intstatic longstatic TypeSystem.TypeSizestatic longstatic TypeSystem.TypeSizeVon Klasse geerbte Methoden ch.bailu.gtk.gsk.RenderNode
deserialize, draw, getBounds, getNodeType, getOpaqueRect, ref, serialize, unref, writeToFile, writeToFileVon Klasse geerbte Methoden ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacksVon Klasse geerbte Methoden ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNullVon Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitVon Schnittstelle geerbte Methoden ch.bailu.gtk.type.PointerInterface
asCPointerNotNull, asJnaPointer, asPointer, isNotNull, isNull
-
Konstruktordetails
-
ColorNode
-
ColorNode
Creates a `GskRenderNode` that will render the color specified by @rgba into
the area given by @bounds.- Parameter:
rgba- a `GdkRGBA` specifying a colorbounds- the rectangle to render the color into
-
-
Methodendetails
-
getClassHandler
-
getColor
Retrieves the color of the given @node.
The value returned by this function will not be correct
if the render node was created for a non-sRGB color.- Gibt zurück:
- the color of the node
-
getTypeID
public static long getTypeID() -
getParentTypeID
public static long getParentTypeID() -
getTypeSize
-
getParentTypeSize
-
getInstanceSize
public static int getInstanceSize()
-