|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IOuterShadowEffectiveData
Immutable object which represents a outer shadow effect.
Method Summary | |
---|---|
double |
getBlurRadius()
Blur radius. |
float |
getDirection()
Direction of shadow. |
double |
getDistance()
Distance of shadow. |
byte |
getRectangleAlign()
Rectangle alignment. |
boolean |
getRotateShadowWithShape()
Specifies whether the shadow should rotate with the shape if the shape is rotated. |
double |
getScaleHorizontal()
Specifies the horizontal scaling factor, negative scaling causes a flip. |
double |
getScaleVertical()
Specifies the vertical scaling factor, negative scaling causes a flip. |
java.awt.Color |
getShadowColor()
Color of shadow. |
double |
getSkewHorizontal()
Specifies the horizontal skew angle (in degrees). |
double |
getSkewVertical()
Specifies the vertical skew angle (in degrees). |
Method Detail |
---|
double getBlurRadius()
Blur radius.
Read-only double
.
float getDirection()
Direction of shadow.
Read-only float
.
double getDistance()
Distance of shadow.
Read-only double
.
java.awt.Color getShadowColor()
Color of shadow.
Read-only java.awt.Color
.
byte getRectangleAlign()
Rectangle alignment.
Read-only RectangleAlignment
.
double getSkewHorizontal()
Specifies the horizontal skew angle (in degrees).
Read-only double
.
double getSkewVertical()
Specifies the vertical skew angle (in degrees).
Read-only double
.
boolean getRotateShadowWithShape()
Specifies whether the shadow should rotate with the shape if the shape is rotated.
Read-only boolean
.
double getScaleHorizontal()
Specifies the horizontal scaling factor, negative scaling causes a flip.
Read-only double
.
double getScaleVertical()
Specifies the vertical scaling factor, negative scaling causes a flip.
Read-only double
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |