Class TintEffect

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

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

    • TintEffect

      public TintEffect()
      Instantiates a new tint effect.
  • Method Details

    • clone

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

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

      public int getHue()
      Gets the hue.
      Returns:
      the hue
    • setHue

      public void setHue(int hue)
      Sets the hue.
      Parameters:
      hue - the new hue
    • getAmount

      public int getAmount()
      Gets the amount.
      Returns:
      the amount
    • setAmount

      public void setAmount(int amount)
      Sets the amount.
      Parameters:
      amount - the new amount