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

Quick Search    Search Deep

com.anotherbigidea.flash.readers
Class MovieBuilder.GlyphBuilder  view MovieBuilder.GlyphBuilder download MovieBuilder.GlyphBuilder.java

java.lang.Object
  extended bycom.anotherbigidea.flash.readers.MovieBuilder.ShapeBuilder
      extended bycom.anotherbigidea.flash.readers.MovieBuilder.GlyphBuilder
All Implemented Interfaces:
com.anotherbigidea.flash.interfaces.SWFShape, com.anotherbigidea.flash.interfaces.SWFVectors
Enclosing class:
MovieBuilder

protected class MovieBuilder.GlyphBuilder
extends MovieBuilder.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 com.anotherbigidea.flash.readers.MovieBuilder.ShapeBuilder
currx, curry, s
 
Constructor Summary
MovieBuilder.GlyphBuilder(com.anotherbigidea.flash.movie.FontDefinition fontDef, com.anotherbigidea.flash.movie.Font font, int glyphCount)
           
MovieBuilder.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 com.anotherbigidea.flash.readers.MovieBuilder.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

MovieBuilder.GlyphBuilder

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

MovieBuilder.GlyphBuilder

public MovieBuilder.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()
Specified by:
done in interface com.anotherbigidea.flash.interfaces.SWFVectors
Overrides:
done in class MovieBuilder.ShapeBuilder