multivalent.std.lens

Class SignalLens

public class SignalLens extends Lens

Scriptable lens for effects that just need a signal set.

Version: $Revision: 1.2 $ $Date: 2003/06/02 05:52:10 $

See Also: SignalSpan

Field Summary
static StringATTR_SIGNAL
static StringATTR_VALUE
Stringsignal
Stringvalue
Method Summary
booleanappearance(Context cx, boolean all)
voidrestore(ESISNode n, Map<String,Object> attr, Layer layer)
ESISNodesave()

Field Detail

ATTR_SIGNAL

public static final String ATTR_SIGNAL

ATTR_VALUE

public static final String ATTR_VALUE

signal

public String signal

value

public String value

Method Detail

appearance

public boolean appearance(Context cx, boolean all)

restore

public void restore(ESISNode n, Map<String,Object> attr, Layer layer)

save

public ESISNode save()