Uses of Class
com.flagstone.transform.coder.SWFDecoder

Packages that use SWFDecoder
com.flagstone.transform Transform SWF is an API for reading and writing Flash files. 
com.flagstone.transform.action The action package contains all the classes used to represent the different actions in a Flash file (currently ActionScript 3 is not supported). 
com.flagstone.transform.button The button package contains all the classes for encoding and decoding the data structures that represent buttons in a Flash file. 
com.flagstone.transform.coder The coder package contains the classes that perform the reading and writing of the binary data in a Flash file. 
com.flagstone.transform.datatype This package contains the classes that represent the basic data types such as colours and transforms and formats that are used in the framework. 
com.flagstone.transform.fillstyle The fillstyle package contains all the classes for encoding and decoding the data structures that represent the different types of fill style that are found in a Flash file. 
com.flagstone.transform.filter The filter package contains all the classes for encoding and decoding the data structures that represent the different types of filter that are found in a Flash file. 
com.flagstone.transform.font The font package contains all the classes for encoding and decoding the data structures that represent the different font definitions and that are found in a Flash file. 
com.flagstone.transform.image This package contains the object used to define lossless and lossy images. 
com.flagstone.transform.linestyle The linestyle package contains all the classes for encoding and decoding the data structures that represent the different types of line style that are found in a Flash file. 
com.flagstone.transform.movieclip The movieclip package contains all the classes for encoding and decoding the data structures that represent the different types of sprite that are found in a Flash file. 
com.flagstone.transform.shape The shape package contains all the classes for encoding and decoding the data structures that represent the different shape definitions and strokes that are used to draw shapes. 
com.flagstone.transform.sound The sound package contains all the classes for encoding and decoding the data structures that represent the different sounds in a Flash file. 
com.flagstone.transform.text The text package contains all the classes for encoding and decoding the data structures that represent static and dynamic text fields. 
com.flagstone.transform.video The video package contains all the classes for encoding and decoding the data structures that represent the different types of video streams and data that are found in a Flash file. 
 

Uses of SWFDecoder in com.flagstone.transform
 

Methods in com.flagstone.transform with parameters of type SWFDecoder
static ShowFrame ShowFrame.getInstance(SWFDecoder coder, Context context)
          Returns a shared ShowFrame object.
 void MovieDecoder.getObject(List<MovieTag> list, SWFDecoder coder, Context context)
          Decode and return a Flash object.
 

Constructors in com.flagstone.transform with parameters of type SWFDecoder
Background(SWFDecoder coder, Context context)
          Creates and initialises a Background object using values encoded in the Flash binary format.
DefineData(SWFDecoder coder)
          Creates and initialises a DefineData object using values encoded in the Flash binary format.
DoABC(SWFDecoder coder)
          Creates and initialises an DoABC using values encoded in the Flash binary format.
DoAction(SWFDecoder coder, Context context)
          Creates and initialises a DoAction object using values encoded in the Flash binary format.
EnableDebugger(SWFDecoder coder)
          Creates and initialises an EnableDebugger object using values encoded in the Flash binary format.
EnableDebugger2(SWFDecoder coder)
          Creates and initialises an EnableDebugger2 object using values encoded in the Flash binary format.
EventHandler(int value, SWFDecoder coder, Context context)
          Creates and initialises a EventHandler object using values encoded in the Flash binary format.
Export(SWFDecoder coder)
          Creates and initialises an Export object using values encoded in the Flash binary format.
FrameLabel(SWFDecoder coder)
          Creates and initialises a FrameLabel object using values encoded in the Flash binary format.
Free(SWFDecoder coder)
          Creates and initialises a Free object using values encoded in the Flash binary format.
Import(SWFDecoder coder)
          Creates and initialises an Import object using values encoded in the Flash binary format.
Import2(SWFDecoder coder)
          Creates and initialises an Import2 object using values encoded in the Flash binary format.
LimitScript(SWFDecoder coder)
          Creates and initialises a LimitScript object using values encoded in the Flash binary format.
MovieAttributes(SWFDecoder coder)
          Creates and initialises a MovieAttributes object using values encoded in the Flash binary format.
MovieHeader(SWFDecoder coder, Context context)
          Creates and initialises a MovieAttributes object using values encoded in the Flash binary format.
MovieMetaData(SWFDecoder coder)
          Creates and initialises a MoveMetaData object using values encoded in the Flash binary format.
MovieObject(SWFDecoder coder)
          Creates and initialises a MovieObject object using values encoded in the Flash binary format.
