| Package | Description |
|---|---|
| flash.swf | |
| flash.swf.tags |
This package contains the representations for all SWF tags.
|
| flash.swf.types |
This package contains mostly value objects for SWF tag data.
|
| Modifier and Type | Method and Description |
|---|---|
DefineTag |
Dictionary.getTag(int idref) |
DefineTag |
Dictionary.getTag(String name) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<DefineTag> |
Frame.exportIterator() |
| Modifier and Type | Method and Description |
|---|---|
int |
Dictionary.add(DefineTag tag)
This is the method used during encoding.
|
void |
Dictionary.add(int id,
DefineTag s)
This is method used during decoding.
|
void |
Frame.addExport(DefineTag def) |
void |
Dictionary.addName(DefineTag s,
String name) |
void |
Frame.addSymbolClass(String className,
DefineTag symbol) |
boolean |
Dictionary.contains(DefineTag tag) |
int |
Dictionary.getId(DefineTag tag) |
static String |
MovieMetaData.idRef(DefineTag tag,
Dictionary d) |
| Modifier and Type | Class and Description |
|---|---|
class |
CSMTextSettings
This class represents a CSMTextSettings SWF tag.
|
class |
DefineBinaryData
This class represents a DefineBinaryData SWF Tag.
|
class |
DefineBits
This tag defines a bitmap character with JPEG compression.
|
class |
DefineBitsJPEG3
This class extends DefineBits by adding support for an alpha channel.
|
class |
DefineBitsLossless
This class extends DefineBits by adding support for an array of
color data.
|
class |
DefineButton
This class represents a DefineButton SWF tag.
|
class |
DefineEditText
This class represents a DefineEditText SWF tag.
|
class |
DefineFont
A DefineFont tag defines the shape outlines of each glyph used in a
particular font.
|
class |
DefineFont1
A DefineFont tag defines the shape outlines of each glyph used in a
particular font.
|
class |
DefineFont2
DefineFont2 improves on the functionality of the DefineFont tag.
|
class |
DefineFont3
The DefineFont3 tag extends the functionality of the DefineFont2
tag by expressing the Shape coordinates in the glyph shape table at
20 times the resolution.
|
class |
DefineFont4
Represents a DefineFont4 SWF tag.
|
class |
DefineFontAlignZones
Represents a DefineFontAlignZones SWF tag.
|
class |
DefineFontName
Stores the name and copyright information for a font.
|
class |
DefineMorphShape
Represents a DefineMorphShape SWF tag.
|
class |
DefineShape
Represents a DefineShape SWF tag.
|
class |
DefineSound
Represents a DefineSound SWF tag.
|
class |
DefineSprite
Represents a DefineSprite SWF tag.
|
class |
DefineText
Represents a DefineText SWF tag.
|
class |
DefineVideoStream
Represents a DefineVideoStream SWF tag.
|
| Modifier and Type | Field and Description |
|---|---|
DefineTag |
RemoveObject.ref |
DefineTag |
PlaceObject.ref |
DefineTag |
DefineScalingGrid.scalingTarget |
DefineTag |
DefineButtonSound.sound0 |
DefineTag |
DefineButtonSound.sound1 |
DefineTag |
DefineButtonSound.sound2 |
DefineTag |
DefineButtonSound.sound3 |
DefineTag |
CSMTextSettings.textReference |
| Modifier and Type | Method and Description |
|---|---|
void |
PlaceObject.setRef(DefineTag ref) |
| Constructor and Description |
|---|
DefineScalingGrid(DefineTag tag) |
PlaceObject(DefineTag ref,
int depth) |
PlaceObject(Matrix m,
DefineTag ref,
int depth,
String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
ImportRecord
This represents an import record, which is serialized as a member
of an ImportAssets tag.
|
| Modifier and Type | Field and Description |
|---|---|
DefineTag |
MorphFillStyle.bitmap |
DefineTag |
FillStyle.bitmap |
DefineTag |
ButtonRecord.characterRef |
| Constructor and Description |
|---|
FillStyle(int type,
Matrix matrix,
DefineTag bitmap) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.