public class GlowEffectiveData extends EffectEffectiveData<Glow,GlowEffectiveData> implements IGlowEffectiveData
Immutable object which represents a glow effect, in which a color blurred outline is added outside the edges of the object.
Modifier and Type | Method and Description |
---|---|
com.aspose.slides.TrueColorBitmap |
apply(com.aspose.slides.TrueColorBitmap img) |
java.lang.Integer |
getColor()
Color.
|
double |
getRadius()
Glow radius.
|
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 getRadius()
Glow radius.
Read-only double
.
getRadius
in interface IGlowEffectiveData
public final java.lang.Integer getColor()
Color.
Read-only Integer
.
getColor
in interface IGlowEffectiveData
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<Glow,GlowEffectiveData>
public java.lang.String getStringData()
getStringData
in class EffectEffectiveData<Glow,GlowEffectiveData>
Copyright © 2004-2021 Aspose Pty Ltd. All Rights Reserved.