Uses of Class
net.sf.freecol.common.io.sza.SimpleZippedAnimation

Packages that use SimpleZippedAnimation
net.sf.freecol.client.gui.animation   
net.sf.freecol.common.io.sza Support for reading an animation made from images stored in a zip-file. 
net.sf.freecol.common.resources Classes for handling resources. 
 

Uses of SimpleZippedAnimation in net.sf.freecol.client.gui.animation
 

Constructors in net.sf.freecol.client.gui.animation with parameters of type SimpleZippedAnimation
UnitImageAnimation(Canvas canvas, Unit unit, SimpleZippedAnimation animation, Map.Direction direction)
          Constructor
 

Uses of SimpleZippedAnimation in net.sf.freecol.common.io.sza
 

Methods in net.sf.freecol.common.io.sza that return SimpleZippedAnimation
 SimpleZippedAnimation SimpleZippedAnimation.createScaledVersion(double scale)
          Creates a scaled animation based on this object.
 

Uses of SimpleZippedAnimation in net.sf.freecol.common.resources
 

Methods in net.sf.freecol.common.resources that return SimpleZippedAnimation
 SimpleZippedAnimation SZAResource.getSimpleZippedAnimation()
          Gets the SimpleZippedAnimation represented by this resource.
 SimpleZippedAnimation SZAResource.getSimpleZippedAnimation(double scale)
          Returns the SimpleZippedAnimation using the specified scale.
static SimpleZippedAnimation ResourceManager.getSimpleZippedAnimation(java.lang.String resource)
          Returns the animation specified by the given name.
static SimpleZippedAnimation ResourceManager.getSimpleZippedAnimation(java.lang.String resource, double scale)
          Returns the animation specified by the given name.