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

Quick Search    Search Deep

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

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

protected static class TagWriter.MorphShapeImpl
extends TagWriter.SWFShapeImpl


Field Summary
protected  int edgeOffsetBase
           
protected  int edgeOffsetTarget
           
protected  int fillBitSize
           
protected  int lineBitSize
           
protected  int shapeCount
           
protected  int shapeStart
           
 
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.MorphShapeImpl(TagWriter writer)
           
 
Method Summary
 void done()
           
protected  void writeChangeRecord()
           
protected  void writeInitialStyles()
           
 
Methods inherited from class com.anotherbigidea.flash.writers.TagWriter.SWFShapeImpl
curve, defineFillStyle, defineFillStyle, defineFillStyle, defineLineStyle, finishFont, flushChangeRecords, line, move, setFillStyle0, setFillStyle1, setLineStyle, writeMoveXY, writeStyles
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

edgeOffsetBase

protected int edgeOffsetBase

edgeOffsetTarget

protected int edgeOffsetTarget

shapeCount

protected int shapeCount

fillBitSize

protected int fillBitSize

lineBitSize

protected int lineBitSize

shapeStart

protected int shapeStart
Constructor Detail

TagWriter.MorphShapeImpl

public TagWriter.MorphShapeImpl(TagWriter writer)
                         throws java.io.IOException
Method Detail

done

public void done()
          throws java.io.IOException
Specified by:
done in interface com.anotherbigidea.flash.interfaces.SWFVectors
Overrides:
done in class TagWriter.SWFShapeImpl

writeInitialStyles

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

writeChangeRecord

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