public class OuterShadowEffectiveData extends EffectEffectiveData implements IOuterShadowEffectiveData
Immutable object which represents a outer shadow effect.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Determines whether the specified
OuterShadowEffectiveData is equal to the current OuterShadowEffectiveData . |
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.lang.Integer |
getShadowColor()
Color of shadow.
|
double |
getSkewHorizontal()
Specifies the horizontal skew angle.
|
double |
getSkewVertical()
Specifies the vertical skew angle.
|
int |
hashCode()
Serves as a hash function for a particular type.
|
public final double getBlurRadius()
Blur radius.
Read-only double
.
getBlurRadius
in interface IOuterShadowEffectiveData
public final float getDirection()
Direction of shadow.
Read-only float
.
getDirection
in interface IOuterShadowEffectiveData
public final double getDistance()
Distance of shadow.
Read-only double
.
getDistance
in interface IOuterShadowEffectiveData
public final java.lang.Integer getShadowColor()
Color of shadow.
Read-only Integer
.
getShadowColor
in interface IOuterShadowEffectiveData
public final byte getRectangleAlign()
Rectangle alignment.
Read-only RectangleAlignment
.
getRectangleAlign
in interface IOuterShadowEffectiveData
public final double getSkewHorizontal()
Specifies the horizontal skew angle.
Read-only double
.
getSkewHorizontal
in interface IOuterShadowEffectiveData
public final double getSkewVertical()
Specifies the vertical skew angle.
Read-only double
.
getSkewVertical
in interface IOuterShadowEffectiveData
public final boolean getRotateShadowWithShape()
Specifies whether the shadow should rotate with the shape if the shape is rotated.
Read-only boolean
.
getRotateShadowWithShape
in interface IOuterShadowEffectiveData
public final double getScaleHorizontal()
Specifies the horizontal scaling factor, negative scaling causes a flip.
Read-only double
.
getScaleHorizontal
in interface IOuterShadowEffectiveData
public final double getScaleVertical()
Specifies the vertical scaling factor, negative scaling causes a flip.
Read-only double
.
getScaleVertical
in interface IOuterShadowEffectiveData
public boolean equals(java.lang.Object obj)
Determines whether the specified OuterShadowEffectiveData
is equal to the current OuterShadowEffectiveData
.
equals
in class java.lang.Object
obj
- The OuterShadowEffectiveData
to compare.public int hashCode()
Serves as a hash function for a particular type.
hashCode
in class java.lang.Object