public class HighlightTargetSourceInfo extends Object
Html2ViewMapData
Constructor and Description |
---|
HighlightTargetSourceInfo(Html2ViewMapData start,
Html2ViewMapData end)
Constructor of the class
|
Modifier and Type | Method and Description |
---|---|
int |
getEndColumn() |
int |
getEndLine() |
int |
getStartColumn() |
int |
getStartLine() |
public HighlightTargetSourceInfo(Html2ViewMapData start, Html2ViewMapData end)
start
- target start position informationend
- target end position informationpublic int getStartLine()
public int getStartColumn()
public int getEndLine()
public int getEndColumn()