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 ClassHandler
float
the horizontal offset of the shadowfloat
the vertical offset of the shadowfloat
the radius of the shadowvoid
setFieldDx
(float dx) the horizontal offset of the shadowvoid
setFieldDy
(float dy) the vertical offset of the shadowvoid
setFieldRadius
(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, 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
-
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
-