public interface IOuterShadowEffectiveData
Immutable object which represents a outer shadow effect.
Modifier and Type | Method and Description |
---|---|
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).
|
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 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
.