Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.anotherbigidea.flash.movie.Transform

Uses of Transform in com.anotherbigidea.flash.movie
 

Fields in com.anotherbigidea.flash.movie declared as Transform
protected  Transform Text.matrix
           
protected  Transform Shape.ImageFill.matrix
           
protected  Transform Shape.GradientFill.matrix
           
protected  Transform Placement.matrix
           
protected  Transform Button.Layer.matrix
           
 

Methods in com.anotherbigidea.flash.movie that return Transform
 Transform Text.getTransform()
          Get the transformation matrix applied to the text
 Transform Shape.ImageFill.getTransform()
           
 Transform Shape.GradientFill.getTransform()
           
 Transform Placement.getTransform()
          The transform may be null
 Transform Button.Layer.getTransform()
           
 

Methods in com.anotherbigidea.flash.movie with parameters of type Transform
 void Text.setTransform(Transform matrix)
           
 void Shape.defineFillStyle(Symbol image, Transform matrix, boolean clipped)
          Define an image fill
 void Shape.defineFillStyle(com.anotherbigidea.flash.structs.Color[] colors, int[] ratios, Transform matrix, boolean radial)
          Define a gradient fill
 void Shape.ImageFill.setTransform(Transform matrix)
           
 void Shape.GradientFill.setTransform(Transform matrix)
           
 Instance Frame.placeSymbol(Symbol symbol, Transform matrix, com.anotherbigidea.flash.structs.AlphaTransform cxform)
          Place a symbol at the next available depth with the given matrix transform and color transform.
 Instance Frame.placeSymbol(Symbol symbol, Transform matrix, com.anotherbigidea.flash.structs.AlphaTransform cxform, int ratio, int clipDepth)
          Place a symbol at the next available depth with the given properties.
 Instance Frame.replaceSymbol(Symbol symbol, int depth, Transform matrix, com.anotherbigidea.flash.structs.AlphaTransform cxform, int ratio, int clipDepth)
          Replace the symbol at the given depth with the new symbol
 Instance Frame.placeMovieClip(Symbol symbol, Transform matrix, com.anotherbigidea.flash.structs.AlphaTransform cxform, java.lang.String name, Actions[] clipActions)
          Place a Movie Clip at the next available depth with the given properties.
 Instance Frame.replaceMovieClip(Symbol symbol, int depth, Transform matrix, com.anotherbigidea.flash.structs.AlphaTransform cxform, java.lang.String name, Actions[] clipActions)
          Replace the Symbol at the given depth with the new MovieClip
 void Frame.alter(Instance instance, Transform matrix, com.anotherbigidea.flash.structs.AlphaTransform cxform)
          Alter the symbol instance by applying the given transform and/or color transform.
 void Frame.alter(Instance instance, Transform matrix, com.anotherbigidea.flash.structs.AlphaTransform cxform, int ratio)
          Alter the symbol instance by applying the given properties.
 Button.Layer Button.addLayer(Symbol symbol, Transform matrix, com.anotherbigidea.flash.structs.AlphaTransform cxform, int depth, boolean usedForHitArea, boolean usedForUp, boolean usedForDown, boolean usedForOver)
          Add a layer to the button.
 void Button.Layer.setTransform(Transform matrix)
           
 

Constructors in com.anotherbigidea.flash.movie with parameters of type Transform
Text(Transform matrix)
          Create a Text Symbol which is transformed by the given matrix
Shape.ImageFill(Symbol image, Transform matrix, boolean isClipped)
           
Shape.GradientFill(com.anotherbigidea.flash.structs.Color[] colors, int[] ratios, Transform matrix, boolean isRadial)
           
Placement(Instance instance, Transform matrix, com.anotherbigidea.flash.structs.AlphaTransform cxform, java.lang.String name, int ratio, int clipDepth, int frameNumber, boolean alteration, boolean replacement, Actions[] clipActions)
           
Button.Layer(Symbol symbol, Transform matrix, com.anotherbigidea.flash.structs.AlphaTransform cxform, int depth, boolean usedForHitArea, boolean usedForUp, boolean usedForDown, boolean usedForOver)