org.eclipse.actf.visualization.eval.problem
Class HighlightTargetSourceInfo
java.lang.Object
   org.eclipse.actf.visualization.eval.problem.HighlightTargetSourceInfo
org.eclipse.actf.visualization.eval.problem.HighlightTargetSourceInfo
- public class HighlightTargetSourceInfo 
- extends Object
The class to store information to highlight HTML source
- See Also:
- Html2ViewMapData
 
 
 
HighlightTargetSourceInfo
public HighlightTargetSourceInfo(Html2ViewMapData start,
                                 Html2ViewMapData end)
- Constructor of the class
 
- Parameters:
- start- target start position information
- end- target end position information
 
getStartLine
public int getStartLine()
- 
- Returns:
- start position (line) of target tag
 
getStartColumn
public int getStartColumn()
- 
- Returns:
- start position (column) of target tag
 
getEndLine
public int getEndLine()
- 
- Returns:
- end pisition (line) of target tag
 
getEndColumn
public int getEndColumn()
- 
- Returns:
- end position (column) of target tag