public class GlowEffectiveData extends EffectEffectiveData implements IGlowEffectiveData
Immutable object which represents a glow effect, in which a color blurred outline is added outside the edges of the object.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Determines whether the specified
GlowEffectiveData is equal to the current GlowEffectiveData . |
java.awt.Color |
getColor()
Color.
|
double |
getRadius()
Radius.
|
int |
hashCode()
Serves as a hash function for a particular type.
|
public final double getRadius()
Radius.
Read-only double
.
getRadius
in interface IGlowEffectiveData
public final java.awt.Color getColor()
Color.
Read-only Color
.
getColor
in interface IGlowEffectiveData
public boolean equals(java.lang.Object obj)
Determines whether the specified GlowEffectiveData
is equal to the current GlowEffectiveData
.
equals
in class java.lang.Object
obj
- The GlowEffectiveData
to compare.public int hashCode()
Serves as a hash function for a particular type.
hashCode
in class java.lang.Object