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.awt.Color |
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 IInnerShadowEffectiveDatapublic final float getDirection()
Direction of shadow.
Read-only float.
getDirection in interface IInnerShadowEffectiveDatapublic final double getDistance()
Distance of shadow.
Read-only double.
getDistance in interface IInnerShadowEffectiveDatapublic final java.awt.Color getShadowColor()
Color of shadow.
Read-only Color.
getShadowColor in interface IInnerShadowEffectiveDatapublic boolean equals(java.lang.Object obj)
Determines whether the specified InnerShadowEffectiveData is equal to the current InnerShadowEffectiveData.
equals in class java.lang.Objectobj - The InnerShadowEffectiveData to compare.public int hashCode()
Serves as a hash function for a particular type.
hashCode in class java.lang.Object