com.rolemodelsoft.drawlet
Interface RelativeLocator

All Known Implementing Classes:
EdgeLocator, RelativePoint

public interface RelativeLocator
extends Locator

This interface defines protocols for objects that provide 2-D coordinates that are relative to some other base locator.


Method Summary
 Locator getBase()
          Answer the base concrete locator of the receiver.
 
Methods inherited from interface com.rolemodelsoft.drawlet.Locator
r, theta, x, y
 
Methods inherited from interface com.rolemodelsoft.drawlet.util.Duplicatable
duplicate, duplicateIn, postDuplicate
 

Method Detail

getBase

public Locator getBase()
Answer the base concrete locator of the receiver.
Returns:
the base concrete Locator of the receiver