multivalent.std.span

Class PointSpan

public class PointSpan extends Span

Point size span editable by user. For non-editable spans, use a general span.

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

See Also: RelPointSpan

Field Summary
static StringATTR_POINT
static StringATTR_POINTS
static StringMSG_CHANGE
Change the point size dictated by this span.
static StringMSG_EDIT
Interactive editing of point size.
Method Summary
booleanappearance(Context cx, boolean all)
voidrestore(ESISNode n, Map<String,Object> attr, Layer layer)
ESISNodesave()
booleansemanticEventAfter(SemanticEvent se, String msg)
booleansemanticEventBefore(SemanticEvent se, String msg)
voidsetPoints(int points)

Field Detail

ATTR_POINT

public static final String ATTR_POINT

ATTR_POINTS

public static final String ATTR_POINTS

MSG_CHANGE

public static final String MSG_CHANGE
Change the point size dictated by this span.

"changePoints": arg= java.lang.String or java.lang.Integer new-point-size.

MSG_EDIT

public static final String MSG_EDIT
Interactive editing of point size.

"editPoints".

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

semanticEventAfter

public boolean semanticEventAfter(SemanticEvent se, String msg)

semanticEventBefore

public boolean semanticEventBefore(SemanticEvent se, String msg)

setPoints

public void setPoints(int points)