multivalent.std.span

Class BlinkSpan

public class BlinkSpan extends Span implements Observer

Because you asked for it! Works on scanned pages, DVI, PDF, in menus.... Works by drawing setting the foreground color to the background color, or not, hooked to a timer.

Version: $Revision: 1.3 $ $Date: 2002/01/16 05:00:20 $

Method Summary
booleanappearance(Context cx, boolean all)
When blinked out, draw foreground same color as background.
voiddestroy()
intgetPriority()
Higher priority than color changes, but not as high as SELECTION.
voidrestore(ESISNode n, Map<String,Object> attr, Layer layer)
voidupdate(Observable o, Object arg)

Method Detail

appearance

public boolean appearance(Context cx, boolean all)
When blinked out, draw foreground same color as background.

destroy

public void destroy()

getPriority

public int getPriority()
Higher priority than color changes, but not as high as SELECTION.

restore

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

update

public void update(Observable o, Object arg)