|
||||||||||
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
public class Tool
Title: Tool class
Description: Base Tool class.
Copyright (c) 2005-2007 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Field Summary | |
---|---|
protected ChartBrush |
bBrush
|
static int |
clickTolerance
|
protected EventListenerList |
listenerList
|
protected ChartPen |
pPen
|
Fields inherited from class com.steema.teechart.TeeBase |
---|
chart, InternalUse |
Constructor Summary | |
---|---|
protected |
Tool()
|
protected |
Tool(IBaseChart c)
|
Method Summary | |
---|---|
void |
chartEvent(ChartDrawEvent ce)
|
void |
dispose()
|
protected void |
fireChanged(ChangeEvent ce)
|
protected void |
fireClicked(FrameworkMouseEvent e)
|
protected void |
fireDragged(ChangeEvent changeEvent)
|
protected void |
fireDragging(ChangeEvent e)
|
protected void |
fireMouse(FrameworkMouseEvent e)
|
protected void |
fireResized(ChangeEvent e)
|
boolean |
getActive()
Enables/Disables the indexed Tool. |
java.lang.String |
getDescription()
Gets descriptive text. |
java.lang.String |
getSummary()
Gets detailed descriptive text. |
Cursor |
mouseEvent(FrameworkMouseEvent e,
Cursor c)
|
protected java.lang.Object |
readResolve()
|
void |
setActive(boolean value)
Enables/Disables the indexed Tool. |
void |
setChart(IBaseChart value)
Chart associated with this object. |
java.lang.String |
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 |
---|
public static int clickTolerance
protected ChartPen pPen
protected ChartBrush bBrush
protected transient EventListenerList listenerList
Constructor Detail |
---|
protected Tool(IBaseChart c)
protected Tool()
Method Detail |
---|
protected java.lang.Object readResolve()
public java.lang.String toString()
toString
in class java.lang.Object
protected void fireMouse(FrameworkMouseEvent e)
protected void fireChanged(ChangeEvent ce)
protected void fireClicked(FrameworkMouseEvent e)
protected void fireDragged(ChangeEvent changeEvent)
protected void fireDragging(ChangeEvent e)
protected void fireResized(ChangeEvent e)
public void setActive(boolean value)
value
- booleanpublic boolean getActive()
public void setChart(IBaseChart value)
TeeBase
setChart
in class TeeBase
value
- IBaseChartpublic void chartEvent(ChartDrawEvent ce)
public Cursor mouseEvent(FrameworkMouseEvent e, Cursor c)
public void dispose()
public java.lang.String getDescription()
public java.lang.String getSummary()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |