Uses of Class
com.steema.teechart.tools.Tool

Packages that use Tool
com.steema.teechart   
com.steema.teechart.misc   
com.steema.teechart.tools   
 

Uses of Tool in com.steema.teechart
 

Methods in com.steema.teechart that return Tool
 Tool Chart.getTool(int index)
          Gets the index'th tool in getTools() collection
 

Uses of Tool in com.steema.teechart.misc
 

Methods in com.steema.teechart.misc with parameters of type Tool
static int Utils.toolTypeIndex(Tool tool)
          Returns the index in ToolTypesOf list of a given tool instance.
 

Uses of Tool in com.steema.teechart.tools
 

Subclasses of Tool in com.steema.teechart.tools
 class Annotation
          Title: Annotation class Description: Annotation tool.
 class AxisArrow
          Title: AxisArrow class Description: Axis Arrow tool.
 class ChartImage
          Title: ChartImage Description: Chart Image tool, use it to display a picture using the specified Series axes as boundaries.
 class ColorBand
          Title: ColorBand class Description: Color band tool, use it to display a coloured rectangle (band) at the specified axis and position.
 class ColorLine
          Title: ColorLine class Description: Color Line tool.
 class CursorTool
          Title: CursorTool class Description: Cursor tool.
 class DragMarks
          Title: DragMarks class Description: DragMarks Tool.
 class DragPoint
          Title: DragPoint class Description: DragPoint Tool.
 class DrawLine
          Title: DrawLine class Description: Draw Line tool.
 class ExtraLegend
          Title: ExtraLegend class Description: ExtraLegend tool.
 class GanttTool
          Title: GanttTool class Description: Gantt Tool.
 class GridBand
          Title: GridBand class Description: Grid Band tool, use it to display a coloured rectangles (bands) at the grid lines of the specified axis and position.
 class GridTranspose
          Title: GridTranspose class Description: Transpose Grid 3D.
 class Marker
           
 class MarksTip
          Title: MarksTip class Description: Marks Tip.
 class NearestPoint
          Title: NearestPoint class Description: Nearest tool, use it to display a graphical signal when the mouse is moving near a series point.
 class PageNumber
          Title: PageNumber class Description: PageNumber annotation tool.
 class PieTool
          Title: PieTool class Description: Pie Slices tool.
 class Rotate
          Title: Rotate class Description: Rotate tool.
 class SeriesAnimation
          Title: SeriesAnimation class Description: Series Animation tool.
 class SeriesBand
          Title: SeriesBand class Description: Series Band tool.
 class ToolAxis
          Title: ToolAxis class Description: Base abstract class for Tool components with an Axis method.
 class ToolSeries
          Title: ToolSeries class Description: Base abstract class for Tool components with a Series method.
 

Methods in com.steema.teechart.tools that return Tool
 Tool ToolsCollection.add(java.lang.Class type)
           
 Tool ToolsCollection.add(Tool tool)
          Adds a new tool to your TChart.
 Tool ToolsCollection.getTool(int index)
           
 

Methods in com.steema.teechart.tools with parameters of type Tool
 Tool ToolsCollection.add(Tool tool)
          Adds a new tool to your TChart.
 Rectangle CursorTool.CursorToolResolver.getAxisRectangle(Tool tool, Rectangle rectangle)
           
 int ToolsCollection.indexOf(Tool s)
          Returns the corresponding point index which has the specified Value.
 void ToolsCollection.remove(Tool s)
          Removes a tool from the TChart.
 void ToolsCollection.setTool(int index, Tool value)