|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.base.StiPosition
public class StiPosition
Copyright Stimulsoft
Field Summary | |
---|---|
int |
column
Gets or sets column in text. |
int |
line
Gets or sets line in text. |
Constructor Summary | |
---|---|
StiPosition(int line,
int column)
Creates position in text. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int line
public int column
Constructor Detail |
---|
public StiPosition(int line, int column)
line
- Line in text.column
- Column in text.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |