multivalent.std.lens
Class Mirror
java.lang.Object
multivalent.VObject
multivalent.Behavior
multivalent.std.lens.Lens
multivalent.std.lens.Mirror
- All Implemented Interfaces:
- ContextListener
- public class Mirror
- extends Lens
Like Cypher could be useful for reading coded messages, I guess, but mostly just a demonstration.
- Version:
- $Revision: 1.2 $ $Date: 2002/01/15 00:28:39 $
Field Summary |
static java.lang.String |
MSG_SETTYPE
Toggle between mirror of portion within lens versus mirror of entire page, excerpted in lens. |
Methods inherited from class multivalent.Behavior |
buildAfter, buildBefore, checkRep, clipboardAfter, clipboardBefore, createUI, eventAfter, eventBefore, formatAfter, formatBefore, getBrowser, getDocument, getInstance, getInstance, getLayer, getLogger, getName, getPreference, getRoot, isEditable, putPreference, redo, restoreChildren, 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 |
MSG_SETTYPE
public static final java.lang.String MSG_SETTYPE
- Toggle between mirror of portion within lens versus mirror of entire page, excerpted in lens.
"lensMirrorSetType".
- See Also:
- Constant Field Values
Mirror
public Mirror()
paintBefore
public boolean paintBefore(Context cx,
Node node)
- Description copied from class:
Lens
- Effect: Graphics2D transformation matrix.
- Overrides:
paintBefore
in class Lens
- Returns:
- true to short-circuit to paintAfter at that node, bypassing painting of the subtree.
- See Also:
Magnify
semanticEventBefore
public boolean semanticEventBefore(SemanticEvent se,
java.lang.String msg)
- Spans should call super.semanticEventBefore to pick up morphing and deletion.
- Overrides:
semanticEventBefore
in class Behavior
semanticEventAfter
public boolean semanticEventAfter(SemanticEvent se,
java.lang.String msg)
- Description copied from class:
Lens
- Catch corresponding VFrame's windowClosed, windowRaised, ....
- Overrides:
semanticEventAfter
in class Lens