Class BlendEffect
java.lang.Object
com.independentsoft.office.drawing.BlendEffect
The Class BlendEffect.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()getBlend()Gets the blend.Gets the effect container.voidSets the blend.voidsetEffectContainer(EffectContainer effectContainer)Sets the effect container.toString()
-
Constructor Details
-
BlendEffect
public BlendEffect()Instantiates a new blend effect.
-
-
Method Details
-
clone
-
toString
-
getEffectContainer
Gets the effect container.- Returns:
- the effect container
-
setEffectContainer
Sets the effect container.- Parameters:
effectContainer- the new effect container
-
getBlend
Gets the blend.- Returns:
- the blend
-
setBlend
Sets the blend.- Parameters:
blend- the new blend
-