| |
- __builtin__.object
-
- SWFClipActionRecord
- SWFClipActions
- SWFClipEventFlags
- SWFColorTransform
-
- SWFColorTransformWithAlpha
- SWFFillStyle
- SWFFrameLabel
- SWFGlyphEntry
- SWFGradient
-
- SWFFocalGradient
- SWFGradientRecord
- SWFKerningRecord
- SWFLineStyle
-
- SWFLineStyle2
- SWFMatrix
- SWFMorphFillStyle
- SWFMorphGradient
- SWFMorphGradientRecord
- SWFMorphLineStyle
-
- SWFMorphLineStyle2
- SWFRawTag
- SWFRecordHeader
- SWFRectangle
- SWFScene
- SWFShape
-
- SWFShapeWithStyle
- SWFShapeRecord
-
- SWFShapeRecordCurvedEdge
- SWFShapeRecordEnd
- SWFShapeRecordStraightEdge
- SWFShapeRecordStyleChange
- SWFStraightEdge
-
- SWFCurvedEdge
- SWFSymbol
- SWFTextRecord
- SWFZoneData
- SWFZoneRecord
class SWFClipActions(__builtin__.object) |
| |
Methods defined here:
- __init__(self, data=None, version=0)
- __str__(self)
- parse(self, data, version)
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|
class SWFClipEventFlags(__builtin__.object) |
| |
Methods defined here:
- __init__(self, data=None, version=0)
- __str__(self)
- parse(self, data, version)
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
Data and other attributes defined here:
- constructEvent = False
- dataEvent = False
- dragOutEvent = False
- dragOverEvent = False
- enterFrameEvent = False
- initializeEvent = False
- keyDownEvent = False
- keyPressEvent = False
- keyUpEvent = False
- loadEvent = False
- mouseDownEvent = False
- mouseMoveEvent = False
- mouseUpEvent = False
- pressEvent = False
- releaseEvent = False
- releaseOutsideEvent = False
- rollOutEvent = False
- rollOverEvent = False
- unloadEvent = False
|
class SWFFillStyle(__builtin__.object) |
| |
Methods defined here:
- __init__(self, data=None, level=1)
- __str__(self)
- parse(self, data, level=1)
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|
class SWFGlyphEntry(__builtin__.object) |
| |
Methods defined here:
- __init__(self, data=None, glyphBits=0, advanceBits=0)
- __str__(self)
- parse(self, data, glyphBits, advanceBits)
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|
class SWFGradient(__builtin__.object) |
| |
Methods defined here:
- __init__(self, data=None, level=1)
- __str__(self)
- parse(self, data, level=1)
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
- records
|
class SWFKerningRecord(__builtin__.object) |
| |
Methods defined here:
- __init__(self, data=None, wideCodes=False)
- __str__(self)
- parse(self, data, wideCodes)
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|
class SWFLineStyle(__builtin__.object) |
| |
Methods defined here:
- __init__(self, data=None, level=1)
- __str__(self)
- parse(self, data, level=1)
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|
class SWFMorphFillStyle(__builtin__.object) |
| |
Methods defined here:
- __init__(self, data, level=1)
- parse(self, data, level=1)
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|
class SWFMorphGradient(__builtin__.object) |
| |
Methods defined here:
- __init__(self, data, level=1)
- parse(self, data, level=1)
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|
class SWFMorphLineStyle(__builtin__.object) |
| |
Methods defined here:
- __init__(self, data, level=1)
- parse(self, data, level=1)
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|
class SWFRawTag(__builtin__.object) |
| |
Methods defined here:
- __init__(self, s=None)
- parse(self, s)
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|
class SWFRecordHeader(__builtin__.object) |
| |
Methods defined here:
- __init__(self, type, content_length, header_length)
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
- tag_length
|
class SWFScene(__builtin__.object) |
| |
Methods defined here:
- __init__(self, offset, name)
- __str__(self)
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|
class SWFShape(__builtin__.object) |
| |
Methods defined here:
- __init__(self, data=None, level=1, unit_divisor=20.0)
- __str__(self)
- export(self, handler=None)
- parse(self, data, level=1)
- read_shape_records(self, data, fill_bits, line_bits, level=1)
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
- records
|
class SWFShapeRecord(__builtin__.object) |
| |
Methods defined here:
- __init__(self, data=None, level=1)
- __str__(self)
- parse(self, data, level=1)
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
- is_edge_record
- type
Data and other attributes defined here:
- TYPE_CURVEDEDGE = 4
- TYPE_END = 1
- TYPE_STRAIGHTEDGE = 3
- TYPE_STYLECHANGE = 2
- TYPE_UNKNOWN = 0
|
class SWFShapeWithStyle(SWFShape) |
| |
- Method resolution order:
- SWFShapeWithStyle
- SWFShape
- __builtin__.object
Methods defined here:
- __init__(self, data, level, unit_divisor)
- __str__(self)
- export(self, handler=None)
- parse(self, data, level=1)
- readstyle_array_length(self, data, level=1)
Methods inherited from SWFShape:
- read_shape_records(self, data, fill_bits, line_bits, level=1)
Data descriptors inherited from SWFShape:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
- records
|
class SWFSymbol(__builtin__.object) |
| |
Methods defined here:
- __init__(self, data=None)
- __str__(self)
- parse(self, data)
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|
class SWFTextRecord(__builtin__.object) |
| |
Methods defined here:
- __init__(self, data=None, glyphBits=0, advanceBits=0, previousRecord=None, level=1)
- __str__(self)
- parse(self, data, glyphBits, advanceBits, previousRecord=None, level=1)
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|
|