Class EffectList
java.lang.Object
com.independentsoft.office.drawing.EffectList
The Class EffectList.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new effect list.EffectList(InternalXMLStreamReader reader)Instantiates a new effect list. -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the blur effect.Gets the fill overlay effect.Gets the glow effect.Gets the inner shadow effect.Gets the outer shadow effect.Gets the preset shadow.Gets the reflection effect.Gets the soft edge effect.voidsetBlurEffect(BlurEffect blurEffect)Sets the blur effect.voidsetFillOverlayEffect(FillOverlayEffect fillOverlayEffect)Sets the fill overlay effect.voidsetGlowEffect(GlowEffect glowEffect)Sets the glow effect.voidsetInnerShadowEffect(InnerShadowEffect innerShadowEffect)Sets the inner shadow effect.voidsetOuterShadowEffect(OuterShadowEffect outerShadowEffect)Sets the outer shadow effect.voidsetPresetShadow(PresetShadow presetShadow)Sets the preset shadow.voidsetReflectionEffect(ReflectionEffect reflectionEffect)Sets the reflection effect.voidsetSoftEdgeEffect(SoftEdgeEffect softEdgeEffect)Sets the soft edge effect.toString()
-
Constructor Details
-
EffectList
public EffectList()Instantiates a new effect list. -
EffectList
Instantiates a new effect list.- Parameters:
reader- the reader- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details
-
clone
-
toString
-
getBlurEffect
Gets the blur effect.- Returns:
- the blur effect
-
setBlurEffect
Sets the blur effect.- Parameters:
blurEffect- the new blur effect
-
getFillOverlayEffect
Gets the fill overlay effect.- Returns:
- the fill overlay effect
-
setFillOverlayEffect
Sets the fill overlay effect.- Parameters:
fillOverlayEffect- the new fill overlay effect
-
getGlowEffect
Gets the glow effect.- Returns:
- the glow effect
-
setGlowEffect
Sets the glow effect.- Parameters:
glowEffect- the new glow effect
-
getInnerShadowEffect
Gets the inner shadow effect.- Returns:
- the inner shadow effect
-
setInnerShadowEffect
Sets the inner shadow effect.- Parameters:
innerShadowEffect- the new inner shadow effect
-
getOuterShadowEffect
Gets the outer shadow effect.- Returns:
- the outer shadow effect
-
setOuterShadowEffect
Sets the outer shadow effect.- Parameters:
outerShadowEffect- the new outer shadow effect
-
getPresetShadow
Gets the preset shadow.- Returns:
- the preset shadow
-
setPresetShadow
Sets the preset shadow.- Parameters:
presetShadow- the new preset shadow
-
getReflectionEffect
Gets the reflection effect.- Returns:
- the reflection effect
-
setReflectionEffect
Sets the reflection effect.- Parameters:
reflectionEffect- the new reflection effect
-
getSoftEdgeEffect
Gets the soft edge effect.- Returns:
- the soft edge effect
-
setSoftEdgeEffect
Sets the soft edge effect.- Parameters:
softEdgeEffect- the new soft edge effect
-