com.steema.teechart.tools
Class ToolsList

java.lang.Object
  extended by com.steema.teechart.tools.ToolsList

public final class ToolsList
extends java.lang.Object

Title:

Description: ThemesList is a collection of Theme objects.

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

Company: Steema Software SL

Example:

 
 ThemesList.applyTheme(myChart.getChart(), new
 ExcelTheme(myChart.getChart()));
 
 

See Also:
Theme

Constructor Summary
ToolsList()
           
 
Method Summary
static void applyTool(TChart chart, int index, int serieSelected)
           
static java.lang.String getToolDescription(int serieSelected, int index)
           
static int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToolsList

public ToolsList()
Method Detail

size

public static int size()

applyTool

public static void applyTool(TChart chart,
                             int index,
                             int serieSelected)

getToolDescription

public static java.lang.String getToolDescription(int serieSelected,
                                                  int index)