Uses of Interface
org.tbee.swing.cardlayout.Animation

Packages that use Animation
org.tbee.swing.cardlayout   
 

Uses of Animation in org.tbee.swing.cardlayout
 

Classes in org.tbee.swing.cardlayout that implement Animation
 class CubeAnimation
          The CubeAnimation is a class to animate the transition between one component and the other for AnimatingCardLayout.
 class FadeAnimation
          The FadeAnimation is a class to animate the transition between one component and the other for AnimatingCardLayout.
 class Flip3DAnimation
          The Flip3DAnimation is a class to animate the transition between one component and the other for AnimatingCardLayout using JOGL.
 class FlipAnimation
          The FlipAnimation is a class to animate the transition between one component and the other for AnimatingCardLayout.
 class SlideAnimation
          The SlideAnimation is a class to animate the transition between one component and the other for AnimatingCardLayout.
 class Transition2DAnimation
          This class animates using the transition classes in the Transition2D http://javagraphics.blogspot.com/2007/04/slideshows-transitions-swf.html replaces http://transitions.dev.java.net/
 

Methods in org.tbee.swing.cardlayout that return Animation
static Animation Flip3DAnimation.createFlip3dOrFlip()
          Try to create Flip3D, but if JOGL is not present, return the regular Flip
 Animation AnimatedCardLayout.getAnimation()
          Gets the current Animation.
 

Methods in org.tbee.swing.cardlayout with parameters of type Animation
 void AnimatedCardLayout.setAnimation(Animation animation)
          Sets the current Animation.
 

Constructors in org.tbee.swing.cardlayout with parameters of type Animation
AnimatedCardLayout(Animation anim)
          Constructor that takes an animation.
 



Copyright © 2011 KnowledgePlaza. All Rights Reserved.