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 | Field and Description |
---|---|
static ITrace2D.DistancePoint |
ITrace2D.DistancePoint.EMPTY
Constant for unfound distance.
|
Modifier and Type | Method and Description |
---|---|
ITrace2D.DistancePoint |
ITrace2D.getNearestPointEuclid(double x,
double y)
Returns the nearest point to the given normalized value coordinates of this
trace in Euclid distance.
|
ITrace2D.DistancePoint |
ITrace2D.getNearestPointManhattan(double x,
double y)
Returns the nearest point to the given normalized value coordinates of this
trace in Manhattan distance.
|
Modifier and Type | Method and Description |
---|---|
ITrace2D.DistancePoint |
Trace2DCandleSticks.getNearestPointEuclid(double x,
double y) |
ITrace2D.DistancePoint |
ATrace2D.getNearestPointEuclid(double x,
double y)
Naive implementation that iterates over every point.
|
ITrace2D.DistancePoint |
Trace2DDebugger.getNearestPointEuclid(double x,
double y) |
ITrace2D.DistancePoint |
Trace2DAxisSwap.getNearestPointEuclid(double x,
double y) |
ITrace2D.DistancePoint |
TraceProxy.getNearestPointEuclid(double x,
double y) |
ITrace2D.DistancePoint |
Trace2DCandleSticks.getNearestPointManhattan(double x,
double y) |
ITrace2D.DistancePoint |
ATrace2D.getNearestPointManhattan(double x,
double y)
Naive implementation that iterates over every point.
|
ITrace2D.DistancePoint |
Trace2DDebugger.getNearestPointManhattan(double x,
double y) |
ITrace2D.DistancePoint |
Trace2DAxisSwap.getNearestPointManhattan(double x,
double y) |
ITrace2D.DistancePoint |
TraceProxy.getNearestPointManhattan(double x,
double y) |
Copyright © 2018. All rights reserved.