|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImageTag | |
---|---|
com.flagstone.transform.image | This package contains the object used to define lossless and lossy images. |
com.flagstone.transform.util.image | This package contains a set of classes that are used to decode images in various formats so they can be added to a Flash movie. |
Uses of ImageTag in com.flagstone.transform.image |
---|
Classes in com.flagstone.transform.image that implement ImageTag | |
---|---|
class |
DefineImage
DefineImage is used to define an image compressed using the lossless zlib compression algorithm. |
class |
DefineImage2
DefineImage2 is used to define a transparent image compressed using the lossless zlib compression algorithm. |
class |
DefineJPEGImage
DefineJPEGImage is used to define a JPEG encoded image. |
class |
DefineJPEGImage2
DefineJPEGImage2 is used to define a JPEG encoded image with an integrated encoding table. |
class |
DefineJPEGImage3
DefineJPEGImage3 is used to define a transparent JPEG encoded image. |
class |
DefineJPEGImage4
DefineJPEGImage4 extends the functionality of DefineJPEGImage3 by specifying the parameter that controls the deblocking filter that is used to decode the image data. |
Uses of ImageTag in com.flagstone.transform.util.image |
---|
Methods in com.flagstone.transform.util.image that return ImageTag | |
---|---|
ImageTag |
PNGDecoder.defineImage(int identifier)
Create the image definition so it can be added to a movie. |
ImageTag |
JPGDecoder.defineImage(int identifier)
Create the image definition so it can be added to a movie. |
ImageTag |
ImageFactory.defineImage(int identifier)
Create a definition for the image so it can be added to a Flash movie. |
ImageTag |
ImageDecoder.defineImage(int identifier)
Create the image definition so it can be added to a movie. |
ImageTag |
BufferedImageDecoder.defineImage(int identifier)
Create the image definition so it can be added to a movie. |
ImageTag |
BMPDecoder.defineImage(int identifier)
Create the image definition so it can be added to a movie. |
ImageTag |
BufferedImageDecoder.defineImage(int identifier,
BufferedImage obj)
Create an image definition from a BufferedImage. |
Methods in com.flagstone.transform.util.image with parameters of type ImageTag | |
---|---|
ShapeTag |
ImageShape.defineShape(int uid,
ImageTag image)
Generates the shape definition used to display an image using the predefined registration point and border style. |
ShapeTag |
ImageShape.defineShape(int uid,
ImageTag image,
int xOrigin,
int yOrigin,
LineStyle border)
Generates the shape definition used to display an image. |
void |
BufferedImageEncoder.setImage(ImageTag definition)
Decode an ImageTeg definition. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |