abstract void |
Axis.addPlotBand(PlotBand plotBand) |
Adds plotBand to the plotBands array
|
void |
XAxis.addPlotBand(PlotBand plotBand) |
Adds plotBand to the plotBands array
|
void |
YAxis.addPlotBand(PlotBand plotBand) |
Adds plotBand to the plotBands array
|
void |
ZAxis.addPlotBand(PlotBand plotBand) |
Adds plotBand to the plotBands array
|
abstract void |
Axis.removePlotBand(PlotBand plotBand) |
Removes first occurrence of plotBand in plotBands array
|
void |
XAxis.removePlotBand(PlotBand plotBand) |
Removes first occurrence of plotBand in plotBands array
|
void |
YAxis.removePlotBand(PlotBand plotBand) |
Removes first occurrence of plotBand in plotBands array
|
void |
ZAxis.removePlotBand(PlotBand plotBand) |
Removes first occurrence of plotBand in plotBands array
|
abstract void |
Axis.setPlotBands(PlotBand... plotBands) |
An array of colored bands stretching across the plot area marking an
interval on the axis.
|
void |
XAxis.setPlotBands(PlotBand... plotBands) |
An array of colored bands stretching across the plot area marking an
interval on the axis.
|
void |
YAxis.setPlotBands(PlotBand... plotBands) |
An array of objects defining plot bands on the Y axis.
|
void |
ZAxis.setPlotBands(PlotBand... plotBands) |
An array of colored bands stretching across the plot area marking an
interval on the axis.
|