Glow

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.slides.IGlow, com.aspose.slides.IVisualEffect, com.aspose.slides.IDOMObject, com.aspose.slides.IPVIObject, java.lang.Cloneable

public final class Glow implements IGlow, IVisualEffect, IDOMObject, IPVIObject, Cloneable

Represents a Glow effect, in which a color blurred outline is added outside the edges of the object.

Methods

MethodDescription
getRadius()Radius.
setRadius(double value)Radius.
getColor()Color format.
getEffective()Gets effective Glow effect data with the inheritance applied.
getParent_Immediate()
getVersion()
getParent_IPresentationComponent()
equals(Object obj)Determines whether the specified Glow is equal to the current Glow.
hashCode()Serves as a hash function for a particular type.

getRadius()

public final double getRadius()

Radius. Read/write double .

Returns: double

setRadius(double value)

public final void setRadius(double value)

Radius. Read/write double .

Parameters:

ParameterTypeDescription
valuedouble

getColor()

public final IColorFormat getColor()

Color format. Read-only IColorFormat.

Returns: IColorFormat

getEffective()

public final IGlowEffectiveData getEffective()

Gets effective Glow effect data with the inheritance applied.

Returns: IGlowEffectiveData - A IGlowEffectiveData.

getParent_Immediate()

public final IDOMObject getParent_Immediate()

Returns Parent_Immediate object. Read-only IDOMObject.

Returns: com.aspose.slides.IDOMObject

getVersion()

public final long getVersion()

Version. Read-only long.

Returns: long

getParent_IPresentationComponent()

public final IPresentationComponent getParent_IPresentationComponent()

Returns parent IPresentationComponent. Read-only IPresentationComponent.

Returns: IPresentationComponent

equals(Object obj)

public boolean equals(Object obj)

Determines whether the specified Glow is equal to the current Glow.

Parameters:

ParameterTypeDescription
objjava.lang.ObjectThe Glow to compare.

Returns: boolean - true if objects are equal; otherwise, false.

hashCode()

public int hashCode()

Serves as a hash function for a particular type.

Returns: int - A hash code for the current object.