|
ESPRESSCHART 6.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IFloatingTextSet
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 |
|---|
void add(ITextString t)
Associated QbChart property: INSERT_TEXT
t - The ITextString object containing information about the string.ITextStringvoid remove(ITextString t)
Associated QbChart property: REMOVE_TEXT
t - The ITextString object containing information about the string
that needs to be removed.ITextStringvoid removeAll()
Associated QbChart property: REMOVE_ALLTEXT
java.util.Enumeration elements()
Associated QbChart property: TEXTLIST
ITextStringvoid set(java.util.Enumeration elements)
elements - The list containing the text strings.ITextString
|
ESPRESSCHART 6.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||