Place(SWFDecoder coder, Context context)
          Creates and initialises a Place object using values encoded in the Flash binary format.
Place2(SWFDecoder coder, Context context)
          Creates and initialises a Place2 object using values encoded in the Flash binary format.
Place3(SWFDecoder coder, Context context)
          Creates and initialises a Place3 object using values encoded in the Flash binary format.
Protect(SWFDecoder coder)
          Creates and initialises a Protect object using values encoded in the Flash binary format.
Remove(SWFDecoder coder)
          Creates and initialises a Remove object using values encoded in the Flash binary format.
Remove2(SWFDecoder coder)
          Creates and initialises a Remove2 object using values encoded in the Flash binary format.
ScalingGrid(SWFDecoder coder)
          Creates and initialises a ScalingGrid object using values encoded in the Flash binary format.
ScenesAndLabels(SWFDecoder coder)
          Creates and initialises a ScenesAndLabels object using values encoded in the Flash binary format.
SerialNumber(SWFDecoder coder)
          Creates and initialises a SerialNumber object using values encoded in the Flash binary format.
SymbolClass(SWFDecoder coder)
          Creates and initialises a SymbolClass object using values encoded in the Flash binary format.
TabOrder(SWFDecoder coder)
          Creates and initialises a TabOrder object using values encoded in the Flash binary format.
 

Uses of SWFDecoder in com.flagstone.transform.action
 

Methods in com.flagstone.transform.action with parameters of type SWFDecoder
 void ActionDecoder.getObject(List<Action> list, SWFDecoder coder, Context context)
          Decode and return a Flash object.
 

Constructors in com.flagstone.transform.action with parameters of type SWFDecoder
ActionObject(int actionType, SWFDecoder coder)
          Creates and initialises an ActionObject using values encoded in the Flash binary format.
ExceptionHandler(SWFDecoder coder, Context context)
          Creates and initialises an ExceptionHandler action using values encoded in the Flash binary format.
GetUrl(SWFDecoder coder)
          Creates and initialises a GetUrl action using values encoded in the Flash binary format.
GetUrl2(SWFDecoder coder)
          Creates and initialises a GetUrl2 action using values encoded in the Flash binary format.
GotoFrame(SWFDecoder coder)
          Creates and initialises an GotoFrame action using values encoded in the Flash binary format.
GotoFrame2(SWFDecoder coder)
          Creates and initialises an GotoFrame2 action using values encoded in the Flash binary format.
GotoLabel(SWFDecoder coder)
          Creates and initialises a GotoLabel action using values encoded in the Flash binary format.
If(SWFDecoder coder)
          Creates and initialises an If action using values encoded in the Flash binary format.
Jump(SWFDecoder coder)
          Creates and initialises a Jump action using values encoded in the Flash binary format.
NewFunction(SWFDecoder coder, Context context)
          Creates and initialises a NewFunction definition using values encoded in the Flash binary format.
NewFunction2(SWFDecoder coder, Context context)
          Creates and initialises a NewFunction2 definition using values encoded in the Flash binary format.
Push(SWFDecoder coder, Context context)
          Creates and initialises a Push action using values encoded in the Flash binary format.
RegisterCopy(SWFDecoder coder)
          Creates and initialises a RegisterCopy action using values encoded in the Flash binary format.
SetTarget(SWFDecoder coder)
          Creates and initialises a SetTarget action using values encoded in the Flash binary format.
Table(SWFDecoder coder)
          Creates and initialises a Table action using values encoded in the Flash binary format.
WaitForFrame(SWFDecoder coder)
          Creates and initialises a WaitForFrame action using values encoded in the Flash binary format.
WaitForFrame2(SWFDecoder coder)
          Creates and initialises a WaitForFrame2 action using values encoded in the Flash binary format.
With(SWFDecoder coder, Context context)
          Creates and initialises a With action using values encoded in the Flash binary format.
 

Uses of SWFDecoder in com.flagstone.transform.button
 

Constructors in com.flagstone.transform.button with parameters of type SWFDecoder
ButtonColorTransform(SWFDecoder coder, Context context)
          Creates and initialises a ButtonColorTransform object using values encoded in the Flash binary format.
ButtonShape(SWFDecoder coder, Context context)
          Creates and initialises a ButtonShape object using values encoded in the Flash binary format.
ButtonSound(SWFDecoder coder)
          Creates and initialises a ButtonSound object using values encoded in the Flash binary format.
