org.jhotdraw.figures
Class ElbowTextLocator

java.lang.Object
  extended by org.jhotdraw.draw.AbstractLocator
      extended by org.jhotdraw.figures.ElbowTextLocator
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, Locator, Storable

 class ElbowTextLocator
extends AbstractLocator


Constructor Summary
ElbowTextLocator()
           
 
Method Summary
 java.awt.Point locate(Figure owner)
          Locates a position on the passed figure.
 
Methods inherited from class org.jhotdraw.draw.AbstractLocator
clone, read, write
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElbowTextLocator

ElbowTextLocator()
Method Detail

locate

public java.awt.Point locate(Figure owner)
Description copied from interface: Locator
Locates a position on the passed figure.

Returns:
a point on the figure.