Class ExtraColorScheme
java.lang.Object
com.independentsoft.office.themes.ExtraColorScheme
The Class ExtraColorScheme.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the color map.Gets the color scheme.voidsetColorMap(ColorMap colorMap)Sets the color map.voidsetColorScheme(ColorScheme colorScheme)Sets the color scheme.toString()
-
Constructor Details
-
ExtraColorScheme
public ExtraColorScheme()Instantiates a new extra color scheme.
-
-
Method Details
-
clone
-
toString
-
getColorMap
Gets the color map.- Returns:
- the color map
-
setColorMap
Sets the color map.- Parameters:
colorMap- the new color map
-
getColorScheme
Gets the color scheme.- Returns:
- the color scheme
-
setColorScheme
Sets the color scheme.- Parameters:
colorScheme- the new color scheme
-