public abstract class Theme extends TeeBase
Title: Theme class
Description: Summary description for Theme.
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Modifier and Type | Field and Description |
---|---|
static Color[] |
AndroidPalette |
static Color[] |
ClassicPalette |
static Color[] |
CoolPalette |
static Color[] |
DefaultPalette |
static Color[] |
ExcelPalette |
static Color[] |
GrayscalePalette |
static Color[] |
iOSPalette |
static Color[] |
LookoutPalette |
static Color[] |
MacOSPalette |
static Color[] |
MetroPalette |
static Color[] |
ModernPalette |
com.steema.teechart.themes.Theme.ThemeSelectorDelegate |
newChartHook |
static Color[] |
OnBlackPalette |
static Color[] |
OperaPalette |
static Color[] |
PastelsPalette |
static Color[] |
RainbowPalette |
static Color[] |
SeawashPalette |
static Color[] |
SolidPalette |
com.steema.teechart.themes.Theme.ThemeSelectorDelegate |
themeSelectorHook |
static Color[] |
VictorianPalette |
static Color[] |
WarmPalette |
static Color[] |
WebPalette |
static Color[] |
WindowsVistaPalette |
static Color[] |
WindowsXPPalette |
chart, InternalUse
Constructor and Description |
---|
Theme() |
Theme(IBaseChart c) |
Modifier and Type | Method and Description |
---|---|
abstract void |
apply() |
abstract void |
doChangeSeries(Series series) |
java.lang.String |
getDescription()
Gets descriptive text.
|
Theme |
themeSelector(IBaseChart custom) |
getChart, invalidate, setBooleanProperty, setChart, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty
public com.steema.teechart.themes.Theme.ThemeSelectorDelegate themeSelectorHook
public com.steema.teechart.themes.Theme.ThemeSelectorDelegate newChartHook
public static final Color[] DefaultPalette
public static final Color[] OperaPalette
public static final Color[] LookoutPalette
public static final Color[] SeawashPalette
public static final Color[] OnBlackPalette
public static final Color[] MetroPalette
public static final Color[] iOSPalette
public static final Color[] AndroidPalette
public static final Color[] CoolPalette
public static final Color[] WarmPalette
public static final Color[] MacOSPalette
public static final Color[] WindowsVistaPalette
public static final Color[] ExcelPalette
public static final Color[] VictorianPalette
public static final Color[] PastelsPalette
public static final Color[] SolidPalette
public static final Color[] ClassicPalette
public static final Color[] WebPalette
public static final Color[] ModernPalette
public static final Color[] RainbowPalette
public static final Color[] WindowsXPPalette
public static final Color[] GrayscalePalette
public Theme()
public Theme(IBaseChart c)
public abstract void apply()
public java.lang.String getDescription()
public Theme themeSelector(IBaseChart custom)
public abstract void doChangeSeries(Series series)