gfxIImageContainer interface @author Stuart Parmenter <pavlov@netscape.com> @version 0.1 @see "gfx2"
[scriptable, uuid(186e80e1-476c-47f0-b340-424e6b7b6c9c)]
Constants
"Disposal" method indicates how the image should be handled before the subsequent image is displayed. Don't change these without looking at the implementations using them, struct gif_struct::disposal_method and gif_write() in particular.
Attributes
Get the current frame that would be drawn if the image was to be drawn now
Methods
Adds \a item to the end of the list of frames. @param item frame to add.
Create a new \a aWidth x \a aHeight sized image container.
@param aWidth The width of the container in which all the
gfxIImageFrame children will fit.
@param aHeight The height of the container in which all the
gfxIImageFrame children will fit.
@param aObserver Observer to send animation notifications to.
Compare to:
