Uses of Class
standup.clouds.AnimatorCloudButton

Packages that use AnimatorCloudButton
standup.clouds This package provides the implementation for the STANDUP user interface. 
 

Uses of AnimatorCloudButton in standup.clouds
 

Subclasses of AnimatorCloudButton in standup.clouds
 class AnimatorCloudButtonMoveIn
          Animates a CloudButton to move from its position as a peripheral child to the centre.
 class AnimatorCloudButtonMoveOut
          Animates a CloudButton to move from the centre to its position as a peripheral child.
 class AnimatorCloudButtonResize
          Animates a CloudButton to grow/shrink at a given position.
 class AnimatorCloudButtonRotateLeft
          Animates a CloudButton to rotate 360 degrees to the left, eventually returning to its starting position.
 class AnimatorCloudButtonRotateRight
          Animates a CloudButton to rotate 360 degrees to the right, eventually returning to its starting position.
 class AnimatorCloudButtonStayPut
          "Animates" a CloudButton to stay in its current position.
 

Fields in standup.clouds declared as AnimatorCloudButton
private  AnimatorCloudButton CloudButton.animator
           
 

Methods in standup.clouds with parameters of type AnimatorCloudButton
 void CloudButton.prepareForAnimation(AnimatorCloudButton _a, PanelCloudButtonMenu bb)