InnerShadow

Inheritance: java.lang.Object

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

public final class InnerShadow implements IInnerShadow, IVisualEffect, IDOMObject, IPVIObject, Cloneable

Represents a Inner Shadow effect.

Methods

MethodDescription
getBlurRadius()Blur radius.
setBlurRadius(double value)Blur radius.
getDirection()Direction of shadow.
setDirection(float value)Direction of shadow.
getDistance()Distance of shadow.
setDistance(double value)Distance of shadow.
getShadowColor()Color of shadow.
getEffective()Gets effective Inner Shadow effect data with the inheritance applied.
getParent_Immediate()
getVersion()
getParent_IPresentationComponent()
equals(Object obj)Determines whether the specified InnerShadow is equal to the current InnerShadow.
hashCode()Serves as a hash function for a particular type.

getBlurRadius()

public final double getBlurRadius()

Blur radius. Read/write double.

Returns: double

setBlurRadius(double value)

public final void setBlurRadius(double value)

Blur radius. Read/write double.

Parameters:

ParameterTypeDescription
valuedouble

getDirection()

public final float getDirection()

Direction of shadow. Read/write float.

Returns: float

setDirection(float value)

public final void setDirection(float value)

Direction of shadow. Read/write float.

Parameters:

ParameterTypeDescription
valuefloat

getDistance()

public final double getDistance()

Distance of shadow. Read/write double.

Returns: double

setDistance(double value)

public final void setDistance(double value)

Distance of shadow. Read/write double.

Parameters:

ParameterTypeDescription
valuedouble

getShadowColor()

public final IColorFormat getShadowColor()

Color of shadow. Read-only IColorFormat.

Returns: IColorFormat

getEffective()

public final IInnerShadowEffectiveData getEffective()

Gets effective Inner Shadow effect data with the inheritance applied.

Returns: IInnerShadowEffectiveData - A IInnerShadowEffectiveData.

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 InnerShadow is equal to the current InnerShadow.

Parameters:

ParameterTypeDescription
objjava.lang.ObjectThe InnerShadow 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.