These tags are used for setting formatting for legend.
| Tag | Explanation |
|---|---|
| LegendPaintTags.DEFAULT | Style for whole legend |
| LegendPaintTags.FOCUS | Style for focused entries |
| LegendPaintTags.LABEL | Style for legend's label |
| LegendPaintTags.SHADOW | Style for legend's shadow |
Table 5.8.5.1 LegendPaintTags
Usage:
legend.getPaintStyle().setBackground(Color.WHITE); //sets legend background color to white |