Class DuotoneEffect

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

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

    • DuotoneEffect

      public DuotoneEffect()
      Instantiates a new duotone effect.
  • Method Details

    • clone

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

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

      public ColorChoice getColorChoice1()
      Gets the color choice1.
      Returns:
      the color choice1
    • setColorChoice1

      public void setColorChoice1(ColorChoice colorChoice)
      Sets the color choice1.
      Parameters:
      colorChoice - the new color choice1
    • getColorChoice2

      public ColorChoice getColorChoice2()
      Gets the color choice2.
      Returns:
      the color choice2
    • setColorChoice2

      public void setColorChoice2(ColorChoice colorChoice)
      Sets the color choice2.
      Parameters:
      colorChoice - the new color choice2