ice.pilots.html4
Class AccessPosition
java.lang.Object
ice.pilots.html4.AccessPosition
- public class AccessPosition
- extends Object
The AccessPosition object provides the concept of a cursor into the text
that is rendered on the display.
|
Method Summary |
void |
clear()
Clear this Access position, resetting everything. |
void |
copy(AccessPosition position)
Copy the values from another AccessPosition object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AccessPosition
public AccessPosition()
copy
public void copy(AccessPosition position)
- Copy the values from another AccessPosition object
- Parameters:
position - The source for the copy
clear
public void clear()
- Clear this Access position, resetting everything.