public class HighlightTargetNodeInfo extends Object
Constructor and Description |
---|
HighlightTargetNodeInfo(List<Node> targets)
Constructor of the class
|
HighlightTargetNodeInfo(Node target)
Constructor of the class
|
HighlightTargetNodeInfo(Node startTarget,
Node endTarget)
Constructor of the class
|
Modifier and Type | Method and Description |
---|---|
HighlightTargetId[] |
getHighlightTargetIds(Map<Node,Integer> node2Id)
|
HighlightTargetSourceInfo[] |
getHighlightTargetSourceInfo(Vector<Html2ViewMapData> html2ViewMapDataV)
Get corresponding HTML source positions relate to the target
Node |
public HighlightTargetNodeInfo(Node target)
target
- target Node
to highlight corresponding positionspublic HighlightTargetNodeInfo(Node startTarget, Node endTarget)
public HighlightTargetId[] getHighlightTargetIds(Map<Node,Integer> node2Id)
node2Id
- map between Node
and IDHighlightTargetId
public HighlightTargetSourceInfo[] getHighlightTargetSourceInfo(Vector<Html2ViewMapData> html2ViewMapDataV)
Node
html2ViewMapDataV
- Vector of HTML source position informationHighlightTargetSourceInfo