multivalent.std.lens

Class PlainView

public class PlainView extends Lens

Try to make things as readable as possible: undo affine transformations, no signals, black text on white background, non-bold non-italic 12-point Times Roman font, no blink, .... Can't undo arbitrary drawing by other behaviors.

LATER: make a filter, affecting entire document.

Version: $Revision$ $Date$

Method Summary
booleanappearance(Context cx, boolean all)
Black text on white background, plain Times Roman font, no signals...: everything that affects painting only, not formatting.
booleanpaintBefore(Context cx, Node node)
Identity affine transformation.

Method Detail

appearance

public boolean appearance(Context cx, boolean all)
Black text on white background, plain Times Roman font, no signals...: everything that affects painting only, not formatting.

paintBefore

public boolean paintBefore(Context cx, Node node)
Identity affine transformation.