|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IInfo
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 |
|---|
void clear()
void addText(String text)
void addLegend(IMarkerStyle style,
String description)
void addLegend(ILineStyle style,
String description)
void addLegend(IFillStyle style,
String description)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||