artisynth.core.gui.timeline
Class TimelineConstants

java.lang.Object
  extended by artisynth.core.gui.timeline.TimelineConstants

public class TimelineConstants
extends java.lang.Object


Field Summary
static int PAUSE_BUTTON
           
static int STEPFORWARD_BUTTON
           
static int STOP_BUTTON
           
static int ZOOM_IN
           
 
Constructor Summary
TimelineConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PAUSE_BUTTON

public static final int PAUSE_BUTTON
See Also:
Constant Field Values

STOP_BUTTON

public static final int STOP_BUTTON
See Also:
Constant Field Values

STEPFORWARD_BUTTON

public static final int STEPFORWARD_BUTTON
See Also:
Constant Field Values

ZOOM_IN

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

TimelineConstants

public TimelineConstants()