multivalent.std.span

Class ElideSpan

public class ElideSpan extends Span

Convenience span for setting elided (aka hidden) spans.

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

Field Summary
static StringATTR_ELIDE
Boolean flag, true=elide on.
Method Summary
booleanappearance(Context cx, boolean all)
voidrestore(ESISNode n, Map<String,Object> attr, Layer layer)
ESISNodesave()
voidsetElide(boolean elide)

Field Detail

ATTR_ELIDE

public static final String ATTR_ELIDE
Boolean flag, true=elide on.

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

setElide

public void setElide(boolean elide)