algoanim.interactionsupport
Class DocumentationLink

java.lang.Object
  extended by algoanim.interactionsupport.InteractiveElement
      extended by algoanim.interactionsupport.DocumentationLink

public class DocumentationLink
extends InteractiveElement


Field Summary
 
Fields inherited from class algoanim.interactionsupport.InteractiveElement
id, language
 
Constructor Summary
DocumentationLink(Language lang, java.lang.String elementID)
           
 
Method Summary
 java.net.URI getTargetURI()
          return the documentation link URI for this element
 void setLinkAddress(java.lang.String targetString)
          assign the target URI for the documentation link
 void setLinkAddress(java.net.URI newTargetURI)
          assign the target URI for the documentation link
 
Methods inherited from class algoanim.interactionsupport.InteractiveElement
getID, setID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentationLink

public DocumentationLink(Language lang,
                         java.lang.String elementID)
Method Detail

getTargetURI

public java.net.URI getTargetURI()
return the documentation link URI for this element

Returns:
the target URI

setLinkAddress

public void setLinkAddress(java.lang.String targetString)
assign the target URI for the documentation link

Parameters:
targetString - the targetURI as a String

setLinkAddress

public void setLinkAddress(java.net.URI newTargetURI)
assign the target URI for the documentation link

Parameters:
newTargetURI - the target URI