Class TintEffect
java.lang.Object
com.independentsoft.office.drawing.TintEffect
The Class TintEffect.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TintEffect
public TintEffect()Instantiates a new tint effect.
-
-
Method Details
-
clone
-
toString
-
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
-