Package | Description |
---|---|
info.monitorenter.gui.chart |
The core package for jchart2d.
|
info.monitorenter.gui.chart.errorbars |
Contains the implementation of the error bar API - namely the
interfaces
,
and
of jchart2d. |
Modifier and Type | Method and Description |
---|---|
void |
IErrorBarPainter.paintErrorBar(int absoluteX,
int absoluteY,
ITracePoint2D original,
Graphics g,
IErrorBarPixel errorBar)
Paint the error bar for the point given by absolute coordinates on the
given graphic context.
|
Modifier and Type | Class and Description |
---|---|
class |
ErrorBarPixel
Straight forward dumb data container implementation.
|
Modifier and Type | Method and Description |
---|---|
void |
ErrorBarPainter.paintErrorBar(int absoluteX,
int absoluteY,
ITracePoint2D original,
Graphics g,
IErrorBarPixel errorBar) |
Copyright © 2019. All rights reserved.