com.steema.teechart.themes
Class ExcelTheme

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

public class ExcelTheme
extends DefaultTheme

Title: ExcelTheme class

Description: Summary description for ExcelTheme.

Copyright (c) 2005-2008 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, CoolPalette, DefaultPalette, ExcelPalette, GrayscalePalette, MacOSPalette, ModernPalette, newChartHook, OnBlackPalette, OperaPalette, PastelsPalette, RainbowPalette, SolidPalette, themeSelectorHook, VictorianPalette, WarmPalette, WebPalette, WindowsVistaPalette, WindowsXPPalette
 
Fields inherited from class com.steema.teechart.TeeBase
chart
 
Constructor Summary
ExcelTheme(IBaseChart c)
           
 
Method Summary
 void apply()
          Applies Excel-like visual formatting properties to Chart parameter.
 java.lang.String getDescription()
          Gets descriptive text.
 
Methods inherited from class com.steema.teechart.themes.DefaultTheme
changeAxis, changeSeries, changeWall, resetGradient
 
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

ExcelTheme

public ExcelTheme(IBaseChart c)
Method Detail

getDescription

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

Overrides:
getDescription in class DefaultTheme
Returns:
String

apply

public void apply()
Applies Excel-like visual formatting properties to Chart parameter.

Overrides:
apply in class DefaultTheme