public interface IClientChartController
IChart
,
IClientGUI
,
IClientChartPresentationManager
Modifier and Type | Method and Description |
---|---|
void |
activateChannelLines()
The Channel Lines activation allows to manually draw Channel Lines on the chart.
|
void |
activateHorizontalLine()
The Horizontal Line activation allows to manually draw Horizontal Line on the chart.
|
void |
activateLongLine()
The Long Line activation allows to manually draw Long Line on the chart.
|
void |
activatePercentLines()
The Percent Lines activation allows to manually draw Percent Lines on the chart.
|
void |
activatePolyLine()
The Poly Line activation allows to manually draw Poly Line on the chart.
|
void |
activatePriceMarker()
The Price Marker activation allows to manually draw price marker lines on the chart.
|
void |
activateRayLine()
The Ray Line activation allows to manually draw Ray Line on the chart.
|
void |
activateShortLine()
The Short Line activation allows to manually draw Short Line on the chart.
|
void |
activateTextMode()
The Text mode activation allows to add Text on the chart.
|
void |
activateTimeMarker()
The Time Marker activation allows to manually draw Time Marker line on the chart.
|
void |
activateVerticalLine()
The Vertical Line activation allows to manually draw Vertical Line on the chart.
|
void |
addIndicators()
Displays the "Add Indicator" dialog.
|
void |
addMouseListener(java.awt.event.MouseListener ml)
Adds the specified mouse listener to receive mouse events from
this chart.
|
void |
addMouseMotionListener(java.awt.event.MouseMotionListener mml)
Adds the specified mouse motion listener to receive mouse motion
events from chart.
|
void |
addMouseWheelListener(java.awt.event.MouseWheelListener mwl)
Adds the specified mouse wheel listener to receive mouse wheel events
from chart.
|
void |
addOHLCInformer()
Adds OHLC Informer on the chart
|
void |
removeMouseListener(java.awt.event.MouseListener ml)
Removes the specified mouse listener so that it no longer
receives mouse events from this chart
|
void |
removeMouseMotionListener(java.awt.event.MouseMotionListener mml)
Removes the specified mouse motion listener so that it no longer
receives mouse motion events from chart.
|
void |
removeMouseWheelListener(java.awt.event.MouseWheelListener mwl)
Removes the specified mouse wheel listener so that it no longer
receives mouse wheel events from chart.
|
void |
setCursorPointer(boolean show)
Set the cruciform cursor pointer visibility on the chart
|
void addIndicators()
void activatePriceMarker()
void activateTimeMarker()
void activatePercentLines()
void activateChannelLines()
void activatePolyLine()
void activateShortLine()
void activateLongLine()
void activateRayLine()
void activateHorizontalLine()
void activateVerticalLine()
void activateTextMode()
void addOHLCInformer()
void setCursorPointer(boolean show)
show
- true
cursor pointer visible, false
otherwisevoid addMouseListener(java.awt.event.MouseListener ml)
ml
- the mouse listenervoid addMouseMotionListener(java.awt.event.MouseMotionListener mml)
mml
- the mouse motion listenervoid addMouseWheelListener(java.awt.event.MouseWheelListener mwl)
mwl
- the mouse wheel listenervoid removeMouseListener(java.awt.event.MouseListener ml)
ml
- the mouse listenervoid removeMouseMotionListener(java.awt.event.MouseMotionListener mml)
mml
- the mouse motion listenervoid removeMouseWheelListener(java.awt.event.MouseWheelListener mwl)
mwl
- the mouse wheel listener.Copyright © 2024. All rights reserved.