|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--sub_arctic.text.run
This is the class that holds the information necessary to maintain logical information about a section of a document.
Field Summary | |
protected run |
_next
Sucessor of this node. |
protected run |
_prev
Predecessor of this node. |
Constructor Summary | |
run()
|
Method Summary | |
run |
next()
Return the successor of this node. |
run |
prev()
Return the predecessor of this nodee. |
abstract int |
width()
Width of this object in pixels. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
protected run _prev
protected run _next
Constructor Detail |
public run()
Method Detail |
public run prev()
public run next()
public abstract int width()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |