| Package | Description |
|---|---|
| org.apache.royale.compiler.embedding.transcoders | |
| org.apache.royale.swf | |
| org.apache.royale.swf.tags |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ICharacterTag> |
ITranscoder.getTags(Collection<ITag> tags,
Collection<ICompilerProblem> problems)
The relevant SWF tags
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ITag> |
SWFFrame.iterator()
Get an iterator of all the tags in the frame.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SWFFrame.addTag(ITag tag)
Add a SWF tag to the frame.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ICharacterTag
A character tag has Character ID.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DoABCTag
Represents a
DoABC tag in a SWF file. |
class |
EnableDebugger2Tag
Represents a
EnableDebugger2 tag in a SWF file. |
class |
EnableTelemetryTag
Represents a
EnableTelemetry tag in a SWF file. |
class |
ExportAssetsTag
Represents a
ExportAssets tag in a SWF file. |
class |
FrameLabelTag
Represents a
FrameLabel tag in a SWF file. |
class |
ProductInfoTag
Represents a
ProductInfo tag in a SWF file. |
class |
ScriptLimitsTag
Represents a
ScriptLimits tag in a SWF file. |
class |
ShowFrameTag
Represents a
ShowFrame tag in a SWF file. |
class |
SymbolClassTag
Represents a
SymbolClass tag in a SWF file. |
class |
Tag
Base class for all SWF tags.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.