com.aspose.slides
Class InnerShadowEffectiveData

java.lang.Object
  extended by com.aspose.slides.EffectEffectiveData
      extended by com.aspose.slides.InnerShadowEffectiveData
All Implemented Interfaces:
IEffectEffectiveData, IInnerShadowEffectiveData

public class InnerShadowEffectiveData
extends EffectEffectiveData
implements IInnerShadowEffectiveData

Immutable object which represents a inner shadow effect.


Method Summary
 double getBlurRadius()
           Blur radius.
 float getDirection()
           Direction of shadow.
 double getDistance()
           Distance of shadow.
 java.awt.Color getShadowColor()
           Color 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-only double.

Specified by:
getBlurRadius in interface IInnerShadowEffectiveData

getDirection

public float getDirection()

Direction of shadow. Read-only float.

Specified by:
getDirection in interface IInnerShadowEffectiveData

getDistance

public double getDistance()

Distance of shadow. Read-only double.

Specified by:
getDistance in interface IInnerShadowEffectiveData

getShadowColor

public java.awt.Color getShadowColor()

Color of shadow. Read-only Color.

Specified by:
getShadowColor in interface IInnerShadowEffectiveData


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