multivalent.std.span

Class OverstrikeSpan

public class OverstrikeSpan extends Span

Convenience span for setting overstrike. Applications should usually instead use a generic Span with a name, and set display properties in the stylesheet.

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

Field Summary
static StringATTR_COLOR
Method Summary
booleanappearance(Context cx, boolean all)
voidrestore(ESISNode n, Map<String,Object> attrs, Layer layer)
ESISNodesave()
voidsetColor(Color color)

Field Detail

ATTR_COLOR

public static final String ATTR_COLOR

Method Detail

appearance

public boolean appearance(Context cx, boolean all)

restore

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

save

public ESISNode save()

setColor

public void setColor(Color color)