Class FillOverlayEffect

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

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

    • FillOverlayEffect

      public FillOverlayEffect()
      Instantiates a new fill overlay effect.
  • Method Details

    • clone

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

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

      public PictureFill getPictureFill()
      Gets the picture fill.
      Returns:
      the picture fill
    • setPictureFill

      public void setPictureFill(PictureFill pictureFill)
      Sets the picture fill.
      Parameters:
      pictureFill - the new picture fill
    • getGradientFill

      public GradientFill getGradientFill()
      Gets the gradient fill.
      Returns:
      the gradient fill
    • setGradientFill

      public void setGradientFill(GradientFill gradientFill)
      Sets the gradient fill.
      Parameters:
      gradientFill - the new gradient fill
    • getGroupFill

      public GroupFill getGroupFill()
      Gets the group fill.
      Returns:
      the group fill
    • setGroupFill

      public void setGroupFill(GroupFill groupFill)
      Sets the group fill.
      Parameters:
      groupFill - the new group fill
    • getNoFill

      public NoFill getNoFill()
      Gets the no fill.
      Returns:
      the no fill
    • setNoFill

      public void setNoFill(NoFill noFill)
      Sets the no fill.
      Parameters:
      noFill - the new no fill
    • getPatternFill

      public PatternFill getPatternFill()
      Gets the pattern fill.
      Returns:
      the pattern fill
    • setPatternFill

      public void setPatternFill(PatternFill patternFill)
      Sets the pattern fill.
      Parameters:
      patternFill - the new pattern fill
    • getSolidFill

      public SolidFill getSolidFill()
      Gets the solid fill.
      Returns:
      the solid fill
    • setSolidFill

      public void setSolidFill(SolidFill solidFill)
      Sets the solid fill.
      Parameters:
      solidFill - the new solid fill
    • getBlend

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

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