multivalent.std

Class SlideShow

public class SlideShow extends Behavior

Full screen slide show for multipage documents. Almost get same effect by enlarging window and zooming.

Version: $Revision: 1.6 $ $Date: 2002/06/27 05:27:40 $

See Also: SlideShowLinks

Field Summary
static StringMSG_START
Take over full screen play slide show.
static StringMSG_STOP
Stop full screen slide show, returning to normal window size.
Method Summary
booleaneventAfter(AWTEvent e, Point rel, Node n)
booleaneventBefore(AWTEvent e, Point rel, Node n)
Arrow keys, escape, home/end, mouse clicks.
booleanisActive()
booleanpaintAfter(Context cx, Node node)
booleanpaintBefore(Context cx, Node node)
booleansemanticEventAfter(SemanticEvent se, String msg)
Start slide show, toggle auto, ...
booleansemanticEventBefore(SemanticEvent se, String msg)
"Slide Show" in menu.

Field Detail

MSG_START

public static final String MSG_START
Take over full screen play slide show.

"slideShow".

MSG_STOP

public static final String MSG_STOP
Stop full screen slide show, returning to normal window size.

"slideShow".

Method Detail

eventAfter

public boolean eventAfter(AWTEvent e, Point rel, Node n)

eventBefore

public boolean eventBefore(AWTEvent e, Point rel, Node n)
Arrow keys, escape, home/end, mouse clicks.

isActive

public boolean isActive()

paintAfter

public boolean paintAfter(Context cx, Node node)

paintBefore

public boolean paintBefore(Context cx, Node node)

semanticEventAfter

public boolean semanticEventAfter(SemanticEvent se, String msg)
Start slide show, toggle auto, ...

semanticEventBefore

public boolean semanticEventBefore(SemanticEvent se, String msg)
"Slide Show" in menu.