|
|||||
| SUMMARY: FIELD | CONSTR | METHOD| EVENT | DETAIL: FIELD | CONSTR | METHOD| EVENT | ||||
Represents a collection of hits, categorized by the type of the element of the graph that was hit.
| Field Summary | |
|---|---|
yfiles/client/support/HitInfoData[] |
edgeLabels
An array of all edge labels that were hit as |
yfiles/client/support/HitInfoData[] |
edges
An array of all edges that were hit as |
yfiles/client/support/HitInfoData |
firstHit
The first element of the graph that was hit. |
Boolean |
hit
|
yfiles/client/support/HitInfoData[] |
nodeLabels
An array of all node labels that were hit as |
yfiles/client/support/HitInfoData[] |
nodes
An array of all nodes that were hit as |
Number |
x
The |
Number |
y
The |
| Constructor Summary | |
|---|---|
HitInfo(Number worldX, Number worldY)
|
|
| Field Detail |
|---|
yfiles/client/support/HitInfoData[] edgeLabels
An array of all edge labels that were hit as yfiles/client/support/HitInfoData.
yfiles/client/support/HitInfoData[] edges
An array of all edges that were hit as yfiles/client/support/HitInfoData.
yfiles/client/support/HitInfoData firstHit
The first element of the graph that was hit.
Boolean hit
true if there was at least one hit; otherwise false.
yfiles/client/support/HitInfoData[] nodeLabels
An array of all node labels that were hit as yfiles/client/support/HitInfoData.
yfiles/client/support/HitInfoData[] nodes
An array of all nodes that were hit as yfiles/client/support/HitInfoData.
Number x
The x coordinate of the hit.
Number y
The y coordinate of the hit.
| Constructor Detail |
|---|
HitInfo(Number worldX, Number worldY)
worldX - The x coordinate of the hit.
worldY - The y coordinate of the hit.