com.steema.teechart.themes
Class BlueSkyTheme

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.BlueSkyTheme
All Implemented Interfaces:
java.io.Serializable

public class BlueSkyTheme
extends DefaultTheme

Title: BlueSkyTheme class

Description: Summary description for BlueSkyTheme.

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
BlueSkyTheme(IBaseChart c)
           
 
Method Summary
 void apply()
           
 void changeAxis(Axis chartAxis)
           
 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.DefaultTheme
changeSeries
 
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

BlueSkyTheme

public BlueSkyTheme(IBaseChart c)
Method Detail

apply

public void apply()
Overrides:
apply in class DefaultTheme

getDescription

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

Overrides:
getDescription in class DefaultTheme
Returns:
String

resetGradient

public void resetGradient(Gradient chartGradient)
Overrides:
resetGradient in class DefaultTheme

changeWall

public void changeWall(Wall chartWall,
                       Color aColor)
Overrides:
changeWall in class DefaultTheme

changeAxis

public void changeAxis(Axis chartAxis)
Overrides:
changeAxis in class DefaultTheme