Package | Description |
---|---|
de.erichseifert.gral.plots |
Plot related classes like axis and plot area management.
|
de.erichseifert.gral.plots.axes |
Classes for managing and drawing axes in plots.
|
de.erichseifert.gral.plots.points |
Classes for rendering point shapes in a plot.
|
Modifier and Type | Method and Description |
---|---|
AxisRenderer |
AbstractPlot.getAxisRenderer(String axisName)
Returns the renderer for the axis with the specified name.
|
AxisRenderer |
Plot.getAxisRenderer(String axisName)
Returns the renderer for the axis with the specified name.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractPlot.setAxisRenderer(String axisName,
AxisRenderer renderer)
Sets the renderer for the axis with the specified name.
|
void |
XYPlot.setAxisRenderer(String axisName,
AxisRenderer renderer) |
void |
Plot.setAxisRenderer(String axisName,
AxisRenderer renderer)
Sets the renderer for the axis with the specified name.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAxisRenderer2D
Abstract class that provides function for rendering axes in
two-dimensional space.
|
class |
LinearRenderer2D
Class that renders axes with a linear scale in two dimensional space.
|
class |
LogarithmicRenderer2D
Class that renders axes with a logarithmic scale in two dimensional space.
|
Modifier and Type | Field and Description |
---|---|
List<? extends AxisRenderer> |
PointData.axisRenderers
Renderers for the axes that will be used to project the point.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultPointRenderer2D.drawErrorBars(DrawingContext context,
Shape point,
Row row,
int col,
int colErrorTop,
int colErrorBottom,
Axis axis,
AxisRenderer axisRenderer)
Draws error bars.
|
Constructor and Description |
---|
PointData(List<Axis> axes,
List<? extends AxisRenderer> axisRenderers,
Row row,
int col)
Initializes a new instance with the specified data.
|
Copyright © 2009-2013. All Rights Reserved.