multivalent.std.lens
public class Cypher extends Lens
Semantic Event | In | Description |
---|---|---|
rot13 | this (lens handle) | Rot-13 |
Caesar | this (lens handle) | letter+3, e.g., a=>d ("Rot-3") |
reverse | Reverse sequence of letters in word | |
Pig Latin | this (lens handle) | Pig Latin decoding |
alpha1 | shift alphabet over one letter | |
alpha-1 | shift alphabet left one letter | |
keyboard1 | key = key to right on keyboard (Mike McIntee cypher) |
Version: $Revision: 1.5 $ $Date: 2003/06/02 05:50:42 $
Method Summary | |
---|---|
boolean | paintAfter(Context cx, Node node) Restores Graphics2D passed in paintBefore. |
boolean | paintBefore(Context cx, Node node) Wraps Graphics2D with GraphicsCypher. |
boolean | semanticEventAfter(SemanticEvent se, String msg) |
boolean | semanticEventBefore(SemanticEvent se, String msg) |