|
EspressChart v 5.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Returns a handle to the set of hyperlink properties. Properties of hyperlinks can be directly changed by calling methods on this interface. A handle to an object that implements this interface can be obtained by calling the gethHyperLinks method defined in QbChart.
| Method Summary | |
void |
add(HyperLink l)
Adds a new HyperLink into the chart. |
java.util.Enumeration |
elements()
Returns the list of all hyperlinks added to the chart. |
IHint |
gethHint()
Gets a handle to an IHint object which can be used to modify the hint properties associated with hyperlinks. |
HyperLink |
match(HyperLink l)
Finds the closest available match for the given HyperLink object. |
void |
remove(HyperLink l)
Removes the specified hyperlink from the chart. |
void |
removeAll()
Removes all the hyperlinks added to the chart. |
void |
set(java.util.Enumeration elements)
Sets the list of hyperlinks in the chart. |
| Method Detail |
public void add(HyperLink l)
Associated QbChart property: HYPERLINK
l - The HyperLink object containing the link information.HyperLinkpublic HyperLink match(HyperLink l)
l - The HyperLink object to match.public void removeAll()
public void remove(HyperLink l)
Associated QbChart property: DEL_HYPERLINK
l - The HyperLink object to remove.HyperLinkpublic java.util.Enumeration elements()
Associated QbChart property: HYPERLINKLIST
public void set(java.util.Enumeration elements)
elements - The list of all hyperlinks to add. Each element in the
list should be of type quadbase.util.HyperLinkpublic IHint gethHint()
IHint
|
EspressChart v 5.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||