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 |
---|---|
Set<IErrorBarPainter> |
IErrorBarPolicy.getErrorBarPainters()
Returns the set of
IErrorBarPainter to use. |
Modifier and Type | Method and Description |
---|---|
void |
IErrorBarPolicy.addErrorBarPainter(IErrorBarPainter painter)
Adds the given error bar painter to the list of painters of this instance.
|
boolean |
IErrorBarPolicy.removeErrorBarPainter(IErrorBarPainter painter)
Removes the given error bar painter.
|
void |
IErrorBarPolicy.setErrorBarPainter(IErrorBarPainter painter)
Makes the given error bar painter the sole painter for error bars of this
instance.
|
Modifier and Type | Class and Description |
---|---|
class |
ErrorBarPainter
Implementation of an error bar painter that allows configuration of the way the connection, start point and end point of an error bar is
painted by the use of
IPointPainter . |
class |
ErrorBarPainterLine
An error bar painter that renders no end point and start point and renders a
line as segment (
PointPainterLine ). |
Modifier and Type | Method and Description |
---|---|
Set<IErrorBarPainter> |
AErrorBarPolicyConfigurable.getErrorBarPainters() |
Modifier and Type | Method and Description |
---|---|
void |
AErrorBarPolicyConfigurable.addErrorBarPainter(IErrorBarPainter painter) |
boolean |
AErrorBarPolicyConfigurable.removeErrorBarPainter(IErrorBarPainter painter) |
void |
AErrorBarPolicyConfigurable.setErrorBarPainter(IErrorBarPainter painter) |
Copyright © 2019. All rights reserved.