com.azalient.api.b.display
Interface IHyperlinkAnchor


public interface IHyperlinkAnchor

A Hyperlink Anchor is used to move the viewpoint from one object to another related object or view.

If a drawable object is a hyperlink anchor and the user double-clicks on it, and a target exists for the anchor, then the viewpoint will move to the target location.


Method Summary
 void fireMoveToTarget()
          This is called when a user double-clicks on the anchor object.
 boolean targetExists()
          Returns true if this anchor has a target
 

Method Detail

targetExists

boolean targetExists()
Returns true if this anchor has a target


fireMoveToTarget

void fireMoveToTarget()
This is called when a user double-clicks on the anchor object.