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

Packages that use Context
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 Context in com.flagstone.transform
 

Methods in com.flagstone.transform with parameters of type Context
 void TabOrder.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void SymbolClass.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void ShowFrame.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void SerialNumber.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void ScenesAndLabels.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void ScalingGrid.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void Remove2.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void Remove.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void Protect.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void Place3.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void Place2.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void Place.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void MovieObject.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void MovieMetaData.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void MovieHeader.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void MovieData.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void MovieAttributes.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void LimitScript.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void Import2.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void Import.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void Free.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void FrameLabel.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void Export.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void EventHandler.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void EnableDebugger2.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void EnableDebugger.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void DoAction.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void DoABC.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void DefineData.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void Background.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
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.
 int TabOrder.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int SymbolClass.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int ShowFrame.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int SerialNumber.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int ScenesAndLabels.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int ScalingGrid.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int Remove2.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int Remove.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int Protect.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int Place3.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int Place2.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int Place.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int MovieObject.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int MovieMetaData.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int MovieHeader.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int MovieData.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int MovieAttributes.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int LimitScript.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int Import2.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int Import.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int Free.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int FrameLabel.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int Export.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int EventHandler.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int EnableDebugger2.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int EnableDebugger.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int DoAction.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int DoABC.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int DefineData.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int Background.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 

Constructors in com.flagstone.transform with parameters of type Context
Background(SWFDecoder coder, Context context)
          Creates and initialises a Background object 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.
EventHandler(int value, SWFDecoder coder, Context context)
          Creates and initialises a EventHandler 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.
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.
 

Uses of Context in com.flagstone.transform.action
 

Methods in com.flagstone.transform.action with parameters of type Context
 void With.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void WaitForFrame2.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void WaitForFrame.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void Table.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void SetTarget.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void RegisterCopy.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void Push.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void NewFunction2.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void NewFunction.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void Jump.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void If.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void GotoLabel.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void GotoFrame2.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void GotoFrame.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void GetUrl2.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void GetUrl.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void ExceptionHandler.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void Call.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void BasicAction.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void ActionObject.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void ActionData.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void ActionDecoder.getObject(List<Action> list, SWFDecoder coder, Context context)
          Decode and return a Flash object.
 int With.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int WaitForFrame2.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int WaitForFrame.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int Table.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int SetTarget.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int RegisterCopy.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int Push.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int NewFunction2.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int NewFunction.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int Jump.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int If.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int GotoLabel.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int GotoFrame2.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int GotoFrame.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int GetUrl2.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int GetUrl.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int ExceptionHandler.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int Call.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int BasicAction.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int ActionObject.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int ActionData.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 

Constructors in com.flagstone.transform.action with parameters of type Context
ExceptionHandler(SWFDecoder coder, Context context)
          Creates and initialises an ExceptionHandler 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.
With(SWFDecoder coder, Context context)
          Creates and initialises a With action using values encoded in the Flash binary format.
 

Uses of Context in com.flagstone.transform.button
 

Methods in com.flagstone.transform.button with parameters of type Context
 void DefineButton2.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void DefineButton.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void ButtonSound.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void ButtonShape.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void ButtonColorTransform.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 int DefineButton2.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int DefineButton.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int ButtonSound.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int ButtonShape.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int ButtonColorTransform.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 

Constructors in com.flagstone.transform.button with parameters of type Context
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.
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 Context in com.flagstone.transform.coder
 

Methods in com.flagstone.transform.coder that return Context
 Context Context.put(Integer key, Integer value)
          Set a variable.
 

Methods in com.flagstone.transform.coder with parameters of type Context
 void SWFEncodeable.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void SWFFactory.getObject(List<T> list, SWFDecoder coder, Context context)
          Decode and return a Flash object.
 int SWFEncodeable.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 

Uses of Context in com.flagstone.transform.datatype
 

Methods in com.flagstone.transform.datatype with parameters of type Context
 void CoordTransform.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void ColorTransform.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void Color.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void Bounds.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 int CoordTransform.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int ColorTransform.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int Color.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int Bounds.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 

Constructors in com.flagstone.transform.datatype with parameters of type Context
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.
 

Uses of Context in com.flagstone.transform.fillstyle
 

Methods in com.flagstone.transform.fillstyle with parameters of type Context
 void SolidFill.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void MorphSolidFill.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void MorphGradientFill.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void MorphGradient.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void MorphFocalGradientFill.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void MorphBitmapFill.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void GradientFill.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void Gradient.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void FocalGradientFill.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void BitmapFill.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 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.
 int SolidFill.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int MorphSolidFill.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int MorphGradientFill.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int MorphGradient.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int MorphFocalGradientFill.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int MorphBitmapFill.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int GradientFill.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int Gradient.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int FocalGradientFill.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int BitmapFill.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 

Constructors in com.flagstone.transform.fillstyle with parameters of type Context
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.
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 Context in com.flagstone.transform.filter
 

