JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
de.erichseifert.gral.plots.legends
Interface LegendSymbolRenderer
All Known Implementing Classes:
AbstractLegend
,
BarPlot.BarPlotLegend
,
BoxPlot.BoxPlotLegend
,
PiePlot.PiePlotLegend
,
SeriesLegend
,
ValueLegend
,
XYPlot.XYLegend
public interface
LegendSymbolRenderer
A renderer for symbols that are used in legend items.
Method Summary
Methods
Modifier and Type
Method and Description
Drawable
getSymbol
(
Row
row)
Returns a symbol for rendering a legend item.
Method Detail
getSymbol
Drawable
getSymbol(
Row
row)
Returns a symbol for rendering a legend item.
Parameters:
row
- Data row.
Returns:
A drawable object that can be used to display the symbol.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method