public class Html2ViewMapData extends Object
Constructor and Description |
---|
Html2ViewMapData(int[] start,
int[] end)
Constructor of the class
|
Modifier and Type | Method and Description |
---|---|
int[] |
getEnd()
Get end position of the element
|
int |
getEndColumn()
Get end column of the element
|
int |
getEndLine()
Get end line number of the element
|
int[] |
getStart()
Get start position of the element
|
int |
getStartColumn()
Get start column of the element
|
int |
getStartLine()
Get start line number of the element
|
String |
toString() |
public static final String ACTF_ID
public Html2ViewMapData(int[] start, int[] end)
start
- start position information [line, column] of corresponding
elementend
- end position information [line, column] of corresponding
elementpublic int[] getEnd()
public int[] getStart()
public int getStartLine()
public int getEndLine()
public int getStartColumn()
public int getEndColumn()