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

Quick Search    Search Deep

com.anotherbigidea.flash.writers
Class TagWriter.Font2ShapeImpl  view TagWriter.Font2ShapeImpl download TagWriter.Font2ShapeImpl.java

java.lang.Object
  extended bycom.anotherbigidea.flash.writers.TagWriter.SWFShapeImpl
      extended bycom.anotherbigidea.flash.writers.TagWriter.Font2ShapeImpl
All Implemented Interfaces:
com.anotherbigidea.flash.interfaces.SWFShape, com.anotherbigidea.flash.interfaces.SWFVectors
Enclosing class:
TagWriter

protected static class TagWriter.Font2ShapeImpl
extends TagWriter.SWFShapeImpl


Field Summary
protected  int[] advances
           
protected  int ascent
           
protected  com.anotherbigidea.flash.structs.Rect[] bounds
           
protected  int[] codes
           
protected  int descent
           
protected  int flags
           
protected  int[] kernAdjustments
           
protected  int[] kernCodes1
           
protected  int[] kernCodes2
           
protected  int leading
           
 
Fields inherited from class com.anotherbigidea.flash.writers.TagWriter.SWFShapeImpl
bout, fill0Index, fill1Index, fillBits, fillStyles, glyphByteArrays, glyphCount, hasAlpha, hasStyle, initialStyles, lineBits, lineIndex, lineStyles, moveXY, out, outstandingChanges, writer
 
Constructor Summary
TagWriter.Font2ShapeImpl(TagWriter writer, int flags, int glyphCount, int ascent, int descent, int leading, int[] codes, int[] advances, com.anotherbigidea.flash.structs.Rect[] bounds, int[] kernCodes1, int[] kernCodes2, int[] kernAdjustments)
           
 
Method Summary
protected  void finishFont()
           
 
Methods inherited from class com.anotherbigidea.flash.writers.TagWriter.SWFShapeImpl
curve, defineFillStyle, defineFillStyle, defineFillStyle, defineLineStyle, done, flushChangeRecords, line, move, setFillStyle0, setFillStyle1, setLineStyle, writeChangeRecord, writeInitialStyles, writeMoveXY, writeStyles
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

flags

protected int flags

ascent

protected int ascent

descent

protected int descent

leading

protected int leading

codes

protected int[] codes

advances

protected int[] advances

bounds

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

kernCodes1

protected int[] kernCodes1

kernCodes2

protected int[] kernCodes2

kernAdjustments

protected int[] kernAdjustments
Constructor Detail

TagWriter.Font2ShapeImpl

public TagWriter.Font2ShapeImpl(TagWriter writer,
                                int flags,
                                int glyphCount,
                                int ascent,
                                int descent,
                                int leading,
                                int[] codes,
                                int[] advances,
                                com.anotherbigidea.flash.structs.Rect[] bounds,
                                int[] kernCodes1,
                                int[] kernCodes2,
                                int[] kernAdjustments)
Method Detail

finishFont

protected void finishFont()
                   throws java.io.IOException
Overrides:
finishFont in class TagWriter.SWFShapeImpl