DefineButton(SWFDecoder coder, Context context)
          Creates and initialises a DefineButton object using values encoded in the Flash binary format.
DefineButton2(SWFDecoder coder, Context context)
          Creates and initialises a DefineButton2 object using values encoded in the Flash binary format.
 

Uses of SWFDecoder in com.flagstone.transform.coder
 

Methods in com.flagstone.transform.coder with parameters of type SWFDecoder
 void SWFFactory.getObject(List<T> list, SWFDecoder coder, Context context)
          Decode and return a Flash object.
 

Uses of SWFDecoder in com.flagstone.transform.datatype
 

Constructors in com.flagstone.transform.datatype with parameters of type SWFDecoder
Bounds(SWFDecoder coder)
          Creates and initialises a Bounds using values encoded in the Flash binary format.
Color(SWFDecoder coder, Context context)
          Creates and initialises a Color object using values encoded in the Flash binary format.
ColorTransform(SWFDecoder coder, Context context)
          Creates and initialises a ColorTransform object using values encoded in the Flash binary format.
CoordTransform(SWFDecoder coder)
          Creates and initialises a CoordTransform object using values encoded in the Flash binary format.
 

Uses of SWFDecoder in com.flagstone.transform.fillstyle
 

Methods in com.flagstone.transform.fillstyle with parameters of type SWFDecoder
 void MorphFillStyleDecoder.getObject(List<FillStyle> list, SWFDecoder coder, Context context)
          Decode and return a Flash object.
 void FillStyleDecoder.getObject(List<FillStyle> list, SWFDecoder coder, Context context)
          Decode and return a Flash object.
 

Constructors in com.flagstone.transform.fillstyle with parameters of type SWFDecoder
BitmapFill(int fillType, SWFDecoder coder)
          Creates and initialises a BitmapFill fill style using values encoded in the Flash binary format.
FocalGradientFill(SWFDecoder coder, Context context)
          Creates and initialises a FocalGradientFill fill style using values encoded in the Flash binary format.
Gradient(SWFDecoder coder, Context context)
          Creates and initialises a Gradient object using values encoded in the Flash binary format.
GradientFill(int fillType, SWFDecoder coder, Context context)
          Creates and initialises a GradientFill fill style using values encoded in the Flash binary format.
MorphBitmapFill(int fillType, SWFDecoder coder)
          Creates and initialises a MorphBitmapFill fill style using values encoded in the Flash binary format.
MorphFocalGradientFill(SWFDecoder coder, Context context)
          Creates and initialises a FocalGradientFill fill style using values encoded in the Flash binary format.
MorphGradient(SWFDecoder coder, Context context)
          Creates and initialises a MorphGradient object using values encoded in the Flash binary format.
MorphGradientFill(int fillType, SWFDecoder coder, Context context)
          Creates and initialises an MorphGradientFill fill style using values encoded in the Flash binary format.
MorphSolidFill(SWFDecoder coder, Context context)
          Creates and initialises a MorphSolidFill fill style using values encoded in the Flash binary format.
SolidFill(SWFDecoder coder, Context context)
          Creates and initialises a SolidFill fill style using values encoded in the Flash binary format.
 

Uses of SWFDecoder in com.flagstone.transform.filter
 

Methods in com.flagstone.transform.filter with parameters of type SWFDecoder
 void FilterDecoder.getObject(List<Filter> list, SWFDecoder coder, Context context)
          Decode and return a Flash object.
 

Constructors in com.flagstone.transform.filter with parameters of type SWFDecoder
BevelFilter(SWFDecoder coder, Context context)
          Creates and initialises a BevelFilter object using values encoded in the Flash binary format.
BlurFilter(SWFDecoder coder)
          Creates and initialises a BlueFilter object using values encoded in the Flash binary format.
ColorMatrixFilter(SWFDecoder coder)
          Creates and initialises a ColorMatrix object using values encoded in the Flash binary format.
ConvolutionFilter(SWFDecoder coder, Context context)
          Creates and initialises a ConvolutionFilter object using values encoded in the Flash binary format.
DropShadowFilter(SWFDecoder coder, Context context)
          Creates and initialises a DropShadowFilter object using values encoded in the Flash binary format.
GlowFilter(SWFDecoder coder, Context context)
          Creates and initialises a GlowFilter object using values encoded in the Flash binary format.
GradientBevelFilter(SWFDecoder coder, Context context)
          Creates and initialises a GradientBevelFilter object using values encoded in the Flash binary format.
