Uses of Interface
org.jfree.chart.LegendItemLayout
| Package | Description |
|---|---|
| org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel. |
| org.jfree.chart.title |
Classes used to display chart titles and subtitles.
|
-
Uses of LegendItemLayout in org.jfree.chart
Classes in org.jfree.chart that implement LegendItemLayout Modifier and Type Class Description classStandardLegendItemLayoutA class for arranging legend items. -
Uses of LegendItemLayout in org.jfree.chart.title
Constructors in org.jfree.chart.title with parameters of type LegendItemLayout Constructor Description LegendTitle(LegendItemLayout layout)Creates a new legend title.