|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PointRenderer | |
---|---|
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. |
Uses of PointRenderer in de.erichseifert.gral.plots |
---|
Methods in de.erichseifert.gral.plots that return PointRenderer | |
---|---|
PointRenderer |
XYPlot.getPointRenderer(DataSource s)
Returns the PointRenderer for the specified DataSource . |
Methods in de.erichseifert.gral.plots with parameters of type PointRenderer | |
---|---|
void |
XYPlot.setPointRenderer(DataSource s,
PointRenderer pointRenderer)
Sets the PointRenderer for a certain DataSource
to the specified instance. |
Uses of PointRenderer in de.erichseifert.gral.plots.points |
---|
Classes in de.erichseifert.gral.plots.points that implement PointRenderer | |
---|---|
class |
AbstractPointRenderer
Abstract class implementing functions for the administration of settings. |
class |
DefaultPointRenderer
Class that creates Drawables for a row of data. |
class |
SizeablePointRenderer
Class that provides Drawables, which are sized accordingly to the data. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |