com.stimulsoft.base
Class StiPosition
java.lang.Object
com.stimulsoft.base.StiPosition
public class StiPosition
- extends Object
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
line
public int line
- Gets or sets line in text.
column
public int column
- Gets or sets column in text.
StiPosition
public StiPosition(int line,
int column)
- Creates position in text.
- Parameters:
line - Line in text.column - Column in text.
Copyright © 2017 Stimulsoft. All Rights Reserved.