org.concord.flash.player
Class FMovieBuilder.GlyphBuilder

java.lang.Object
  |
  +--org.concord.flash.player.FMovieBuilder.ShapeBuilder
        |
        +--org.concord.flash.player.FMovieBuilder.GlyphBuilder
All Implemented Interfaces:
com.anotherbigidea.flash.interfaces.SWFShape, com.anotherbigidea.flash.interfaces.SWFVectors
Enclosing class:
FMovieBuilder

protected class FMovieBuilder.GlyphBuilder
extends FMovieBuilder.ShapeBuilder


Field Summary
protected  int[] advances
           
protected  com.anotherbigidea.flash.structs.Rect[] bounds
           
protected  int[] codes
           
protected  int count
           
protected  java.util.List defGlyphs
           
protected  com.anotherbigidea.flash.movie.Font font
           
protected  com.anotherbigidea.flash.movie.FontDefinition fontDef
           
protected  java.util.List fontGlyphs
           
protected  int index
           
 
Fields inherited from class org.concord.flash.player.FMovieBuilder.ShapeBuilder
currx, curry, s
 
Constructor Summary
FMovieBuilder.GlyphBuilder(com.anotherbigidea.flash.movie.FontDefinition fontDef, com.anotherbigidea.flash.movie.Font font, int glyphCount)
           
FMovieBuilder.GlyphBuilder(com.anotherbigidea.flash.movie.FontDefinition fontDef, com.anotherbigidea.flash.movie.Font font, int[] codes, int[] advances, com.anotherbigidea.flash.structs.Rect[] bounds)
           
 
Method Summary
 void done()
           
 
Methods inherited from class org.concord.flash.player.FMovieBuilder.ShapeBuilder
curve, defineFillStyle, defineFillStyle, defineFillStyle, defineLineStyle, line, move, setFillStyle0, setFillStyle1, setLineStyle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fontDef

protected com.anotherbigidea.flash.movie.FontDefinition fontDef

font

protected com.anotherbigidea.flash.movie.Font font

count

protected int count

advances

protected int[] advances

codes

protected int[] codes

bounds

protected com.anotherbigidea.flash.structs.Rect[] bounds

defGlyphs

protected java.util.List defGlyphs

fontGlyphs

protected java.util.List fontGlyphs

index

protected int index
Constructor Detail

FMovieBuilder.GlyphBuilder

public FMovieBuilder.GlyphBuilder(com.anotherbigidea.flash.movie.FontDefinition fontDef,
                                  com.anotherbigidea.flash.movie.Font font,
                                  int glyphCount)

FMovieBuilder.GlyphBuilder

public FMovieBuilder.GlyphBuilder(com.anotherbigidea.flash.movie.FontDefinition fontDef,
                                  com.anotherbigidea.flash.movie.Font font,
                                  int[] codes,
                                  int[] advances,
                                  com.anotherbigidea.flash.structs.Rect[] bounds)
Method Detail

done

public void done()
Overrides:
done in class FMovieBuilder.ShapeBuilder