Class ColorList
java.lang.Object
com.independentsoft.office.diagrams.ColorList
- Direct Known Subclasses:
EffectColorList,FillColorList,LineColorList,TextEffectColorList,TextFillColorList,TextLineColorList
The Class ColorList.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract ColorListclone()Gets the color choices.Gets the hue direction.Gets the method.voidsetHueDirection(HueDirection hueDirection)Sets the hue direction.voidsetMethod(ColorApplicationMethod method)Sets the method.
-
Constructor Details
-
ColorList
public ColorList()
-
-
Method Details
-
clone
-
getColorChoices
Gets the color choices.- Returns:
- the color choices
-
getHueDirection
Gets the hue direction.- Returns:
- the hue direction
-
setHueDirection
Sets the hue direction.- Parameters:
hueDirection- the new hue direction
-
getMethod
Gets the method.- Returns:
- the method
-
setMethod
Sets the method.- Parameters:
method- the new method
-