public class InnerShadowEffectiveData extends EffectEffectiveData implements IInnerShadowEffectiveData
Immutable object which represents a inner shadow effect.
Modifier and Type | Method and Description |
---|---|
double |
getBlurRadius()
Blur radius.
|
float |
getDirection()
Direction of shadow.
|
double |
getDistance()
Distance of shadow.
|
java.lang.Integer |
getShadowColor()
Color of shadow.
|
public final double getBlurRadius()
Blur radius.
Read-only double
.
getBlurRadius
in interface IInnerShadowEffectiveData
public final float getDirection()
Direction of shadow.
Read-only float
.
getDirection
in interface IInnerShadowEffectiveData
public final double getDistance()
Distance of shadow.
Read-only double
.
getDistance
in interface IInnerShadowEffectiveData
public final java.lang.Integer getShadowColor()
Color of shadow.
Read-only Integer
.
getShadowColor
in interface IInnerShadowEffectiveData
Copyright © 2004-2019 Aspose Pty Ltd. All Rights Reserved.