|
EspressChart v 5.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This interface is used to add/remove text strings from the main chart window. A handle to an object that implements this interface can be obtained by calling the gethFloatingTextSet function defined in QbChart.
| Method Summary | |
void |
add(ITextString t)
This function is used to add a text string to the chart. |
java.util.Enumeration |
elements()
Returns the Enumeration of floating text strings added to the chart. |
void |
remove(ITextString t)
Removes a text string from a chart. |
void |
removeAll()
Removes all the floating text strings from the chart. |
void |
set(java.util.Enumeration elements)
Adds a list of floating text strings in the chart. |
| Method Detail |
public void add(ITextString t)
Associated QbChart property: INSERT_TEXT
t - The ITextString object containing information about the string.ITextStringpublic void remove(ITextString t)
Associated QbChart property: REMOVE_TEXT
t - The ITextString object containing information about the string
that needs to be removed.ITextStringpublic void removeAll()
Associated QbChart property: REMOVE_ALLTEXT
public java.util.Enumeration elements()
Associated QbChart property: TEXTLIST
ITextStringpublic void set(java.util.Enumeration elements)
elements - The list containing the text strings.ITextString
|
EspressChart v 5.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||