story.scheherazade.virgil
Class TimelineControlPanel

java.lang.Object
  extended by story.scheherazade.virgil.TimelineControlPanel

public class TimelineControlPanel
extends java.lang.Object

A GUI component that gives controls for the timeline such as "add new state"


Constructor Summary
TimelineControlPanel(Virgil virgil, VirgilConfiguration config, TimelineViewer timeline, StateViewer stateViewer)
           
 
Method Summary
 void draw(StateTime time)
           
 javax.swing.JPanel getPanel()
           
 void setStory(StoryInterpreter story)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimelineControlPanel

public TimelineControlPanel(Virgil virgil,
                            VirgilConfiguration config,
                            TimelineViewer timeline,
                            StateViewer stateViewer)
Method Detail

getPanel

public javax.swing.JPanel getPanel()

setStory

public void setStory(StoryInterpreter story)
              throws Scheherexception
Throws:
Scheherexception

draw

public void draw(StateTime time)
          throws Scheherexception
Throws:
Scheherexception


Copyright © 2011 David K. Elson. All Rights Reserved.