|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ImageBlock | |
|---|---|
| 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. |
| com.flagstone.transform.video | The video package contains all the classes for encoding and decoding the data structures that represent the different types of video streams and data that are found in a Flash file. |
| Uses of ImageBlock in com.flagstone.transform.util.image |
|---|
| Method parameters in com.flagstone.transform.util.image with type arguments of type ImageBlock | |
|---|---|
void |
ImageBlocker.getImageAsBlocks(List<ImageBlock> blocks,
int blockWidth,
int blockHeight,
int imageWidth,
int imageHeight,
byte[] image)
Return an image stored in a a file as a list of ImageBlock objects that can be used when creating ScreenVideo streams. |
| Uses of ImageBlock in com.flagstone.transform.video |
|---|
| Methods in com.flagstone.transform.video that return ImageBlock | |
|---|---|
ImageBlock |
ImageBlock.copy()
Creates a complete copy of this object. |
| Methods in com.flagstone.transform.video that return types with arguments of type ImageBlock | |
|---|---|
List<ImageBlock> |
ScreenPacket.getImageBlocks()
Get the image blocks that have changed in this frame. |
| Methods in com.flagstone.transform.video with parameters of type ImageBlock | |
|---|---|
ScreenPacket |
ScreenPacket.add(ImageBlock block)
Add an image block to the array that make up the frame. |
| Method parameters in com.flagstone.transform.video with type arguments of type ImageBlock | |
|---|---|
void |
ScreenPacket.setImageBlocks(List<ImageBlock> blocks)
Set the image blocks that have changed in this frame. |
| Constructors in com.flagstone.transform.video with parameters of type ImageBlock | |
|---|---|
ImageBlock(ImageBlock object)
Creates and initialises a ImageBlock object using the values copied from another ImageBlock object. |
|
| Constructor parameters in com.flagstone.transform.video with type arguments of type ImageBlock | |
|---|---|
ScreenPacket(boolean key,
int imgWidth,
int imgHeight,
int blkWidth,
int blkHeight,
List<ImageBlock> blocks)
Creates a ScreenVideoPacket. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||