artofillusion.animation
Class ActorEditorWindow

java.lang.Object
  extended by BDialog
      extended by artofillusion.animation.ActorEditorWindow

public class ActorEditorWindow
extends BDialog

The ActorEditorWindow class represents the window for editing Actor objects.


Constructor Summary
ActorEditorWindow(EditingWindow parent, ObjectInfo info, Actor obj, Actor.ActorKeyframe key, java.lang.Runnable cb)
          Display a window for editing a pose of an Actor.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActorEditorWindow

public ActorEditorWindow(EditingWindow parent,
                         ObjectInfo info,
                         Actor obj,
                         Actor.ActorKeyframe key,
                         java.lang.Runnable cb)
Display a window for editing a pose of an Actor. If key is null, the Actor's current pose will be edited. Otherwise, the specified keyframe will be edited.



Copyright © 1999-2011 by Peter Eastman.