com.steema.teechart.tools
Class ToolSeries

java.lang.Object
  extended by com.steema.teechart.TeeBase
      extended by com.steema.teechart.tools.Tool
          extended by com.steema.teechart.tools.ToolSeries
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ChartImage, CursorTool, DragMarks, DragPoint, DrawLine, ExtraLegend, GanttTool, MarksTip, NearestPoint, PieTool, SeriesAnimation, SeriesBand

public class ToolSeries
extends Tool

Title: ToolSeries class

Description: Base abstract class for Tool components with a Series method.

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

Company: Steema Software SL

See Also:
Serialized Form

Field Summary
protected  Series iSeries
           
 
Fields inherited from class com.steema.teechart.tools.Tool
bBrush, clickTolerance, listenerList, pPen
 
Fields inherited from class com.steema.teechart.TeeBase
chart
 
Constructor Summary
protected ToolSeries()
           
protected ToolSeries(IBaseChart c)
           
  ToolSeries(Series s)
           
 
Method Summary
 Axis getHorizAxis()
          Returns the associated Top or Bottom Chart Horizontal Axis.
 Series getSeries()
          The Series with which Tools are associated.
 Axis getVertAxis()
          Returns the associated Left or Right Chart Vertical Axis.
 void setSeries(Series value)
          Sets the Series with which Tools are associated.
 
Methods inherited from class com.steema.teechart.tools.Tool
addMouseMotionListener, chartEvent, fireChanged, fireClicked, fireDragged, fireDragging, fireMouse, fireResized, getActive, getBitmapEditor, getDescription, getSummary, mouseEvent, readResolve, removeMouseMotionListener, setActive, setChart, toString
 
Methods inherited from class com.steema.teechart.TeeBase
getChart, invalidate, setBooleanProperty, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

iSeries

protected Series iSeries
Constructor Detail

ToolSeries

protected ToolSeries()

ToolSeries

protected ToolSeries(IBaseChart c)

ToolSeries

public ToolSeries(Series s)
Method Detail

getHorizAxis

public Axis getHorizAxis()
Returns the associated Top or Bottom Chart Horizontal Axis.

Returns:
Axis

getVertAxis

public Axis getVertAxis()
Returns the associated Left or Right Chart Vertical Axis.

Returns:
Axis

getSeries

public Series getSeries()
The Series with which Tools are associated.
Default value: null

Returns:
Series

setSeries

public void setSeries(Series value)
Sets the Series with which Tools are associated.
Default value: null

Parameters:
value - Series