GradientGlowFilter(SWFDecoder coder, Context context)
          Creates and initialises a GradientGlowFilter object using values encoded in the Flash binary format.
 

Uses of SWFDecoder in com.flagstone.transform.font
 

Constructors in com.flagstone.transform.font with parameters of type SWFDecoder
AlignmentZone(SWFDecoder coder)
          Creates and initialises an AlignmentZone object using values encoded in the Flash binary format.
DefineFont(SWFDecoder coder)
          Creates and initialises a DefineFont object using values encoded in the Flash binary format.
DefineFont2(SWFDecoder coder, Context context)
          Creates and initialises a DefineFont2 object using values encoded in the Flash binary format.
DefineFont3(SWFDecoder coder, Context context)
          Creates and initialises a DefineFont3 object using values encoded in the Flash binary format.
DefineFont4(SWFDecoder coder)
          Creates and initialises a DefineFont4 object using values encoded in the Flash binary format.
FontAlignment(SWFDecoder coder)
          Creates and initialises a FontAlignment object using values encoded in the Flash binary format.
FontInfo(SWFDecoder coder)
          Creates and initialises an FontInfo object using values encoded in the Flash binary format.
FontInfo2(SWFDecoder coder)
          Creates and initialises a FontInfo2 object using values encoded in the Flash binary format.
FontName(SWFDecoder coder)
          Creates and initialises a DefineFontName object using values encoded in the Flash binary format.
GlyphAlignment(SWFDecoder coder)
          Creates and initialises a GlyphAlignment object using values encoded in the Flash binary format.
Kerning(SWFDecoder coder, Context context)
          Creates and initialises a Kerning object using values encoded in the Flash binary format.
 

Uses of SWFDecoder in com.flagstone.transform.image
 

Constructors in com.flagstone.transform.image with parameters of type SWFDecoder
DefineImage(SWFDecoder coder)
          Creates and initialises a DefineImage object using values encoded in the Flash binary format.
DefineImage2(SWFDecoder coder)
          Creates and initialises an DefineImage2 object using values encoded in the Flash binary format.
DefineJPEGImage(SWFDecoder coder)
          Creates and initialises a DefineJPEGImage object using values encoded in the Flash binary format.
DefineJPEGImage2(SWFDecoder coder)
          Creates and initialises a DefineJPEGImage2 object using values encoded in the Flash binary format.
DefineJPEGImage3(SWFDecoder coder)
          Creates and initialises a DefineJPEGImage3 object using values encoded in the Flash binary format.
DefineJPEGImage4(SWFDecoder coder)
          Creates and initialises a DefineJPEGImage4 object using values encoded in the Flash binary format.
JPEGEncodingTable(SWFDecoder coder)
          Creates and initialises a JPEGEncodingTable object using values encoded in the Flash binary format.
 

Uses of SWFDecoder in com.flagstone.transform.linestyle
 

Constructors in com.flagstone.transform.linestyle with parameters of type SWFDecoder
LineStyle1(SWFDecoder coder, Context context)
          Creates and initialises a LineStyle object using values encoded in the Flash binary format.
LineStyle2(SWFDecoder coder, Context context)
          Creates and initialises a LineStyle2 object using values encoded in the Flash binary format.
MorphLineStyle(SWFDecoder coder, Context context)
          Creates and initialises a MorphLineStyle object using values encoded in the Flash binary format.
MorphLineStyle2(SWFDecoder coder, Context context)
          Creates and initialises a MorphLineStyle2 object using values encoded in the Flash binary format.
 

Uses of SWFDecoder in com.flagstone.transform.movieclip
 

Constructors in com.flagstone.transform.movieclip with parameters of type SWFDecoder
DefineMovieClip(SWFDecoder coder, Context context)
          Creates and initialises a DefineMovieClip object using values encoded in the Flash binary format.
InitializeMovieClip(SWFDecoder coder, Context context)
          Creates and initialises an InitializeMovieClip object using values encoded in the Flash binary format.
QuicktimeMovie(SWFDecoder coder)
          Creates and initialises a QuicktimeMovie object using values encoded in the Flash binary format.
 

Uses of SWFDecoder in com.flagstone.transform.shape
 

Methods in com.flagstone.transform.shape with parameters of type SWFDecoder
static PathsArePostscript PathsArePostscript.getInstance(SWFDecoder coder, Context context)
          Returns a singleton.
 void ShapeDecoder.getObject(List<ShapeRecord> list, SWFDecoder coder, Context context)
          Decode and return a Flash object.
 

