Multivalent API

multivalent.std.adaptor.pdf
Class AnnoLink

java.lang.Object
  extended by multivalent.VObject
      extended by multivalent.Behavior
          extended by multivalent.std.adaptor.pdf.Anno
              extended by multivalent.std.adaptor.pdf.AnnoLink

public class AnnoLink
extends Anno

Converts PDF annotation dictionary /Subtype /Link to native hyperlink.

Version:
$Revision: 1.6 $ $Date: 2003/06/01 06:57:44 $

Field Summary
 
Fields inherited from class multivalent.std.adaptor.pdf.Anno
LAYER, MSG_CREATE, MSG_EXECUTE
 
Fields inherited from class multivalent.Behavior
ATTR_BEHAVIOR, name_
 
Fields inherited from class multivalent.VObject
attr_
 
Constructor Summary
AnnoLink()
           
 
Method Summary
 boolean semanticEventAfter(SemanticEvent se, java.lang.String msg)
          Attach hyperlink and store incoming data for when/if clicked.
 
Methods inherited from class multivalent.std.adaptor.pdf.Anno
checkArgs, createSpan, decorate
 
Methods inherited from class multivalent.Behavior
buildAfter, buildBefore, checkRep, clipboardAfter, clipboardBefore, createUI, destroy, eventAfter, eventBefore, formatAfter, formatBefore, getBrowser, getDocument, getInstance, getInstance, getLayer, getLogger, getName, getPreference, getRoot, isEditable, paintAfter, paintBefore, putPreference, redo, restore, restoreChildren, save, semanticEventBefore, setName, toString, undo
 
Methods inherited from class multivalent.VObject
attrEntrySetIterator, attrKeysIterator, clearAttributes, getAttr, getAttr, getAttributes, getGlobal, getValue, hasAttributes, putAttr, removeAttr, setAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnnoLink

public AnnoLink()
Method Detail

semanticEventAfter

public boolean semanticEventAfter(SemanticEvent se,
                                  java.lang.String msg)
Attach hyperlink and store incoming data for when/if clicked.

Overrides:
semanticEventAfter in class Anno

Multivalent API