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
-
AbstractLocator()
-
-
clone()
-
-
locate(Figure)
- Locates a position on the passed figure.
-
read(StorableInput)
- Reads the arrow tip from a StorableInput.
-
write(StorableOutput)
- Stores the arrow tip to a StorableOutput.
AbstractLocator
protected AbstractLocator()
clone
public Object clone()
- Overrides:
- clone in class Object
write
public void write(StorableOutput dw)
- Stores the arrow tip to a StorableOutput.
read
public void read(StorableInput dr) throws IOException
- Reads the arrow tip from a StorableInput.
All Packages Class Hierarchy This Package Previous Next Index