org.gjt.sp.jedit.textarea
Class ColumnBlockLine
java.lang.Object
org.gjt.sp.jedit.textarea.ColumnBlockLine
public class ColumnBlockLine
- extends java.lang.Object
Constructor Summary |
ColumnBlockLine(int line,
int lineStartIndex,
int lineEndIndex)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ColumnBlockLine
public ColumnBlockLine(int line,
int lineStartIndex,
int lineEndIndex)
getLine
public int getLine()
getColumnStartIndex
public int getColumnStartIndex()
getColumnEndIndex
public int getColumnEndIndex()
setLineLength
public void setLineLength(float lineLength)
getLineLength
public float getLineLength()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
updateLineNo
public void updateLineNo(int line)