All Packages Class Hierarchy This Package Previous Next Index
Class CH.ifa.draw.standard.AbstractLocator
CH.ifa.draw.standard.AbstractLocator
- public abstract class AbstractLocator
- implements Locator, Storable
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()
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