See: Description
Interface | Description |
---|---|
ISWF |
SWF model interface.
|
ISWFConstants |
SWF related constants.
|
ITagContainer |
A container of SWF tags.
|
Class | Description |
---|---|
Header |
Represents the header of a SWF file.
|
SWF |
The implementation of a
ISWF object. |
SWFFrame |
SWF frame model manages a list of SWF tags.
|
Enum | Description |
---|---|
Header.Compression | |
TagType |
Type code of a SWF tag.
|
Currently this support library has some dependencies on classes
in the compiler
package. Ideally it would be completely
independent.
The immediate contents of this package are classes and interfaces that
model a SWF file.
An ISWF
is the root of the data structure representing a SWF file.
The tags of the SWF are represented by various kinds of ITag
objects.
For example, a DoABC
tag is represented by a DoABCTag
object.
Copyright © 2016 The Apache Software Foundation. All rights reserved.