Constructors in com.flagstone.transform.shape with parameters of type SWFDecoder
Curve(SWFDecoder coder)
          Creates and initialises a Curve object using values encoded in the Flash binary format.
DefineMorphShape(SWFDecoder coder, Context context)
          Creates and initialises a DefineMorphShape object using values encoded in the Flash binary format.
DefineMorphShape2(SWFDecoder coder, Context context)
          Creates and initialises a DefineMorphShape2 object using values encoded in the Flash binary format.
DefineShape(SWFDecoder coder, Context context)
          Creates and initialises a DefineShape object using values encoded in the Flash binary format.
DefineShape2(SWFDecoder coder, Context context)
          Creates and initialises a DefineShape2 object using values encoded in the Flash binary format.
DefineShape3(SWFDecoder coder, Context context)
          Creates and initialises a DefineShape3 object using values encoded in the Flash binary format.
DefineShape4(SWFDecoder coder, Context context)
          Creates and initialises a DefineShape4 object using values encoded in the Flash binary format.
Line(SWFDecoder coder)
          Creates and initialises a Line object using values encoded in the Flash binary format.
Shape(SWFDecoder coder, Context context)
          Creates and initialises a Shape object using values encoded in the Flash binary format.
ShapeData(int size, SWFDecoder coder)
          Create a new ShapeData object initialised with an array of bytes containing the encoded records for a shape.
ShapeStyle(int flags, SWFDecoder coder, Context context)
          Creates and initialises a ShapeStyle object using values encoded in the Flash binary format.
ShapeStyle2(int flags, SWFDecoder coder, Context context)
          Creates and initialises a ShapeStyle object using values encoded in the Flash binary format.
 

Uses of SWFDecoder in com.flagstone.transform.sound
 

Constructors in com.flagstone.transform.sound with parameters of type SWFDecoder
DefineSound(SWFDecoder coder)
          Creates and initialises a DefineSound object using values encoded in the Flash binary format.
Envelope.Level(SWFDecoder coder)
          Creates and initialises a sound Level object using values encoded in the Flash binary format.
Envelope(SWFDecoder coder)
          Creates and initialises an Envelope object using values encoded in the Flash binary format.
SoundInfo(int uid, SWFDecoder coder)
          Creates and initialises a SoundInfo object using values encoded in the Flash binary format.
SoundStreamBlock(SWFDecoder coder)
          Creates and initialises a SoundStreamBlock object using values encoded in the Flash binary format.
SoundStreamHead(SWFDecoder coder)
          Creates and initialises a SoundStreamHead object using values encoded in the Flash binary format.
SoundStreamHead2(SWFDecoder coder)
          Creates and initialises a SoundStreamHead2 object using values encoded in the Flash binary format.
StartSound(SWFDecoder coder)
          Creates and initialises a StartSound object using values encoded in the Flash binary format.
StartSound2(SWFDecoder coder)
          Creates and initialises a StartSound2 object using values encoded in the Flash binary format.
 

Uses of SWFDecoder in com.flagstone.transform.text
 

Constructors in com.flagstone.transform.text with parameters of type SWFDecoder
DefineText(SWFDecoder coder, Context context)
          Creates and initialises a DefineText object using values encoded in the Flash binary format.
DefineText2(SWFDecoder coder, Context context)
          Creates and initialises a DefineText2 object using values encoded in the Flash binary format.
DefineTextField(SWFDecoder coder, Context context)
          Creates and initialises a DefineTextField object using values encoded in the Flash binary format.
GlyphIndex(SWFDecoder coder, Context context)
          Creates and initialises a GlyphIndex object using values encoded in the Flash binary format.
TextSettings(SWFDecoder coder)
          Creates and initialises an TextSettings using values encoded in the Flash binary format.
TextSpan(SWFDecoder coder, Context context)
          Creates and initialises a TextSpan object using values encoded in the Flash binary format.
 

Uses of SWFDecoder in com.flagstone.transform.video
 

Constructors in com.flagstone.transform.video with parameters of type SWFDecoder
DefineVideo(SWFDecoder coder)
          Creates and initialises a DefineVideo object using values encoded in the Flash binary format.
VideoFrame(SWFDecoder coder)
          Creates and initialises a VideoFrame object using values encoded in the Flash binary format.
 



Copyright © 2002-2010 Flagstone Software Ltd.. All Rights Reserved.