Package | Description |
---|---|
info.monitorenter.gui.chart |
The core package for jchart2d.
|
info.monitorenter.gui.chart.traces |
Contains
ITrace2D implementations
of jchart2d that model the traces of the chart. |
Modifier and Type | Method and Description |
---|---|
static ITracePoint2D.STATE |
ITracePoint2D.STATE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ITracePoint2D.STATE[] |
ITracePoint2D.STATE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ITrace2D.firePointChanged(ITracePoint2D changed,
ITracePoint2D.STATE state,
Object oldValue,
Object newValue)
Method to trigger by
, or
. |
Modifier and Type | Method and Description |
---|---|
void |
Trace2DCandleSticks.firePointChanged(ITracePoint2D changed,
ITracePoint2D.STATE state,
Object oldValue,
Object newValue) |
void |
ATrace2D.firePointChanged(ITracePoint2D changed,
ITracePoint2D.STATE state,
Object oldValue,
Object newValue)
Method triggered by
, or
. |
void |
Trace2DDebugger.firePointChanged(ITracePoint2D changed,
ITracePoint2D.STATE state,
Object oldValue,
Object newValue) |
void |
Trace2DAxisSwap.firePointChanged(ITracePoint2D changed,
ITracePoint2D.STATE state,
Object oldValue,
Object newValue) |
void |
TraceProxy.firePointChanged(ITracePoint2D changed,
ITracePoint2D.STATE state,
Object oldValue,
Object newValue) |
Copyright © 2018. All rights reserved.