multivalent.std.span

Class FamilySpan

public class FamilySpan extends Span

Convenience span for setting font family. 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:26 $

Field Summary
static StringATTR_FAMILY
Method Summary
booleanappearance(Context cx, boolean all)
voidrestore(ESISNode n, Map<String,Object> attr, Layer layer)
ESISNodesave()
voidsetFamily(String family)

Field Detail

ATTR_FAMILY

public static final String ATTR_FAMILY

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

setFamily

public void setFamily(String family)