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

Packages that use Symbol
pt.tumba.parser.swf   
 

Uses of Symbol in pt.tumba.parser.swf
 

Subclasses of Symbol in pt.tumba.parser.swf
 class Button
          A Button Symbol
 class EditField
          An Edit Field Symbol.
 class Font
          A Font Symbol.
 class Image
          Base class for Image symbols.
static class Image.JPEG
          A JPEG Image that can be used as a fill for Shapes.
static class Image.Lossless
          A lossless image (similar to PNG).
 class ImportedSymbol
          A Symbol that is to be imported (within the Player) from another Flash movie.
 class MorphShape
          A Morph Shape Symbol
 class MovieClip
          A Movie Clip (aka Sprite) Symbol
 class QTMovie
          A QuickTime Movie Symbol
 class Shape
          A Shape Symbol
 class Text
          A Text Symbol.
 

Fields in pt.tumba.parser.swf declared as Symbol
protected  Symbol Shape.ImageFill.image
          Description of the Field
protected  Symbol Instance.symbol
          Description of the Field
protected  Symbol Button.Layer.symbol
          Description of the Field
protected  Symbol ExportedSymbol.symbol
          Description of the Field
protected  Symbol MovieBuilder.ClipActionBuilder.symbol
          Description of the Field
 

Methods in pt.tumba.parser.swf that return Symbol
 Symbol Shape.ImageFill.getImage()
          Gets the image attribute of the ImageFill object
 Symbol Instance.getSymbol()
          Gets the symbol attribute of the Instance object
 Symbol Button.Layer.getSymbol()
          Gets the symbol attribute of the Layer object
 Symbol ExportedSymbol.getSymbol()
          Gets the symbol attribute of the ExportedSymbol object
protected  Symbol MovieBuilder.getSymbol(int id)
          Gets the symbol attribute of the MovieBuilder object
 

Methods in pt.tumba.parser.swf with parameters of type Symbol
 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 Shape.defineFillStyle(Symbol image, Transform matrix, boolean clipped)
          Define an image fill
 void Movie.exportSymbols(java.lang.String[] exportNames, Symbol[] symbols)
          Export a number of symbols with the given names so that other movies can import and use them.
 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, int x, int y)
          Place a symbol at the given coordinates at the next available depth.
 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
protected  void MovieBuilder.saveSymbol(int id, Symbol s)
          Description of the Method
 void Shape.ImageFill.setImage(Symbol image)
          Sets the image attribute of the ImageFill object
 void Button.Layer.setSymbol(Symbol symbol)
          Sets the symbol attribute of the Layer object
 

Constructors in pt.tumba.parser.swf with parameters of type Symbol
Button.Layer(Symbol symbol, Transform matrix, AlphaTransform cxform, int depth, boolean usedForHitArea, boolean usedForUp, boolean usedForDown, boolean usedForOver)
           
ExportedSymbol(Symbol s, java.lang.String name)
          Constructor for the ExportedSymbol object
Instance(Symbol symbol, int depth)
          Constructor for the Instance object
MovieBuilder.ClipActionBuilder(Symbol symbol, Matrix matrix, AlphaTransform cxform, int depth, java.lang.String name, int version, boolean isMove)
          Constructor for the ClipActionBuilder object
Shape.ImageFill(Symbol image, Transform matrix, boolean isClipped)
          Constructor for the ImageFill object