public class DragPoint extends ToolSeries
Title: DragPoint class
Description: DragPoint Tool.
Copyright (c) 2005-2007 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Tool.ToolListeneriSeriesbBrush, clickTolerance, listenerList, pPenchart, InternalUse| Constructor and Description |
|---|
DragPoint() |
DragPoint(IBaseChart c) |
DragPoint(Series s) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDragListener(DragListener l) |
int |
getButton()
Determines the mousebutton to activate DragPoint.
Default value: MouseButtons.Left |
Cursor |
getCursor()
Determines the type of DragPoint Cursor displayed.
Default value: Hand |
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.
|
Cursor |
mouseEvent(FrameworkMouseEvent e,
Cursor c) |
void |
removeDragListener(DragListener l) |
void |
setButton(int value)
Sets which mousebutton activates DragPoint.
Default value: MouseButtons.Left |
void |
setCursor(Cursor value)
Determines the type of DragPoint Cursor displayed.
Default value: Hand |
void |
setStyle(DragPointStyle value)
Determines whether user can drag series points vertically,
horizontally or both.
|
getHorizAxis, getSeries, getVertAxis, setSeriesaddMouseMotionListener, addToolListener, chartEvent, dispose, fireActiveChanged, fireChanged, fireClicked, fireDragged, fireDragging, fireMouse, fireResized, getActive, getBitmapEditor, readResolve, removeMouseMotionListener, removeToolListener, setActive, setChart, toStringgetChart, invalidate, setBooleanProperty, setColorProperty, setDoubleProperty, setIntegerProperty, setStringPropertypublic DragPoint(IBaseChart c)
public DragPoint(Series s)
public DragPoint()
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 Cursor getCursor()
public void setCursor(Cursor value)
value - Cursorpublic int getDragPoint()
public Cursor mouseEvent(FrameworkMouseEvent e, Cursor c)
mouseEvent in class Tool