Methods in com.flagstone.transform.filter with parameters of type Context
 void GradientGlowFilter.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void GradientBevelFilter.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void GlowFilter.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void DropShadowFilter.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void ConvolutionFilter.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void ColorMatrixFilter.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void BlurFilter.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void BevelFilter.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void FilterDecoder.getObject(List<Filter> list, SWFDecoder coder, Context context)
          Decode and return a Flash object.
 int GradientGlowFilter.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int GradientBevelFilter.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int GlowFilter.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int DropShadowFilter.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int ConvolutionFilter.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int ColorMatrixFilter.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int BlurFilter.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int BevelFilter.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 

Constructors in com.flagstone.transform.filter with parameters of type Context
BevelFilter(SWFDecoder coder, Context context)
          Creates and initialises a BevelFilter 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 Context in com.flagstone.transform.font
 

Methods in com.flagstone.transform.font with parameters of type Context
 void Kerning.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void GlyphAlignment.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void FontName.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void FontInfo2.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void FontInfo.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void FontAlignment.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void DefineFont4.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void DefineFont3.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void DefineFont2.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void DefineFont.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void AlignmentZone.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 int Kerning.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int GlyphAlignment.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int FontName.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int FontInfo2.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int FontInfo.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int FontAlignment.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int DefineFont4.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int DefineFont3.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int DefineFont2.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int DefineFont.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int AlignmentZone.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 

Constructors in com.flagstone.transform.font with parameters of type Context
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.
Kerning(SWFDecoder coder, Context context)
          Creates and initialises a Kerning object using values encoded in the Flash binary format.
 

Uses of Context in com.flagstone.transform.image
 

Methods in com.flagstone.transform.image with parameters of type Context
 void JPEGEncodingTable.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void DefineJPEGImage4.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void DefineJPEGImage3.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void DefineJPEGImage2.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void DefineJPEGImage.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void DefineImage2.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void DefineImage.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 int JPEGEncodingTable.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int DefineJPEGImage4.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int DefineJPEGImage3.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int DefineJPEGImage2.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int DefineJPEGImage.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int DefineImage2.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int DefineImage.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 

Uses of Context in com.flagstone.transform.linestyle
 

Methods in com.flagstone.transform.linestyle with parameters of type Context
 void MorphLineStyle2.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void MorphLineStyle.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void LineStyle2.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void LineStyle1.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 int MorphLineStyle2.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int MorphLineStyle.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int LineStyle2.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int LineStyle1.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 

Constructors in com.flagstone.transform.linestyle with parameters of type Context
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 Context in com.flagstone.transform.movieclip
 

Methods in com.flagstone.transform.movieclip with parameters of type Context
 void QuicktimeMovie.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void InitializeMovieClip.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void DefineMovieClip.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 int QuicktimeMovie.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int InitializeMovieClip.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int DefineMovieClip.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 

Constructors in com.flagstone.transform.movieclip with parameters of type Context
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.
 

Uses of Context in com.flagstone.transform.shape
 

Methods in com.flagstone.transform.shape with parameters of type Context
 void ShapeStyle2.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void ShapeStyle.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void ShapeData.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void Shape.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void PathsArePostscript.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void Line.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void DefineShape4.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void DefineShape3.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void DefineShape2.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void DefineShape.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void DefineMorphShape2.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void DefineMorphShape.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void Curve.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
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.
 int ShapeStyle2.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int ShapeStyle.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int ShapeData.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int Shape.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int PathsArePostscript.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int Line.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int DefineShape4.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int DefineShape3.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int DefineShape2.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int DefineShape.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int DefineMorphShape2.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int DefineMorphShape.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int Curve.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 

Constructors in com.flagstone.transform.shape with parameters of type Context
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.
Shape(SWFDecoder coder, Context context)
          Creates and initialises a Shape object using values encoded in the Flash binary format.
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 Context in com.flagstone.transform.sound
 

Methods in com.flagstone.transform.sound with parameters of type Context
 void StartSound2.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void StartSound.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void SoundStreamHead2.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void SoundStreamHead.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void SoundStreamBlock.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void SoundInfo.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void Envelope.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void Envelope.Level.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void DefineSound.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 int StartSound2.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int StartSound.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int SoundStreamHead2.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int SoundStreamHead.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int SoundStreamBlock.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int SoundInfo.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int Envelope.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int Envelope.Level.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int DefineSound.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 

Uses of Context in com.flagstone.transform.text
 

Methods in com.flagstone.transform.text with parameters of type Context
 void TextSpan.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void TextSettings.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void GlyphIndex.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void DefineTextField.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void DefineText2.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void DefineText.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 int TextSpan.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int TextSettings.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int GlyphIndex.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int DefineTextField.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int DefineText2.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int DefineText.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 

Constructors in com.flagstone.transform.text with parameters of type Context
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.
TextSpan(SWFDecoder coder, Context context)
          Creates and initialises a TextSpan object using values encoded in the Flash binary format.
 

Uses of Context in com.flagstone.transform.video
 

Methods in com.flagstone.transform.video with parameters of type Context
 void VideoFrame.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 void DefineVideo.encode(SWFEncoder coder, Context context)
          Encode an object to the Flash binary format.
 int VideoFrame.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 int DefineVideo.prepareToEncode(Context context)
          Prepare an object for encoding, returning the expected size of an object when it is encoded.
 



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