|
||||||||||
| 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.
| Field Summary | |
|---|---|
int |
endIndex
|
int |
startIndex
|
| Constructor Summary | |
|---|---|
PStyledText.RunInfo(int runStart,
int 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 |
| Field Detail |
|---|
public int startIndex
public int endIndex
| Constructor Detail |
|---|
public PStyledText.RunInfo(int runStart,
int runLimit)
| Method Detail |
|---|
public boolean isEmpty()
public int length()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||