Uses of Class
com.sas.visuals.AnimationIconView

Packages that use AnimationIconView
com.sas.visuals Additional user interface components not provided in AWT. 
 

Uses of AnimationIconView in com.sas.visuals
 

Subclasses of AnimationIconView in com.sas.visuals
 class Fireworks
          Fireworks is a class that increments and decrements a FireworkIcon object when an alarm is fired and paints the icon in that state.
 class ImageAnimation
          ImageAnimation is a class that increments and decrements an ImageAnimationIcon object when an alarm is fired and paints the image in that state.
 class Marquee
          Marquee is a class that increments and decrements a MarqueeIcon object when an alarm is fired and paints the MarqueeIcon in that state.
 

Methods in com.sas.visuals that return AnimationIconView
protected  AnimationIconView Marquee.createIconObject(AnimationIconView icon)
          Creates a clone of itself and sets the properties of the MarqueeIcon, which is part of the AnimationIconView object.
protected  AnimationIconView ImageAnimation.createIconObject(AnimationIconView icon)
          Creates a clone of itself and sets the properties of the ImageAnimationIcon, which is part of the AnimationIconView object.
protected  AnimationIconView Fireworks.createIconObject(AnimationIconView icon)
          Called by super in AnimationIconView during cloning.
protected  AnimationIconView AnimationIconView.createIconObject(AnimationIconView icon)
          Creates a new Instance of the AnimationIcon.
 

Methods in com.sas.visuals with parameters of type AnimationIconView
protected  AnimationIconView Marquee.createIconObject(AnimationIconView icon)
          Creates a clone of itself and sets the properties of the MarqueeIcon, which is part of the AnimationIconView object.
protected  AnimationIconView ImageAnimation.createIconObject(AnimationIconView icon)
          Creates a clone of itself and sets the properties of the ImageAnimationIcon, which is part of the AnimationIconView object.
protected  AnimationIconView Fireworks.createIconObject(AnimationIconView icon)
          Called by super in AnimationIconView during cloning.
protected  AnimationIconView AnimationIconView.createIconObject(AnimationIconView icon)
          Creates a new Instance of the AnimationIcon.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.