|
||||||||||
| 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-2006 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
| Field Summary | |
|---|---|
protected ChartBrush |
bBrush
|
static int |
clickTolerance
|
protected javax.swing.event.EventListenerList |
listenerList
|
protected ChartPen |
pPen
|
| Fields inherited from class com.steema.teechart.TeeBase |
|---|
chart |
| Constructor Summary | |
|---|---|
protected |
Tool()
|
protected |
Tool(IBaseChart c)
|
| Method Summary | |
|---|---|
void |
addMouseMotionListener(java.awt.event.MouseMotionListener l)
|
void |
chartEvent(ChartDrawEvent ce)
|
protected void |
fireChanged(javax.swing.event.ChangeEvent ce)
|
protected void |
fireClicked(java.awt.event.MouseEvent e)
|
protected void |
fireDragged(javax.swing.event.ChangeEvent e)
|
protected void |
fireDragging(javax.swing.event.ChangeEvent e)
|
protected void |
fireMouse(java.awt.event.MouseEvent e)
|
protected void |
fireResized(javax.swing.event.ChangeEvent e)
|
boolean |
getActive()
Enables/Disables the indexed Tool. |
java.net.URL |
getBitmapEditor()
Returns the URL of the associated icon for a given Tool class. |
java.lang.String |
getDescription()
Gets descriptive text. |
java.lang.String |
getSummary()
Gets detailed descriptive text. |
java.awt.Cursor |
mouseEvent(java.awt.event.MouseEvent e,
java.awt.Cursor c)
|
protected java.lang.Object |
readResolve()
|
void |
removeMouseMotionListener(java.awt.event.MouseMotionListener l)
|
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, 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 javax.swing.event.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.Objectpublic void addMouseMotionListener(java.awt.event.MouseMotionListener l)
public void removeMouseMotionListener(java.awt.event.MouseMotionListener l)
protected void fireMouse(java.awt.event.MouseEvent e)
protected void fireChanged(javax.swing.event.ChangeEvent ce)
protected void fireClicked(java.awt.event.MouseEvent e)
protected void fireDragged(javax.swing.event.ChangeEvent e)
protected void fireDragging(javax.swing.event.ChangeEvent e)
protected void fireResized(javax.swing.event.ChangeEvent e)
public void setActive(boolean value)
value - booleanpublic boolean getActive()
public void setChart(IBaseChart value)
TeeBase
setChart in class TeeBasevalue - IBaseChartpublic void chartEvent(ChartDrawEvent ce)
public java.awt.Cursor mouseEvent(java.awt.event.MouseEvent e,
java.awt.Cursor c)
public java.lang.String getDescription()
public java.lang.String getSummary()
public java.net.URL getBitmapEditor()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||