lt.monarch.chart.themes
Class DarkMagicInSapphireTheme
java.lang.Object
lt.monarch.chart.themes.AbstractColorThemes
lt.monarch.chart.themes.DarkMagicInSapphireTheme
- All Implemented Interfaces:
- java.io.Serializable
public class DarkMagicInSapphireTheme
extends AbstractColorThemes
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DarkMagicInSapphireTheme
public DarkMagicInSapphireTheme()
getPalette
public java.awt.Color[] getPalette(int seriesQuantity)
- Specified by:
getPalette in class AbstractColorThemes
- Returns:
- series palette colors
getBackgroundColor
public java.awt.Color getBackgroundColor()
- Specified by:
getBackgroundColor in class AbstractColorThemes
- Returns:
- chart background color
getAxesColors
public java.awt.Color[] getAxesColors()
- Specified by:
getAxesColors in class AbstractColorThemes
- Returns:
- axes foreground colors in the following order:
0)ticks,
1)labels,
2)axis,
3)title.
getGridColors
public java.awt.Color[] getGridColors()
- Specified by:
getGridColors in class AbstractColorThemes
- Returns:
- grid colors in the following order:
0)background color
1)grid-line color.
3)second background color - for gradient paint (null for toFill paint)
getMarkerLineColors
public java.awt.Color[] getMarkerLineColors()
- Specified by:
getMarkerLineColors in class AbstractColorThemes
- Returns:
- marker lines colors:
0)marker line
1)label background
2)label foreground colors.
getMarkerColors
public java.awt.Color[] getMarkerColors()
- Specified by:
getMarkerColors in class AbstractColorThemes
- Returns:
- marker colors:
0)background color
1)foreground color.
getLegendColors
public java.awt.Color[] getLegendColors()
- Specified by:
getLegendColors in class AbstractColorThemes
- Returns:
- legend colors:
0)background,
1)foreground
2)border colors.
3)second background color - for gradient paint (null for toFill paint)