Package | Description |
---|---|
org.apache.flex.compiler.internal.embedding | |
org.apache.flex.compiler.internal.embedding.transcoders | |
org.apache.flex.compiler.problems |
This package contains classes representing various problems
that can be encountered during compilation.
|
Modifier and Type | Method and Description |
---|---|
EmbedAttribute[] |
EmbedData.getAttributes() |
static EmbedAttribute |
EmbedAttribute.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmbedAttribute[] |
EmbedAttribute.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Object |
EmbedData.getAttribute(EmbedAttribute attribute)
Returns the value of an attribute.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
XMLTranscoder.setAttribute(EmbedAttribute attribute) |
protected boolean |
TranscoderBase.setAttribute(EmbedAttribute attribute)
Stores the supported attribute of the transcoder
|
protected boolean |
SkinTranscoder.setAttribute(EmbedAttribute attribute)
Stores the supported attribute of the transcoder
|
protected boolean |
ScalableTranscoder.setAttribute(EmbedAttribute attribute) |
protected boolean |
MovieTranscoder.setAttribute(EmbedAttribute attribute) |
protected boolean |
JPEGTranscoder.setAttribute(EmbedAttribute attribute) |
protected boolean |
ImageTranscoder.setAttribute(EmbedAttribute attribute) |
Modifier and Type | Field and Description |
---|---|
EmbedAttribute |
EmbedScalingGridValueProblem.attr |
EmbedAttribute |
EmbedUnsupportedAttributeProblem.attribute |
Constructor and Description |
---|
EmbedScalingGridValueProblem(ISourceLocation site,
EmbedAttribute attribute,
int value) |
EmbedUnsupportedAttributeProblem(ISourceLocation site,
EmbedAttribute attribute,
EmbedMIMEType mimeType) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.