Package ch.bailu.gtk.gsk
Klasse Shadow
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.gsk.Shadow
- Alle implementierten Schnittstellen:
PointerInterface
The shadow parameters in a shadow node.
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandlerfloatthe horizontal offset of the shadowfloatthe vertical offset of the shadowfloatthe radius of the shadowvoidsetFieldDx(float dx) the horizontal offset of the shadowvoidsetFieldDy(float dy) the vertical offset of the shadowvoidsetFieldRadius(float radius) the radius of the shadowVon 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
-
Felddetails
-
COLOR
the color of the shadow
Private field: direct-type- Siehe auch:
-
DX
the horizontal offset of the shadow- Siehe auch:
-
DY
the vertical offset of the shadow- Siehe auch:
-
RADIUS
the radius of the shadow- Siehe auch:
-
-
Konstruktordetails
-
Shadow
-
Shadow
public Shadow()
-
-
Methodendetails
-
getClassHandler
-
setFieldDx
public void setFieldDx(float dx) the horizontal offset of the shadow -
getFieldDx
public float getFieldDx()the horizontal offset of the shadow -
setFieldDy
public void setFieldDy(float dy) the vertical offset of the shadow -
getFieldDy
public float getFieldDy()the vertical offset of the shadow -
setFieldRadius
public void setFieldRadius(float radius) the radius of the shadow -
getFieldRadius
public float getFieldRadius()the radius of the shadow
-