public interface IInnerShadowEffectiveData extends IEffectEffectiveData
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.awt.Color |
getShadowColor()
Color of shadow.
|
double getBlurRadius()
Blur radius.
Read-only double.
float getDirection()
Direction of shadow.
Read-only float.
double getDistance()
Distance of shadow.
Read-only double.
java.awt.Color getShadowColor()
Color of shadow.
Read-only Color.
Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.