All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class CH.ifa.draw.standard.AbstractLocator

java.lang.Object
   |
   +----CH.ifa.draw.standard.AbstractLocator

public abstract class AbstractLocator
extends Object
implements Locator, Storable, Cloneable
AbstractLocator provides default implementations for the Locator interface.

See Also:
Locator, Handle

Constructor Index

 o AbstractLocator()

Method Index

 o clone()
 o locate(Figure)
Locates a position on the passed figure.
 o read(StorableInput)
Reads the arrow tip from a StorableInput.
 o write(StorableOutput)
Stores the arrow tip to a StorableOutput.

Constructors

 o AbstractLocator
 protected AbstractLocator()

Methods

 o clone
 public Object clone()
Overrides:
clone in class Object
 o write
 public void write(StorableOutput dw)
Stores the arrow tip to a StorableOutput.

 o read
 public void read(StorableInput dr) throws IOException
Reads the arrow tip from a StorableInput.


All Packages  Class Hierarchy  This Package  Previous  Next  Index