public class KahinaLineReference extends KahinaObject
Modifier and Type | Field and Description |
---|---|
int |
line |
int |
step |
KahinaTextModel |
text |
needsUpdate
Constructor and Description |
---|
KahinaLineReference() |
KahinaLineReference(int line,
int step) |
KahinaLineReference(KahinaTextModel text,
int line,
int step) |
Modifier and Type | Method and Description |
---|---|
int |
getLine() |
int |
getStepID() |
KahinaTextModel |
getText() |
java.lang.String |
toString() |
needsUpdate, requireUpdate
public KahinaTextModel text
public int line
public int step
public KahinaLineReference()
public KahinaLineReference(int line, int step)
public KahinaLineReference(KahinaTextModel text, int line, int step)
public java.lang.String toString()
toString
in class java.lang.Object
public int getStepID()
public KahinaTextModel getText()
public int getLine()