Class BlendEffect

java.lang.Object
com.independentsoft.office.drawing.BlendEffect

public class BlendEffect extends Object
The Class BlendEffect.
  • Constructor Details

    • BlendEffect

      public BlendEffect()
      Instantiates a new blend effect.
  • Method Details

    • clone

      public BlendEffect clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getEffectContainer

      public EffectContainer getEffectContainer()
      Gets the effect container.
      Returns:
      the effect container
    • setEffectContainer

      public void setEffectContainer(EffectContainer effectContainer)
      Sets the effect container.
      Parameters:
      effectContainer - the new effect container
    • getBlend

      public BlendMode getBlend()
      Gets the blend.
      Returns:
      the blend
    • setBlend

      public void setBlend(BlendMode blend)
      Sets the blend.
      Parameters:
      blend - the new blend