Class PatternFill

java.lang.Object
com.independentsoft.office.drawing.PatternFill
All Implemented Interfaces:
IFill

public class PatternFill extends Object implements IFill
The Class PatternFill.
  • Constructor Details

  • Method Details

    • clone

      public PatternFill clone()
      Specified by:
      clone in interface IFill
      Overrides:
      clone in class Object
    • toString

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

      public BackgroundColor getBackgroundColor()
      Gets the background color.
      Returns:
      the background color
    • setBackgroundColor

      public void setBackgroundColor(BackgroundColor backgroundColor)
      Sets the background color.
      Parameters:
      backgroundColor - the new background color
    • getForegroundColor

      public ForegroundColor getForegroundColor()
      Gets the foreground color.
      Returns:
      the foreground color
    • setForegroundColor

      public void setForegroundColor(ForegroundColor foregroundColor)
      Sets the foreground color.
      Parameters:
      foregroundColor - the new foreground color
    • getType

      public PatternFillType getType()
      Gets the type.
      Returns:
      the type
    • setType

      public void setType(PatternFillType type)
      Sets the type.
      Parameters:
      type - the new type