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

Packages that use Transform
pt.tumba.parser.swf   
 

Uses of Transform in pt.tumba.parser.swf
 

Fields in pt.tumba.parser.swf declared as Transform
protected  Transform Placement.matrix
          Description of the Field
protected  Transform Button.Layer.matrix
          Description of the Field
protected  Transform Shape.ImageFill.matrix
          Description of the Field
protected  Transform Shape.GradientFill.matrix
          Description of the Field
protected  Transform MovieBuilder.ClipActionBuilder.matrix
          Description of the Field
protected  Transform Text.matrix
          Description of the Field
 

Methods in pt.tumba.parser.swf that return Transform
 Transform Placement.getTransform()
          The transform may be null
 Transform Button.Layer.getTransform()
          Gets the transform attribute of the Layer object
 Transform Shape.ImageFill.getTransform()
          Gets the transform attribute of the ImageFill object
 Transform Shape.GradientFill.getTransform()
          Gets the transform attribute of the GradientFill object
 Transform Text.getTransform()
          Get the transformation matrix applied to the text
 

Methods in pt.tumba.parser.swf with parameters of type Transform
 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.
 void Shape.defineFillStyle(Color[] colors, int[] ratios, Transform matrix, boolean radial)
          Define a gradient fill
 void Shape.defineFillStyle(Symbol image, Transform matrix, boolean clipped)
          Define an image fill
 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.setTransform(Transform matrix)
          Sets the transform attribute of the Layer object
 void Shape.ImageFill.setTransform(Transform matrix)
          Sets the transform attribute of the ImageFill object
 void Shape.GradientFill.setTransform(Transform matrix)
          Sets the transform attribute of the GradientFill object
 void Text.setTransform(Transform matrix)
          Sets the transform attribute of the Text object
 

Constructors in pt.tumba.parser.swf with parameters of type Transform
Button.Layer(Symbol symbol, Transform matrix, AlphaTransform cxform, int depth, boolean usedForHitArea, boolean usedForUp, boolean usedForDown, boolean usedForOver)
           
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
Shape.GradientFill(Color[] colors, int[] ratios, Transform matrix, boolean isRadial)
          Constructor for the GradientFill object
Shape.ImageFill(Symbol image, Transform matrix, boolean isClipped)
          Constructor for the ImageFill object
Text(Transform matrix)
          Create a Text Symbol which is transformed by the given matrix