ice.pilots.html4
Class AccessPosition

java.lang.Object
  extended byice.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.


Constructor Summary
AccessPosition()
           
 
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
 

Constructor Detail

AccessPosition

public AccessPosition()
Method Detail

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.