gfxIImageContainer interface @author Stuart Parmenter <pavlov@netscape.com> @version 0.2 @see "gfx2"
[scriptable, uuid(a4e9df32-f5d7-479f-9082-70e1fead23d5)]
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:
