com.steema.teechart.themes
Class DefaultTheme

java.lang.Object
  extended by com.steema.teechart.TeeBase
      extended by com.steema.teechart.themes.Theme
          extended by com.steema.teechart.themes.DefaultTheme
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ClassicTheme, ExcelTheme

public class DefaultTheme
extends Theme

Title: DefaultTheme class

Description: Summary description for DefaultTheme.

Copyright (c) 2005-2006 by Steema Software SL. All Rights Reserved.

Company: Steema Software SL

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.steema.teechart.themes.Theme
ClassicPalette, ExcelPalette, ModernPalette, newChartHook, PastelsPalette, RainbowPalette, SolidPalette, themeSelectorHook, VictorianPalette, WebPalette, WindowsXPPalette
 
Fields inherited from class com.steema.teechart.TeeBase
chart
 
Constructor Summary
DefaultTheme(IBaseChart c)
           
 
Method Summary
 void apply()
           
 void changeAxis(Axis chartAxis)
           
 void changeSeries(Series chartSeries)
           
 void changeWall(Wall chartWall, Color aColor)
           
 java.lang.String getDescription()
          Gets descriptive text.
 void resetGradient(Gradient chartGradient)
           
 
Methods inherited from class com.steema.teechart.themes.Theme
themeSelector
 
Methods inherited from class com.steema.teechart.TeeBase
getChart, invalidate, setBooleanProperty, setChart, setColorProperty, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultTheme

public DefaultTheme(IBaseChart c)
Method Detail

apply

public void apply()
Specified by:
apply in class Theme

getDescription

public java.lang.String getDescription()
Gets descriptive text.

Overrides:
getDescription in class Theme
Returns:
String

resetGradient

public void resetGradient(Gradient chartGradient)

changeWall

public void changeWall(Wall chartWall,
                       Color aColor)

changeSeries

public void changeSeries(Series chartSeries)

changeAxis

public void changeAxis(Axis chartAxis)