|
EspressReport 6.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ICustomizeImageMapDataHintBox
This interface is used to customize the data hint box value for image map. The customized hint box is then embedded in the map file of the chart export (if map file export is specified).
A typical use of the interface is as follows :
public CustomizeImageMap implements ICustomizeImageMapDataHintBox {
| Method Summary | |
|---|---|
java.lang.String |
customizeHintBox(java.lang.String str)
return modified data hint box value |
| Method Detail |
|---|
java.lang.String customizeHintBox(java.lang.String str)
str - original hint box value
|
EspressReport 6.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||