public class InnerShadowEffectiveData extends EffectEffectiveData implements IInnerShadowEffectiveData
Immutable object which represents a inner shadow effect.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Determines whether the specified
InnerShadowEffectiveData is equal to the current InnerShadowEffectiveData . |
double |
getBlurRadius()
Blur radius.
|
float |
getDirection()
Direction of shadow.
|
double |
getDistance()
Distance of shadow.
|
java.lang.Integer |
getShadowColor()
Color of shadow.
|
int |
hashCode()
Serves as a hash function for a particular type.
|
public final double getBlurRadius()
Blur radius.
Read-only double
.
getBlurRadius
in interface IInnerShadowEffectiveData
public final float getDirection()
Direction of shadow.
Read-only float
.
getDirection
in interface IInnerShadowEffectiveData
public final double getDistance()
Distance of shadow.
Read-only double
.
getDistance
in interface IInnerShadowEffectiveData
public final java.lang.Integer getShadowColor()
Color of shadow.
Read-only Integer
.
getShadowColor
in interface IInnerShadowEffectiveData
public boolean equals(java.lang.Object obj)
Determines whether the specified InnerShadowEffectiveData
is equal to the current InnerShadowEffectiveData
.
equals
in class java.lang.Object
obj
- The InnerShadowEffectiveData
to compare.public int hashCode()
Serves as a hash function for a particular type.
hashCode
in class java.lang.Object