|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.steema.teechart.TeeBase
com.steema.teechart.tools.Tool
com.steema.teechart.tools.ToolSeries
public class ToolSeries
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
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 |
---|
protected Series iSeries
Constructor Detail |
---|
protected ToolSeries()
protected ToolSeries(IBaseChart c)
public ToolSeries(Series s)
Method Detail |
---|
public Axis getHorizAxis()
public Axis getVertAxis()
public Series getSeries()
public void setSeries(Series value)
value
- Series
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |