Package | Description |
---|---|
de.erichseifert.gral.plots |
Plot related classes like axis and plot area management.
|
de.erichseifert.gral.plots.points |
Classes for rendering point shapes in a plot.
|
Modifier and Type | Field and Description |
---|---|
PointData |
DataPoint.data
Axes and data values that were used to create the data point.
|
Modifier and Type | Method and Description |
---|---|
Drawable |
BarPlot.BarRenderer.getPoint(PointData data,
Shape shape)
Returns the graphical representation to be drawn for the specified data
value.
|
Drawable |
PiePlot.PieSliceRenderer.getPoint(PointData data,
Shape shape)
Returns the graphical representation to be drawn for the specified data
value.
|
Drawable |
BoxPlot.BoxWhiskerRenderer.getPoint(PointData data,
Shape shape)
Returns the graphical representation to be drawn for the specified
data value.
|
Drawable |
RasterPlot.RasterRenderer.getPoint(PointData data,
Shape shape)
Returns the graphical representation to be drawn for the specified data
value.
|
Shape |
BarPlot.BarRenderer.getPointShape(PointData data)
Returns a
Shape instance that can be used for further
calculations. |
Shape |
PiePlot.PieSliceRenderer.getPointShape(PointData data)
Returns a
Shape instance that can be used for further
calculations. |
Shape |
BoxPlot.BoxWhiskerRenderer.getPointShape(PointData data)
Returns a
Shape instance that can be used for further
calculations. |
Shape |
RasterPlot.RasterRenderer.getPointShape(PointData data)
Returns a
Shape instance that can be used for further
calculations. |
Drawable |
BarPlot.BarRenderer.getValue(PointData data,
Shape shape)
Returns a graphical representation of the value label to be drawn for
the specified data value.
|
Drawable |
PiePlot.PieSliceRenderer.getValue(PointData data,
Shape shape) |
Drawable |
BoxPlot.BoxWhiskerRenderer.getValue(PointData data,
Shape shape)
Returns a graphical representation of the value label to be drawn for
the specified data value.
|
Drawable |
RasterPlot.RasterRenderer.getValue(PointData data,
Shape shape)
Returns a graphical representation of the value label to be drawn for
the specified data value.
|
Constructor and Description |
---|
DataPoint(PointData data,
PointND<Double> position,
Drawable drawable,
Shape shape,
Drawable labelDrawable)
Creates a new
DataPoint object with the specified position,
Drawable , and shape. |
Modifier and Type | Method and Description |
---|---|
Drawable |
DefaultPointRenderer2D.getPoint(PointData data,
Shape shape)
Returns the graphical representation to be drawn for the specified data
value.
|
Drawable |
PointRenderer.getPoint(PointData data,
Shape shape)
Returns the graphical representation to be drawn for the specified data
value.
|
Shape |
SizeablePointRenderer.getPointShape(PointData data) |
Shape |
DefaultPointRenderer2D.getPointShape(PointData data)
Returns a
Shape instance that can be used for further
calculations. |
Shape |
LabelPointRenderer.getPointShape(PointData data) |
Shape |
PointRenderer.getPointShape(PointData data)
Returns a
Shape instance that can be used for further
calculations. |
Drawable |
DefaultPointRenderer2D.getValue(PointData data,
Shape shape)
Returns a graphical representation of the value label to be drawn for
the specified data value.
|
Drawable |
PointRenderer.getValue(PointData data,
Shape shape)
Returns a graphical representation of the value label to be drawn for
the specified data value.
|
Copyright © 2009-2013. All Rights Reserved.