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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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 shadowMethods inherited from class ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacksMethods inherited from class ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNullMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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
-