public class InnerShadowEffectiveData extends EffectEffectiveData<InnerShadow,InnerShadowEffectiveData> implements IInnerShadowEffectiveData
Immutable object which represents a inner shadow effect.
Modifier and Type | Method and Description |
---|---|
com.aspose.slides.TrueColorBitmap |
apply(com.aspose.slides.TrueColorBitmap img) |
double |
getBlurRadius()
Blur radius.
|
float |
getDirection()
Direction of shadow.
|
double |
getDistance()
Distance of shadow.
|
java.lang.Integer |
getShadowColor()
Color of shadow.
|
java.lang.String |
getStringData() |
void |
resolveFontDatas(IBaseSlide slide) |
void |
resolveStyledColors(IBaseSlide slide,
com.aspose.slides.StyleColorEffectiveData styleColor) |
getActualVersion, getInstanceId, updateCache
equals, hashCode
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
public void resolveStyledColors(IBaseSlide slide, com.aspose.slides.StyleColorEffectiveData styleColor)
public void resolveFontDatas(IBaseSlide slide)
public com.aspose.slides.TrueColorBitmap apply(com.aspose.slides.TrueColorBitmap img)
apply
in class EffectEffectiveData<InnerShadow,InnerShadowEffectiveData>
public java.lang.String getStringData()
getStringData
in class EffectEffectiveData<InnerShadow,InnerShadowEffectiveData>
Copyright © 2004-2021 Aspose Pty Ltd. All Rights Reserved.