multivalent.std.span

Class SignalSpan

public class SignalSpan extends Span

Convenience span for setting some signal, as given by SIGNAL and VALUE attributes.

Version: $Revision: 1.2 $ $Date: 2002/02/02 13:16:27 $

See Also: SpanUI

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()