multivalent.std.span

Class RelPointSpan

public class RelPointSpan extends Span

Common convenience span for changing the font size relative to the current size by n steps.

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

Field Summary
static StringATTR_DELTA
static float[]validpoints
Method Summary
booleanappearance(Context cx, boolean all)
voidrestore(ESISNode n, Map<String,Object> attr, Layer layer)
ESISNodesave()
voidsetDelta(int delta)

Field Detail

ATTR_DELTA

public static final String ATTR_DELTA

validpoints

public static float[] validpoints

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

setDelta

public void setDelta(int delta)