com.aspose.slides
Class InnerShadow

java.lang.Object
  extended by com.aspose.slides.InnerShadow
All Implemented Interfaces:
IInnerShadow, java.lang.Cloneable

public class InnerShadow
extends java.lang.Object
implements IInnerShadow, java.lang.Cloneable

Represents a inner shadow effect.


Method Summary
 double getBlurRadius()
           Blur radius.
 float getDirection()
           Direction of shadow.
 double getDistance()
           Distance of shadow.
 com.aspose.slides.EffectEffectiveDataPVITemp getEffective()
           
 EffectEffectiveData getEffective(BaseSlide slide, com.aspose.slides.util.FloatColor styleColor)
           
 com.aspose.slides.IDOMObject getParent_Immediate()
           Returns Parent_Immediate object.
 IColorFormat getShadowColor()
           Color of shadow.
 void setBlurRadius(double value)
           Blur radius.
 void setDirection(float value)
           Direction of shadow.
 void setDistance(double value)
           Distance of shadow.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getBlurRadius

public double getBlurRadius()

Blur radius. Read/write double.

Specified by:
getBlurRadius in interface IInnerShadow

setBlurRadius

public void setBlurRadius(double value)

Blur radius. Read/write double.

Specified by:
setBlurRadius in interface IInnerShadow

getDirection

public float getDirection()

Direction of shadow. Read/write float.

Specified by:
getDirection in interface IInnerShadow

setDirection

public void setDirection(float value)

Direction of shadow. Read/write float.

Specified by:
setDirection in interface IInnerShadow

getDistance

public double getDistance()

Distance of shadow. Read/write double.

Specified by:
getDistance in interface IInnerShadow

setDistance

public void setDistance(double value)

Distance of shadow. Read/write double.

Specified by:
setDistance in interface IInnerShadow

getShadowColor

public IColorFormat getShadowColor()

Color of shadow. Read-only IColorFormat.

Specified by:
getShadowColor in interface IInnerShadow

getEffective

public final EffectEffectiveData getEffective(BaseSlide slide,
                                              com.aspose.slides.util.FloatColor styleColor)

getEffective

public final com.aspose.slides.EffectEffectiveDataPVITemp getEffective()

getParent_Immediate

public com.aspose.slides.IDOMObject getParent_Immediate()

Returns Parent_Immediate object. Read-only IDOMObject.



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.