com.flagstone.transform.image
Interface ImageTag

All Superinterfaces:
Copyable<MovieTag>, DefineTag, MovieTag, SWFEncodeable
All Known Implementing Classes:
DefineImage, DefineImage2, DefineJPEGImage, DefineJPEGImage2, DefineJPEGImage3, DefineJPEGImage4

public interface ImageTag
extends DefineTag

The ImageTag interface is implemented by all classes that define images in a movie.


Method Summary
 int getHeight()
          Get the height of an image in pixels.
 int getWidth()
          Get the width of an image in pixels.
 
Methods inherited from interface com.flagstone.transform.DefineTag
getIdentifier, setIdentifier
 
Methods inherited from interface com.flagstone.transform.coder.SWFEncodeable
encode, prepareToEncode
 
Methods inherited from interface com.flagstone.transform.coder.Copyable
copy
 

Method Detail

getWidth

int getWidth()
Get the width of an image in pixels.

Returns:
the width of the image.

getHeight

int getHeight()
Get the height of an image in pixels.

Returns:
the height of the image.


Copyright © 2002-2010 Flagstone Software Ltd.. All Rights Reserved.