com.steema.teechart.themes
Class BusinessTheme

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.BusinessTheme

public class BusinessTheme
extends DefaultTheme

Title: Business Theme class

Description: TeeChart for Java

Copyright (c) 2004-2008 by Steema Software SL. All Rights Reserved.

Company: Steema Software SL


Field Summary
 
Fields inherited from class com.steema.teechart.themes.Theme
AndroidPalette, ClassicPalette, CoolPalette, DefaultPalette, ExcelPalette, GrayscalePalette, iOSPalette, MacOSPalette, MetroPalette, ModernPalette, newChartHook, OnBlackPalette, OperaPalette, PastelsPalette, RainbowPalette, SolidPalette, themeSelectorHook, VictorianPalette, WarmPalette, WebPalette, WindowsVistaPalette, WindowsXPPalette
 
Fields inherited from class com.steema.teechart.TeeBase
chart, InternalUse
 
Constructor Summary
BusinessTheme(IBaseChart c)
          Description of Classic theme
 
Method Summary
 void apply()
           
 java.lang.String toString()
           
 
Methods inherited from class com.steema.teechart.themes.DefaultTheme
changeAxis, changeSeries, changeWall, getDescription, resetGradient
 
Methods inherited from class com.steema.teechart.themes.Theme
themeSelector
 
Methods inherited from class com.steema.teechart.TeeBase
getChart, invalidate, setBooleanProperty, setChart, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BusinessTheme

public BusinessTheme(IBaseChart c)
Description of Classic theme

Parameters:
c - IBaseChart
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

apply

public void apply()
Overrides:
apply in class DefaultTheme