swf.consts
index
consts.py

 
Classes
       
__builtin__.object
BitmapFormat
BitmapType
GradientSpreadMode
GradientType
InterpolationMethod
LineCapsStyle
LineJointStyle
LineScaleMode
SpreadMethod

 
class BitmapFormat(__builtin__.object)
     Class methods defined here:
tostring(cls, type) from __builtin__.type

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:
BIT_15 = 4
BIT_24 = 5
BIT_8 = 3

 
class BitmapType(__builtin__.object)
     Class methods defined here:
tostring(cls, type) from __builtin__.type

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:
GIF89A = 2
JPEG = 1
PNG = 3

 
class GradientSpreadMode(__builtin__.object)
     Class methods defined here:
tostring(cls, type) from __builtin__.type

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:
PAD = 0
REFLECT = 1
REPEAT = 2

 
class GradientType(__builtin__.object)
     Class methods defined here:
tostring(cls, type) from __builtin__.type

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:
LINEAR = 1
RADIAL = 2

 
class InterpolationMethod(__builtin__.object)
     Class methods defined here:
tostring(cls, type) from __builtin__.type

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:
LINEAR_RGB = 1
RGB = 0

 
class LineCapsStyle(__builtin__.object)
     Class methods defined here:
tostring(cls, type) from __builtin__.type

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:
NO = 1
ROUND = 0
SQUARE = 2

 
class LineJointStyle(__builtin__.object)
     Class methods defined here:
tostring(cls, type) from __builtin__.type

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:
BEVEL = 1
MITER = 2
ROUND = 0

 
class LineScaleMode(__builtin__.object)
     Class methods defined here:
tostring(cls, type) from __builtin__.type

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:
HORIZONTAL = 1
NONE = 0
NORMAL = 2
VERTICAL = 3

 
class SpreadMethod(__builtin__.object)
     Class methods defined here:
tostring(cls, type) from __builtin__.type

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:
PAD = 0
REFLECT = 1
REPEAT = 2