ca.sqlpower.architect.swingui
Class LayoutAnimator

java.lang.Object
  extended by ca.sqlpower.architect.swingui.LayoutAnimator
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class LayoutAnimator
extends java.lang.Object
implements java.awt.event.ActionListener


Constructor Summary
LayoutAnimator(PlayPen pp, ArchitectLayout layout)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 int getFramesPerSecond()
           
 ArchitectLayout getLayout()
           
 boolean isAnimationEnabled()
           
 void setAnimationEnabled(boolean animationEnabled)
           
 void setFramesPerSecond(int framesPerSecond)
           
 void startAnimation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutAnimator

public LayoutAnimator(PlayPen pp,
                      ArchitectLayout layout)
Method Detail

startAnimation

public void startAnimation()

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

getLayout

public ArchitectLayout getLayout()

isAnimationEnabled

public boolean isAnimationEnabled()

setAnimationEnabled

public void setAnimationEnabled(boolean animationEnabled)

getFramesPerSecond

public int getFramesPerSecond()

setFramesPerSecond

public void setFramesPerSecond(int framesPerSecond)


Copyright © 2003-2007 SQL Power Group Inc. www.sqlpower.ca