|
||||||||||
| 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
com.steema.teechart.tools.DragPoint
public class DragPoint
Title: DragPoint class
Description: DragPoint Tool.
Copyright (c) 2005-2006 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
| Field Summary |
|---|
| Fields inherited from class com.steema.teechart.tools.ToolSeries |
|---|
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 | |
|---|---|
DragPoint()
|
|
DragPoint(IBaseChart c)
|
|
DragPoint(Series s)
|
|
| Method Summary | |
|---|---|
void |
addDragListener(DragListener l)
|
int |
getButton()
Determines the mousebutton to activate DragPoint. |
java.awt.Cursor |
getCursor()
Determines the type of DragPoint Cursor displayed. |
java.lang.String |
getDescription()
Gets descriptive text. |
int |
getDragPoint()
|
DragPointStyle |
getStyle()
Determines whether user can drag series points vertically, horizontally or both. |
java.lang.String |
getSummary()
Gets detailed descriptive text. |
java.awt.Cursor |
mouseEvent(java.awt.event.MouseEvent e,
java.awt.Cursor c)
|
void |
removeDragListener(DragListener l)
|
void |
setButton(int value)
Sets which mousebutton activates DragPoint. |
void |
setCursor(java.awt.Cursor value)
Determines the type of DragPoint Cursor displayed. |
void |
setStyle(DragPointStyle value)
Determines whether user can drag series points vertically, horizontally or both. |
| Methods inherited from class com.steema.teechart.tools.ToolSeries |
|---|
getHorizAxis, getSeries, getVertAxis, setSeries |
| Methods inherited from class com.steema.teechart.tools.Tool |
|---|
addMouseMotionListener, chartEvent, fireChanged, fireClicked, fireDragged, fireDragging, fireMouse, fireResized, getActive, getBitmapEditor, readResolve, removeMouseMotionListener, setActive, setChart, 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 |
| Constructor Detail |
|---|
public DragPoint(IBaseChart c)
public DragPoint(Series s)
public DragPoint()
| Method Detail |
|---|
public void addDragListener(DragListener l)
public void removeDragListener(DragListener l)
public java.lang.String getDescription()
getDescription in class Toolpublic java.lang.String getSummary()
getSummary in class Toolpublic DragPointStyle getStyle()
public void setStyle(DragPointStyle value)
value - DragPointStylepublic int getButton()
public void setButton(int value)
value - intpublic java.awt.Cursor getCursor()
public void setCursor(java.awt.Cursor value)
value - Cursorpublic int getDragPoint()
public java.awt.Cursor mouseEvent(java.awt.event.MouseEvent e,
java.awt.Cursor c)
mouseEvent in class Tool
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||