Package ch.bailu.gtk.cairo
Klasse Pattern
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.cairo.Pattern
- Alle implementierten Schnittstellen:
PointerInterface
-
Feldübersicht
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungPattern(double x0, double y0, double x1, double y1) Pattern(PointerContainer pointer) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidaddColorStopRgb(double offset, double red, double green, double blue) voidaddColorStopRgba(double offset, double red, double green, double blue, double alpha) static PatterncreateForSurfacePattern(Surface surface) voiddestroy()Frees resources.static ClassHandlerstatic intstatic longstatic TypeSystem.TypeSizestatic longstatic TypeSystem.TypeSizevoidsetExtend(int extend) Von 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
-
Pattern
-
Pattern
public Pattern(double x0, double y0, double x1, double y1) - Parameter:
x0-y0-x1-y1-
-
-
Methodendetails
-
getClassHandler
-
createForSurfacePattern
- Parameter:
surface-- Gibt zurück:
-
addColorStopRgb
public void addColorStopRgb(double offset, double red, double green, double blue) - Parameter:
offset-red-green-blue-
-
addColorStopRgba
public void addColorStopRgba(double offset, double red, double green, double blue, double alpha) - Parameter:
offset-red-green-blue-alpha-
-
setExtend
public void setExtend(int extend) - Parameter:
extend-
-
destroy
public void destroy()Beschreibung aus Klasse kopiert:RecordFrees resources. Free memory allocated for this record. Object is invalid afterwards and should not be accessed. -
getTypeID
public static long getTypeID() -
getParentTypeID
public static long getParentTypeID() -
getTypeSize
-
getParentTypeSize
-
getInstanceSize
public static int getInstanceSize()
-