|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TitledChart
Interface for all charts that support titles. (MapChart and GoogleOMeter do not support do not support titles.)
Nested Class Summary | |
---|---|
static class |
TitledChart.ChartTitle
A class to encapsulate chart titles. |
Method Summary | |
---|---|
void |
setTitle(String title)
Specify a chart title. |
void |
setTitle(String title,
Color color,
int fontSize)
Specify a chart title with color and font size. |
Method Detail |
---|
void setTitle(String title)
title
- Chart title. Cannot be null.void setTitle(String title, Color color, int fontSize)
title
- Chart title. Cannot be null.color
- Chart title color. Cannot be null.fontSize
- Chart title font size. Must be > 0.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |