Class ColorMapOverride
java.lang.Object
com.independentsoft.office.charts.ColorMapOverride
The Class ColorMapOverride.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the accent1.Gets the accent2.Gets the accent3.Gets the accent4.Gets the accent5.Gets the accent6.Gets the background1.Gets the background2.Gets the followed hyperlink.Gets the hyperlink.getText1()Gets the text1.getText2()Gets the text2.voidsetAccent1(ThemeColorReference accent1)Sets the accent1.voidsetAccent2(ThemeColorReference accent2)Sets the accent2.voidsetAccent3(ThemeColorReference accent3)Sets the accent3.voidsetAccent4(ThemeColorReference accent4)Sets the accent4.voidsetAccent5(ThemeColorReference accent5)Sets the accent5.voidsetAccent6(ThemeColorReference accent6)Sets the accent6.voidsetBackground1(ThemeColorReference background1)Sets the background1.voidsetBackground2(ThemeColorReference background2)Sets the background2.voidsetFollowedHyperlink(ThemeColorReference followedHyperlink)Sets the followed hyperlink.voidsetHyperlink(ThemeColorReference hyperlink)Sets the hyperlink.voidsetText1(ThemeColorReference text1)Sets the text1.voidsetText2(ThemeColorReference text2)Sets the text2.toString()
-
Constructor Details
-
ColorMapOverride
public ColorMapOverride()Instantiates a new color map override.
-
-
Method Details
-
clone
-
toString
-
getAccent1
Gets the accent1.- Returns:
- the accent1
-
setAccent1
Sets the accent1.- Parameters:
accent1- the new accent1
-
getAccent2
Gets the accent2.- Returns:
- the accent2
-
setAccent2
Sets the accent2.- Parameters:
accent2- the new accent2
-
getAccent3
Gets the accent3.- Returns:
- the accent3
-
setAccent3
Sets the accent3.- Parameters:
accent3- the new accent3
-
getAccent4
Gets the accent4.- Returns:
- the accent4
-
setAccent4
Sets the accent4.- Parameters:
accent4- the new accent4
-
getAccent5
Gets the accent5.- Returns:
- the accent5
-
setAccent5
Sets the accent5.- Parameters:
accent5- the new accent5
-
getAccent6
Gets the accent6.- Returns:
- the accent6
-
setAccent6
Sets the accent6.- Parameters:
accent6- the new accent6
-
getBackground1
Gets the background1.- Returns:
- the background1
-
setBackground1
Sets the background1.- Parameters:
background1- the new background1
-
getBackground2
Gets the background2.- Returns:
- the background2
-
setBackground2
Sets the background2.- Parameters:
background2- the new background2
-
getFollowedHyperlink
Gets the followed hyperlink.- Returns:
- the followed hyperlink
-
setFollowedHyperlink
Sets the followed hyperlink.- Parameters:
followedHyperlink- the new followed hyperlink
-
getHyperlink
Gets the hyperlink.- Returns:
- the hyperlink
-
setHyperlink
Sets the hyperlink.- Parameters:
hyperlink- the new hyperlink
-
getText1
Gets the text1.- Returns:
- the text1
-
setText1
Sets the text1.- Parameters:
text1- the new text1
-
getText2
Gets the text2.- Returns:
- the text2
-
setText2
Sets the text2.- Parameters:
text2- the new text2
-