public interface IHyperLinkSet
Modifier and Type | Method and Description |
---|---|
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.
|
void add(HyperLink l)
Associated QbChart property: HYPERLINK
l
- The HyperLink object containing the link information.HyperLink
HyperLink match(HyperLink l)
l
- The HyperLink object to match.void removeAll()
void remove(HyperLink l)
Associated QbChart property: DEL_HYPERLINK
l
- The HyperLink object to remove.HyperLink
java.util.Enumeration elements()
Associated QbChart property: HYPERLINKLIST
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.HyperLink