multivalent.std.span

Class LabelSpan

public class LabelSpan extends Span

Helper span for copy editor marks that draws message above content text.

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

Method Summary
booleanappearance(Context cx, boolean all)
intgetPriority()
voidmoveq(Leaf ln, int lo, Leaf rn, int ro)
booleanpaintBefore(Context cx, Node start)
booleansemanticEventAfter(SemanticEvent se, String msg)
Intert to events.
booleansemanticEventBefore(SemanticEvent se, String msg)
Intert to events (so don't get double entries in popups).
voidsetLabel(String label)

Method Detail

appearance

public boolean appearance(Context cx, boolean all)

getPriority

public int getPriority()

moveq

public void moveq(Leaf ln, int lo, Leaf rn, int ro)

paintBefore

public boolean paintBefore(Context cx, Node start)

semanticEventAfter

public boolean semanticEventAfter(SemanticEvent se, String msg)
Intert to events.

semanticEventBefore

public boolean semanticEventBefore(SemanticEvent se, String msg)
Intert to events (so don't get double entries in popups).

setLabel

public void setLabel(String label)