com.aspose.slides
Class InnerShadow

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

public class InnerShadow
extends java.lang.Object
implements IInnerShadow

Represents a inner shadow effect.


Constructor Summary
InnerShadow()
           Creates new instance of InnerShadow class.
 
Method Summary
 double getBlurRadius()
           Blur radius.
 float getDirection()
           Direction of shadow.
 double getDistance()
           Distance of shadow.
 EffectEffectiveData getReadonly(BaseSlide slide, FloatColor styleColor)
           
 IColorFormat getShadowColor()
           Color of shadow.
 void setBlurRadius(double value)
           
 void setDirection(float value)
           
 void setDistance(double value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InnerShadow

public InnerShadow()

Creates new instance of InnerShadow class.

Method Detail

getBlurRadius

public double getBlurRadius()

Blur radius.

Specified by:
getBlurRadius in interface IInnerShadow

setBlurRadius

public void setBlurRadius(double value)
Specified by:
setBlurRadius in interface IInnerShadow

getDirection

public float getDirection()

Direction of shadow.

Specified by:
getDirection in interface IInnerShadow

setDirection

public void setDirection(float value)
Specified by:
setDirection in interface IInnerShadow

getDistance

public double getDistance()

Distance of shadow.

Specified by:
getDistance in interface IInnerShadow

setDistance

public void setDistance(double value)
Specified by:
setDistance in interface IInnerShadow

getShadowColor

public IColorFormat getShadowColor()

Color of shadow.

Specified by:
getShadowColor in interface IInnerShadow

getReadonly

public EffectEffectiveData getReadonly(BaseSlide slide,
                                       FloatColor styleColor)