Package com._1c.g5.v8.dt.common.ui.text
Class AtLineInfo
- java.lang.Object
-
- com._1c.g5.v8.dt.common.ui.text.AtLineInfo
-
public class AtLineInfo extends Object
Model class forAtPainter
. This class contains information, thatIAtLineProcessStrategy
will need for processing line.- See Also:
IAtLineProcessStrategy
-
-
Field Summary
Fields Modifier and Type Field Description protected int
lineNum
This variable contain line number of thisAtLineInfo
.
-
Constructor Summary
Constructors Constructor Description AtLineInfo(int lineNum)
Constructor
-
-
-
Field Detail
-
lineNum
protected int lineNum
This variable contain line number of thisAtLineInfo
.
-
-