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

Packages that use Tool
com.steema.teechart TeeChart Charting Library for Java. 
com.steema.teechart.editors   
com.steema.teechart.editors.tools   
com.steema.teechart.misc   
com.steema.teechart.tools   
 

Uses of Tool in com.steema.teechart
 

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

Uses of Tool in com.steema.teechart.editors
 

Methods in com.steema.teechart.editors that return Tool
static Tool ToolsGallery.showGallery(java.awt.Container owner, IBaseChart chart)
           
 

Methods in com.steema.teechart.editors with parameters of type Tool
static void ChartEditor.editTool(Tool tool)
           
static void ChartEditor.editTool(Tool tool, java.lang.String chartName)
           
static javax.swing.JDialog DialogFactory.getEditDialog(javax.swing.JFrame owner, Tool tool)
           
static javax.swing.JDialog DialogFactory.getEditDialog(Tool tool)
           
 void ChartEditorPanel.selectTool(Tool value)
           
abstract  void BaseToolsEditor.setTool(Tool tool)
           
 void ChartEditorPanel.toolAdded(Tool value)
           
 void ChartEditorPanel.toolRemoved(Tool value)
           
 

Constructors in com.steema.teechart.editors with parameters of type Tool
ToolsEditor(Chart chart, Tool tool)
           
 

Uses of Tool in com.steema.teechart.editors.tools
 

Methods in com.steema.teechart.editors.tools with parameters of type Tool
 void ZoomToolEditor.setTool(Tool tool)
           
 void ToolSeriesEditor.setTool(Tool t)
           
 void SurfaceNearestToolEditor.setTool(Tool tool)
           
 void SeriesBandEditor.setTool(Tool tool)
           
 void SeriesAnimationEditor.setTool(Tool tool)
           
 void ScrollBarEditor.setTool(Tool tool)
           
 void RotateEditor.setTool(Tool tool)
           
 void PieToolEditor.setTool(Tool tool)
           
 void NearestPointEditor.setTool(Tool tool)
           
 void MarksTipEditor.setTool(Tool tool)
           
 void LightToolEditor.setTool(Tool tool)
           
 void ImageToolEditor.setTool(Tool tool)
           
 void HotSpotEditor.setTool(Tool tool)
           
 void GridTransposeEditor.setTool(Tool tool)
           
 void GridBandEditor.setTool(Tool tool)
           
 void GanttToolEditor.setTool(Tool tool)
           
 void ExtraLegendEditor.setTool(Tool tool)
           
 void DrawLineEditor.setTool(Tool tool)
           
 void DragPointEditor.setTool(Tool tool)
           
 void DragMarksEditor.setTool(Tool tool)
           
 void CursorEditor.setTool(Tool tool)
           
 void ColorLineEditor.setTool(Tool tool)
           
 void ColorBandEditor.setTool(Tool tool)
           
 void AxisToolEdit.setTool(Tool t)
           
 void AxisScrollEditor.setTool(Tool tool)
           
 void AxisArrowEditor.setTool(Tool tool)
           
 void AnnotationEditor.setTool(Tool tool)
           
 

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
 class AxisArrow
          Title: AxisArrow class
 class ChartImage
          Title: ChartImage
 class ColorBand
          Title: ColorBand class
 class ColorLine
          Title: ColorLine class
 class CursorTool
          Title: CursorTool class
 class DragMarks
          Title: DragMarks class
 class DragPoint
          Title: DragPoint class
 class DrawLine
          Title: DrawLine class
 class ExtraLegend
          Title: ExtraLegend class
 class GanttTool
          Title: GanttTool class
 class GridBand
          Title: GridBand class
 class GridTranspose
          Title: GridTranspose class
 class MarksTip
          Title: MarksTip class
 class NearestPoint
          Title: NearestPoint class
 class PageNumber
          Title: PageNumber class
 class PieTool
          Title: PieTool class
 class Rotate
          Title: Rotate class
 class SeriesAnimation
          Title: SeriesAnimation class
 class SeriesBand
          Title: SeriesBand class
 class ToolAxis
          Title: ToolAxis class
 class ToolSeries
          Title: ToolSeries class
 

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)