|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GraphChart
Interface for all charts that support legend positions. (Only MapCharts do do not support legend positions.)
Method Summary | |
---|---|
void |
setAreaFill(Fill fill)
Specify chart area fill. |
void |
setLegendMargins(int legendWidth,
int legendHeight)
Specify the legend margins. |
void |
setLegendPosition(LegendPosition legendPosition)
Specify where the chart legends will appear. |
Method Detail |
---|
void setLegendPosition(LegendPosition legendPosition)
legendPosition
- The legend position. Cannot be null.void setLegendMargins(int legendWidth, int legendHeight)
legendWidth
- the legend widthlegendHeight
- the legend heightvoid setAreaFill(Fill fill)
fill
- Chart area fill. Cannot be null. This mutable parameter is
defensively copied upon entry.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |