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.Instance

Uses of Instance in com.anotherbigidea.flash.movie
 

Fields in com.anotherbigidea.flash.movie declared as Instance
protected  Instance Placement.instance
           
 

Methods in com.anotherbigidea.flash.movie that return Instance
 Instance Placement.getInstance()
          Get the Symbol Instance represented by this Placement
 Instance Frame.placeSymbol(Symbol symbol, int x, int y)
          Place a symbol at the given coordinates at the next available depth.
 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
 

Methods in com.anotherbigidea.flash.movie with parameters of type Instance
 void Frame.remove(Instance instance)
          Remove the symbol instance from the stage
 void Frame.alter(Instance instance, int x, int y)
          Alter the symbol instance by moving it to the new coordinates.
 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.
 

Constructors in com.anotherbigidea.flash.movie with parameters of type Instance
Placement(Instance instance, int frameNumber)
           
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)