|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.actf.visualization.util.html2view.Html2ViewMapData
public class Html2ViewMapData
Utility class to store line number and column information of element
Field Summary | |
---|---|
static String |
ACTF_ID
ACTF_ID |
Constructor Summary | |
---|---|
Html2ViewMapData(int[] start,
int[] end)
Constructor of the class |
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String ACTF_ID
Constructor Detail |
---|
public Html2ViewMapData(int[] start, int[] end)
start
- start position information [line, column] of corresponding
elementend
- end position information [line, column] of corresponding
elementMethod Detail |
---|
public String toString()
toString
in class Object
public int[] getEnd()
public int[] getStart()
public int getStartLine()
public int getEndLine()
public int getStartColumn()
public int getEndColumn()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |