artofillusion.animation
Class EditKeyframesDialog

java.lang.Object
  extended by artofillusion.animation.EditKeyframesDialog

public class EditKeyframesDialog
extends java.lang.Object

EditKeyframesDialog presents a dialog box for doing bulk editing of keyframes. It is used for the Move, Copy, Rescale, Loop, and Delete commands


Field Summary
static int COPY
           
static int DELETE
           
static int LOOP
           
static int MOVE
           
static int RESCALE
           
 
Constructor Summary
EditKeyframesDialog(LayoutWindow win, int operation)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MOVE

public static final int MOVE
See Also:
Constant Field Values

COPY

public static final int COPY
See Also:
Constant Field Values

RESCALE

public static final int RESCALE
See Also:
Constant Field Values

LOOP

public static final int LOOP
See Also:
Constant Field Values

DELETE

public static final int DELETE
See Also:
Constant Field Values
Constructor Detail

EditKeyframesDialog

public EditKeyframesDialog(LayoutWindow win,
                           int operation)


Copyright © 1999-2011 by Peter Eastman.