Class DuotoneEffect
java.lang.Object
com.independentsoft.office.drawing.DuotoneEffect
The Class DuotoneEffect.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the color choice1.Gets the color choice2.voidsetColorChoice1(ColorChoice colorChoice)Sets the color choice1.voidsetColorChoice2(ColorChoice colorChoice)Sets the color choice2.toString()
-
Constructor Details
-
DuotoneEffect
public DuotoneEffect()Instantiates a new duotone effect.
-
-
Method Details
-
clone
-
toString
-
getColorChoice1
Gets the color choice1.- Returns:
- the color choice1
-
setColorChoice1
Sets the color choice1.- Parameters:
colorChoice- the new color choice1
-
getColorChoice2
Gets the color choice2.- Returns:
- the color choice2
-
setColorChoice2
Sets the color choice2.- Parameters:
colorChoice- the new color choice2
-