com.steema.teechart.tools
Class ScrollPager
java.lang.Object
com.steema.teechart.TeeBase
com.steema.teechart.tools.Tool
com.steema.teechart.tools.ToolSeries
com.steema.teechart.tools.ScrollPager
- All Implemented Interfaces:
- DragListener, org.w3c.dom.events.EventListener
public class ScrollPager
- extends ToolSeries
- implements DragListener
- Author:
- Shunyata Kharg
Methods inherited from class com.steema.teechart.tools.Tool |
dispose, fireChanged, fireClicked, fireDragged, fireDragging, fireMouse, fireResized, getActive, readResolve, setActive, setChart, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ScrollPager
public ScrollPager(IBaseChart chart)
ScrollPager
public ScrollPager()
getStartLinePointer
public SeriesPointer getStartLinePointer()
getEndLinePointer
public SeriesPointer getEndLinePointer()
getSubChartTChart
public TChart getSubChartTChart()
getSubChartTool
public SubChartTool getSubChartTool()
getColorBandTool
public ColorBand getColorBandTool()
getPointerHighlightColor
public Color getPointerHighlightColor()
setPointerHighlightColor
public void setPointerHighlightColor(Color value)
getDivisionRatio
public double getDivisionRatio()
setDivisionRatio
public void setDivisionRatio(double value)
setSeries
public void setSeries(Series value)
- Description copied from class:
ToolSeries
- Sets the Series with which Tools are associated.
Default value: null
- Overrides:
setSeries
in class ToolSeries
- Parameters:
value
- Series
chartEvent
public void chartEvent(ChartDrawEvent ce)
- Overrides:
chartEvent
in class Tool
mouseEvent
public Cursor mouseEvent(FrameworkMouseEvent e,
Cursor c)
- Overrides:
mouseEvent
in class Tool
resetColorBand
public void resetColorBand()
dragFinished
public void dragFinished(ChangeEvent e)
- Description copied from interface:
DragListener
- Invoked when a drag is finished.
- Specified by:
dragFinished
in interface DragListener
dragMoving
public void dragMoving(ChangeEvent e)
- Description copied from interface:
DragListener
- Invoked when a drag is going on.
- Specified by:
dragMoving
in interface DragListener
getDescription
public java.lang.String getDescription()
- Gets descriptive text.
- Overrides:
getDescription
in class Tool
- Returns:
- String
getSummary
public java.lang.String getSummary()
- Gets detailed descriptive text.
- Overrides:
getSummary
in class Tool
- Returns:
- String
handleEvent
public void handleEvent(org.w3c.dom.events.Event evt)
- Specified by:
handleEvent
in interface org.w3c.dom.events.EventListener