artisynth.core.gui.timeline
Class GuiStorage

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

public class GuiStorage
extends java.lang.Object


Constructor Summary
GuiStorage()
           
 
Method Summary
static javax.swing.ImageIcon getAddIcon()
           
static javax.swing.ImageIcon getNavBarIcon()
           
static javax.swing.ImageIcon getPauseIcon()
           
static javax.swing.ImageIcon getPlayIcon()
           
static javax.swing.ImageIcon getResetIcon()
           
static javax.swing.ImageIcon getStaticSolveIcon()
           
static javax.swing.ImageIcon getStaticStepIcon()
           
static javax.swing.ImageIcon getStepForwardIcon()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuiStorage

public GuiStorage()
Method Detail

getNavBarIcon

public static javax.swing.ImageIcon getNavBarIcon()

getPlayIcon

public static javax.swing.ImageIcon getPlayIcon()

getPauseIcon

public static javax.swing.ImageIcon getPauseIcon()

getResetIcon

public static javax.swing.ImageIcon getResetIcon()

getStepForwardIcon

public static javax.swing.ImageIcon getStepForwardIcon()

getStaticSolveIcon

public static javax.swing.ImageIcon getStaticSolveIcon()

getStaticStepIcon

public static javax.swing.ImageIcon getStaticStepIcon()

getAddIcon

public static javax.swing.ImageIcon getAddIcon()