| 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 | Field and Description |
|---|---|
List<Tag> |
Frame.controlTags |
| Modifier and Type | Method and Description |
|---|---|
Tag |
TagDecoder.decodeCSMTextSettings() |
Tag |
TagDecoder.decodeDefineFontAlignZones() |
Tag |
TagDecoder.decodeDefineFontName() |
Tag |
TagDecoder.decodeEnableTelemetry() |
Tag |
TagDecoder.decodeFileAttributes() |
Tag |
TagDecoder.decodeSerialNumber() |
protected Tag |
Tag.getSimpleReference()
many tags have zero or one reference, in which case they only need
to override this method.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Tag> |
Tag.getReferences()
Find the immediate dependencies.
|
Iterator<Tag> |
Frame.getReferences() |
| Modifier and Type | Method and Description |
|---|---|
void |
TagHandler.any(Tag tag) |
| Modifier and Type | Class and Description |
|---|---|
class |
CSMTextSettings
This class represents a CSMTextSettings SWF tag.
|
class |
DebugID
This class represents a debug ID 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 |
DefineButtonCxform
This class represents a DefineButtonCxform SWF tag.
|
class |
DefineButtonSound
This class represents a DefineButtonSound 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 |
DefineFontInfo
Represents a DefineFontInfo SWF tag.
|
class |
DefineFontName
Stores the name and copyright information for a font.
|
class |
DefineMorphShape
Represents a DefineMorphShape SWF tag.
|
class |
DefineScalingGrid
Represents a DefineScalingGrid SWF tag.
|
class |
DefineSceneAndFrameLabelData
Represents a DefineSceneAndFrameLabelData SWF tag.
|
class |
DefineShape
Represents a DefineShape SWF tag.
|
class |
DefineSound
Represents a DefineSound SWF tag.
|
class |
DefineSprite
Represents a DefineSprite SWF tag.
|
class |
DefineTag
A common base class for most Define* SWF tags.
|
class |
DefineText
Represents a DefineText SWF tag.
|
class |
DefineVideoStream
Represents a DefineVideoStream SWF tag.
|
class |
DoABC
Represents a DoABC SWF tag.
|
class |
DoAction
Represents a DefineAction SWF tag.
|
class |
DoInitAction
Represents a DefineInitAction SWF tag.
|
class |
EnableDebugger
This represents a EnableDebugger SWF tag.
|
class |
EnableTelemetry
EnableTelemetry defines advanced telemetry option.
|
class |
ExportAssets
ExportAssets makes portions of a SWF file available for import by
other SWF files (see ImportAssets).
|
class |
FileAttributes
FileAttributes defines whole-SWF attributes.
|
class |
FrameLabel
The FrameLabel tag gives the specified Name to the current
frame.
|
class |
GenericTag
Tag that just contains a byte[] payload.
|
class |
ImportAssets
This represents a ImportAssets SWF tag.
|
class |
Metadata
This represents a Metadata SWF tag.
|
class |
PlaceObject
This is the place command.
|
class |
ProductInfo
This represents a ProductInfo SWF tag.
|
class |
RemoveObject
This represents a RemoveObject SWF tag.
|
class |
ScriptLimits
This represents a ScriptLimits SWF tag.
|
class |
SetBackgroundColor
This represents a SetBackgroundColor SWF tag.
|
class |
SetTabIndex
This represents a SetTabIndex SWF tag.
|
class |
ShowFrame
This represents a ShowFrame SWF tag.
|
class |
SoundStreamHead
This represents a SoundStreamHead SWF tag.
|
class |
StartSound
This represents a StartSound SWF tag.
|
class |
SymbolClass
This represents a SymbolClass SWF tag.
|
class |
VideoFrame
This represents a VideoFrame SWF tag.
|
| Modifier and Type | Field and Description |
|---|---|
Map<String,Tag> |
SymbolClass.class2tag |
List<Tag> |
ExportAssets.exports
list of DefineTags exported by this ExportTag
|
| Modifier and Type | Method and Description |
|---|---|
Tag |
VideoFrame.getSimpleReference() |
Tag |
StartSound.getSimpleReference() |
Tag |
RemoveObject.getSimpleReference() |
Tag |
PlaceObject.getSimpleReference() |
protected Tag |
DoInitAction.getSimpleReference() |
protected Tag |
DefineScalingGrid.getSimpleReference() |
protected Tag |
DefineFontInfo.getSimpleReference() |
protected Tag |
DefineButtonCxform.getSimpleReference() |
protected Tag |
DefineBits.getSimpleReference() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Tag> |
SymbolClass.getReferences() |
Iterator<Tag> |
ExportAssets.getReferences() |
Iterator<Tag> |
DefineText.getReferences() |
Iterator<Tag> |
DefineSprite.getReferences() |
Iterator<Tag> |
DefineShape.getReferences() |
Iterator<Tag> |
DefineMorphShape.getReferences() |
Iterator<Tag> |
DefineFont2.getReferences()
Find the immediate, first order dependencies.
|
Iterator<Tag> |
DefineFont1.getReferences()
Find the immediate, first order dependencies.
|
Iterator<Tag> |
DefineEditText.getReferences() |
Iterator<Tag> |
DefineButtonSound.getReferences() |
Iterator<Tag> |
DefineButton.getReferences() |
| 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 |
|---|---|
List<Tag> |
TagList.tags |
| Modifier and Type | Method and Description |
|---|---|
void |
TextRecord.getReferenceList(List<Tag> refs) |
void |
StyleChangeRecord.getReferenceList(List<Tag> list) |
void |
ShapeWithStyle.getReferenceList(List<Tag> refs) |
void |
ShapeRecord.getReferenceList(List<Tag> list) |
void |
Shape.getReferenceList(List<Tag> refs) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.