Package ch.bailu.gtk.gsk
Class Shadow
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.gsk.Shadow
- All Implemented Interfaces:
PointerInterface
The shadow parameters in a shadow node.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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 shadowMethods inherited from class ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacks
Methods inherited from class ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNull
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface ch.bailu.gtk.type.PointerInterface
asCPointerNotNull, asJnaPointer, asPointer, isNotNull, isNull
-
Field Details
-
COLOR
the color of the shadow
Private field: direct-type- See Also:
-
DX
the horizontal offset of the shadow- See Also:
-
DY
the vertical offset of the shadow- See Also:
-
RADIUS
the radius of the shadow- See Also:
-
-
Constructor Details
-
Shadow
-
Shadow
public Shadow()
-
-
Method Details
-
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
-