com.hdcookbook.grin.test
Class RyanDirector

java.lang.Object
  extended by com.hdcookbook.grin.Director
      extended by com.hdcookbook.grin.test.RyanDirector
Direct Known Subclasses:
MainRyanDirector

public abstract class RyanDirector
extends Director

This is part of the "Ryan's life" test show. It's mostly of historical interest; it still works, but some of the ways of structuring and using a show are passe.

Author:
Bill Foote (http://jovial.com)

Constructor Summary
RyanDirector()
           
 
Method Summary
 Show createShow()
           
protected  void init()
           
protected  void setDirectorNumber(int num)
           
abstract  void setInteractiveMode(boolean on)
          Called when the user selectes interactive or movie mode
protected abstract  void startCommentary()
           
abstract  void startVideo()
          Called when initialization is done, so it's OK to start the video.
 
Methods inherited from class com.hdcookbook.grin.Director
getFeature, getNamedCommand, getPart, getSegment, getShow, notifyAssemblyPartSelected, notifyDestroyed, notifyNextFrame, notifySegmentActivated
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RyanDirector

public RyanDirector()
Method Detail

init

protected void init()

createShow

public Show createShow()

startVideo

public abstract void startVideo()
Called when initialization is done, so it's OK to start the video.


setInteractiveMode

public abstract void setInteractiveMode(boolean on)
Called when the user selectes interactive or movie mode


setDirectorNumber

protected void setDirectorNumber(int num)

startCommentary

protected abstract void startCommentary()