public class Glow extends java.lang.Object implements IGlow, java.lang.Cloneable
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)
|
IColorFormat |
getColor()
Color format.
|
IGlowEffectiveData |
getEffective()
Gets effective Glow effect data with the inheritance applied.
|
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object.
|
IPresentationComponent |
getParent_IPresentationComponent()
Returns parent IPresentationComponent.
|
double |
getRadius()
Radius.
|
long |
getVersion()
Version.
|
int |
hashCode()
Serves as a hash function for a particular type.
|
void |
setRadius(double value)
Radius.
|
public final double getRadius()
Radius.
Read/write double
.
public final void setRadius(double value)
Radius.
Read/write double
.
public final IColorFormat getColor()
Color format.
Read-only IColorFormat
.
public final IGlowEffectiveData getEffective()
Gets effective Glow effect data with the inheritance applied.
getEffective
in interface IAccessiblePVIObject<IGlowEffectiveData>
IGlowEffectiveData
.public final com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.
public final long getVersion()
Version.
Read-only long
.
public final IPresentationComponent getParent_IPresentationComponent()
Returns parent IPresentationComponent.
Read-only IPresentationComponent
.
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- The Glow
to compare.public int hashCode()
Serves as a hash function for a particular type.
hashCode
in class java.lang.Object