Uses of Class
pt.tumba.parser.swf.AlphaTransform

Packages that use AlphaTransform
pt.tumba.parser.swf   
 

Uses of AlphaTransform in pt.tumba.parser.swf
 

Fields in pt.tumba.parser.swf declared as AlphaTransform
protected  AlphaTransform SWFSaxWriter.cxform
          Description of the Field
protected  AlphaTransform Placement.cxform
          Description of the Field
protected  AlphaTransform Button.Layer.cxform
          Description of the Field
protected  AlphaTransform MovieBuilder.ClipActionBuilder.cxform
          Description of the Field
protected  AlphaTransform ButtonRecord2.transform
          Description of the Field
 

Methods in pt.tumba.parser.swf that return AlphaTransform
 AlphaTransform Button.Layer.getColoring()
          Gets the coloring attribute of the Layer object
 AlphaTransform Placement.getColorTransform()
          The color transform may be null
 AlphaTransform ButtonRecord2.getTransform()
          Gets the transform attribute of the ButtonRecord2 object
 

Methods in pt.tumba.parser.swf with parameters of type AlphaTransform
 Button.Layer Button.addLayer(Symbol symbol, Transform matrix, AlphaTransform cxform, int depth, boolean usedForHitArea, boolean usedForUp, boolean usedForDown, boolean usedForOver)
          Add a layer to the button.
 void Frame.alter(Instance instance, Transform matrix, AlphaTransform cxform)
          Alter the symbol instance by applying the given transform and/or color transform.
 void Frame.alter(Instance instance, Transform matrix, AlphaTransform cxform, int ratio)
          Alter the symbol instance by applying the given properties.
 Instance Frame.placeMovieClip(Symbol symbol, Transform matrix2, AlphaTransform cxform, java.lang.String name, Actions[] clipActions)
          Place a Movie Clip at the next available depth with the given properties.
 Instance Frame.placeSymbol(Symbol symbol, Transform matrix, AlphaTransform cxform)
          Place a symbol at the next available depth with the given matrix transform and color transform.
 Instance Frame.placeSymbol(Symbol symbol, Transform matrix2, AlphaTransform cxform, int ratio, int clipDepth)
          Place a symbol at the next available depth with the given properties.
 Instance Frame.replaceMovieClip(Symbol symbol, int depth, Transform matrix2, AlphaTransform cxform, java.lang.String name, Actions[] clipActions)
          Replace the Symbol at the given depth with the new MovieClip
 Instance Frame.replaceSymbol(Symbol symbol, int depth, Transform matrix2, AlphaTransform cxform, int ratio, int clipDepth)
          Replace the symbol at the given depth with the new symbol
 void Button.Layer.setColoring(AlphaTransform cxform)
          Sets the coloring attribute of the Layer object
 void ButtonRecord2.setTransform(AlphaTransform transform)
          Sets the transform attribute of the ButtonRecord2 object
 void SWFTagDumper.tagPlaceObject(int charId, int depth, Matrix matrix, AlphaTransform cxform)
          SWFTagTypes interface
 void TagWriter.tagPlaceObject(int charId, int depth, Matrix matrix, AlphaTransform cxform)
          SWFTagTypes interface
 void SWFSaxParser.tagPlaceObject(int charId, int depth, Matrix matrix, AlphaTransform cxform)
          SWFTagTypes interface
 void MovieBuilder.tagPlaceObject(int charId, int depth, Matrix matrix, AlphaTransform cxform)
          SWFTagTypes interface
 void SWFSpriteTagTypes.tagPlaceObject(int charId, int depth, Matrix matrix, AlphaTransform cxform)
           
 void SWFTagTypesImpl.tagPlaceObject(int charId, int depth, Matrix matrix, AlphaTransform cxform)
          SWFTagTypes interface
 SWFActions SWFTagDumper.tagPlaceObject2(boolean isMove, int clipDepth, int depth, int charId, Matrix matrix, AlphaTransform cxform, int ratio, java.lang.String name, int clipActionFlags)
          SWFTagTypes interface
 SWFActions TagWriter.tagPlaceObject2(boolean isMove, int clipDepth, int depth, int charId, Matrix matrix, AlphaTransform cxform, int ratio, java.lang.String name, int clipActionFlags)
          SWFTagTypes interface
 SWFActions SWFSaxParser.tagPlaceObject2(boolean isMove, int clipDepth, int depth, int charId, Matrix matrix, AlphaTransform cxform, int ratio, java.lang.String name, int clipActionFlags)
          SWFTagTypes interface
 SWFActions MovieBuilder.tagPlaceObject2(boolean isMove, int clipDepth, int depth, int charId, Matrix matrix, AlphaTransform cxform, int ratio, java.lang.String name, int clipActionFlags)
          SWFTagTypes interface
 SWFActions SWFSpriteTagTypes.tagPlaceObject2(boolean isMove, int clipDepth, int depth, int charId, Matrix matrix, AlphaTransform cxform, int ratio, java.lang.String name, int clipActionFlags)
           
 SWFActions SWFTagTypesImpl.tagPlaceObject2(boolean isMove, int clipDepth, int depth, int charId, Matrix matrix, AlphaTransform cxform, int ratio, java.lang.String name, int clipActionFlags)
          SWFTagTypes interface
 

Constructors in pt.tumba.parser.swf with parameters of type AlphaTransform
Button.Layer(Symbol symbol, Transform matrix, AlphaTransform cxform, int depth, boolean usedForHitArea, boolean usedForUp, boolean usedForDown, boolean usedForOver)
           
ButtonRecord2(int id, int layer, Matrix matrix, AlphaTransform transform, int flags)
          Constructor for the ButtonRecord2 object
MovieBuilder.ClipActionBuilder(Symbol symbol, Matrix matrix, AlphaTransform cxform, int depth, java.lang.String name, int version, boolean isMove)
          Constructor for the ClipActionBuilder object
Placement(Instance instance, Transform matrix, AlphaTransform cxform, java.lang.String name, int ratio, int clipDepth, int frameNumber, boolean alteration, boolean replacement, Actions[] clipActions)
          Constructor for the Placement object