multivalent
public class Mark extends Object
Version: $Revision: 1.9 $ $Date: 2003/01/30 01:03:37 $
See Also: Span
Field Summary | |
---|---|
Leaf | leaf Leaf attached to. |
int | offset Offset within leaf. |
Constructor Summary | |
---|---|
Mark() | |
Mark(Leaf n, int offset) | |
Mark(Mark copyme) | |
Mark(Leaf leaf, int offset, Object owner) |
Method Summary | |
---|---|
boolean | equals(Object o) |
Object | getOwner() |
int | hashCode() |
boolean | isSet() |
void | move(Mark m) |
void | move(Leaf newleaf, int newoffset) |
void | move(int delta) |
void | move(int delta, INode bounds) Move by delta units, traversing leaf-to-leaf, bounded inside passed subtree. |
void | remove() |
void | scrollTo() Scroll containing IScrollPane as necessary to show cursor on screen. |
String | toString() |