| 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 |
|---|---|
void |
SWFFrame.defineExport(ICharacterTag tag,
String name)
Export an
ICharacterTag with name. |
void |
SWFFrame.defineSymbol(ICharacterTag tag,
String name)
Export an
ICharacterTag with name. |
void |
SWFFrame.defineSymbol(ICharacterTag tag,
String name,
Map<Integer,ICharacterTag> dictionary)
Export an
ICharacterTag with name. |
String |
SWFFrame.getSymbolName(ICharacterTag tag)
Get the symbol name of a class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SWFFrame.defineSymbol(ICharacterTag tag,
String name,
Map<Integer,ICharacterTag> dictionary)
Export an
ICharacterTag with name. |
| Modifier and Type | Method and Description |
|---|---|
ICharacterTag |
ExportAssetsTag.getCharacterTagByName(String name)
Get a character tag by its assigned name.
|
ICharacterTag |
SymbolClassTag.getSymbol(String name)
Find a symbol by name.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<ICharacterTag> |
ExportAssetsTag.getReferences()
Get all the referred character tags.
|
Iterable<ICharacterTag> |
ICharacterReferrer.getReferences()
Get all the referred tags as an
Iterable. |
| Modifier and Type | Method and Description |
|---|---|
void |
ExportAssetsTag.addExport(ICharacterTag characterTag,
String name)
Export character tag with the given name.
|
void |
SymbolClassTag.addSymbol(ICharacterTag characterTag,
String name)
Register a symbol with the given name.
|
String |
SymbolClassTag.getSymbolName(ICharacterTag characterTag)
Get symbol name.
|
void |
ExportAssetsTag.removeExport(ICharacterTag characterTag)
Remove a character tag from the exported tags by reference.
|
void |
SymbolClassTag.removeSymbol(ICharacterTag characterTag)
Remove a symbol.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.