|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.EffectEffectiveData
com.aspose.slides.InnerShadowEffectiveData
public class InnerShadowEffectiveData
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 |
---|
public double getBlurRadius()
Blur radius.
Read-only double
.
getBlurRadius
in interface IInnerShadowEffectiveData
public float getDirection()
Direction of shadow.
Read-only float
.
getDirection
in interface IInnerShadowEffectiveData
public double getDistance()
Distance of shadow.
Read-only double
.
getDistance
in interface IInnerShadowEffectiveData
public java.awt.Color getShadowColor()
Color of shadow.
Read-only Color
.
getShadowColor
in interface IInnerShadowEffectiveData
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |