Package | Description |
---|---|
org.apache.flex.compiler.internal.embedding | |
org.apache.flex.compiler.internal.embedding.transcoders |
Modifier and Type | Method and Description |
---|---|
TranscoderBase |
EmbedData.getTranscoder()
Get the transcoder used by this embed.
|
Modifier and Type | Class and Description |
---|---|
class |
DataTranscoder
Handle the embedding of data using a ByteArray
|
class |
ImageTranscoder
Handle the embedding of images which don't need to be transcoded
|
class |
JPEGTranscoder
Handle the embedding of images which need to be transcoded
|
class |
MovieTranscoder |
class |
PBJTranscoder
Handle the embedding of PBJ files
|
class |
ScalableTranscoder
Abstract class which should be extended by any embedding transcoder
which supports scaling.
|
class |
SkinTranscoder
Handle the embedding of Skin assets
|
class |
SoundTranscoder
Handle the embedding of sound
|
class |
XMLTranscoder
Handle the embedding of XML files
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.