Package | Description |
---|---|
de.erichseifert.gral.graphics |
Classes for drawing and layout of components.
|
de.erichseifert.gral.plots |
Plot related classes like axis and plot area management.
|
de.erichseifert.gral.plots.legends |
Classes for rendering different kind of legends.
|
de.erichseifert.gral.plots.points |
Classes for rendering point shapes in a plot.
|
Modifier and Type | Method and Description |
---|---|
void |
DrawableContainer.draw(DrawingContext context)
Draws the
Drawable with the specified drawing context. |
void |
Drawable.draw(DrawingContext context)
Draws the
Drawable with the specified drawing context. |
protected void |
DrawableContainer.drawComponents(DrawingContext context)
Invokes the draw method of each
Drawable . |
Modifier and Type | Method and Description |
---|---|
void |
PiePlot.PiePlotArea2D.draw(DrawingContext context)
Draws the
Drawable with the specified drawing context. |
void |
AbstractPlot.draw(DrawingContext context)
Draws the
Drawable with the specified drawing context. |
void |
XYPlot.draw(DrawingContext context) |
void |
XYPlot.XYPlotArea2D.draw(DrawingContext context)
Draws the
Drawable with the specified Graphics2D
object. |
void |
Label.draw(DrawingContext context)
Draws the object with the specified drawing context.
|
protected void |
AbstractPlot.drawAxes(DrawingContext context)
Draws the plot's axes into the specified drawing context.
|
protected void |
PlotArea.drawBackground(DrawingContext context)
Draws the background of this Legend with the specified Graphics2D
object.
|
protected void |
PlotArea.drawBorder(DrawingContext context)
Draws the border of this Legend with the specified Graphics2D
object.
|
protected void |
XYPlot.XYPlotArea2D.drawGrid(DrawingContext context)
Draws the grid using the specified drawing context.
|
protected void |
AbstractPlot.drawLegend(DrawingContext context)
Draws the plot's legend into the specified drawing context.
|
protected void |
PiePlot.PiePlotArea2D.drawPlot(DrawingContext context) |
protected void |
XYPlot.XYPlotArea2D.drawPlot(DrawingContext context) |
protected abstract void |
PlotArea.drawPlot(DrawingContext context)
Draws the data using the specified Graphics2D object.
|
protected void |
PiePlot.PieSliceRenderer.drawValueLabel(DrawingContext context,
PiePlot.Slice slice,
double radius,
Row row,
int col)
Draws the specified value label for the specified shape.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractLegend.draw(DrawingContext context)
Draws the
Drawable with the specified drawing context. |
protected void |
AbstractLegend.drawBackground(DrawingContext context)
Draws the background of this legend with the specified drawing context.
|
protected void |
AbstractLegend.drawBorder(DrawingContext context)
Draws the border of this legend with the specified drawing context.
|
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.
|
protected void |
DefaultPointRenderer2D.drawValueLabel(DrawingContext context,
Shape point,
Row row,
int col)
Draws the specified value label for the specified shape.
|
Copyright © 2009-2013. All Rights Reserved.