|
AIDA API Version 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The info class permits to access the info area of a region. Through it legends, statistics, text could be displayed. A legend is an association of a graphical marker and a text.
Method Summary | |
void |
addLegend(IFillStyle style,
String description)
|
void |
addLegend(ILineStyle style,
String description)
|
void |
addLegend(IMarkerStyle style,
String description)
Add a marker, line or fill area legend. |
void |
addText(String text)
Add a text. |
void |
clear()
Clear the info area. |
Method Detail |
public void clear()
public void addText(String text)
public void addLegend(IMarkerStyle style, String description)
public void addLegend(ILineStyle style, String description)
public void addLegend(IFillStyle style, String description)
|
AIDA API Version 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |