|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.piccolox.nodes.PStyledText.RunInfo
protected static class PStyledText.RunInfo
Simple class to represent an range within the document.
Constructor Summary | |
---|---|
PStyledText.RunInfo(int runStart,
int runLimit)
Constructs a RunInfo representing the range within the document from runStart to runLimit. |
Method Summary | |
---|---|
boolean |
isEmpty()
Returns whether the run is empty. |
int |
length()
Returns the length of the run. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PStyledText.RunInfo(int runStart, int runLimit)
runStart
- starting index of the rangerunLimit
- ending index of the rangeMethod Detail |
---|
public boolean isEmpty()
public int length()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |