org.freehep.graphicsio.swf
Class SWFShape.Record

java.lang.Object
  extended by org.freehep.graphicsio.swf.SWFShape.Record
Direct Known Subclasses:
SWFShape.EdgeRecord, SWFShape.ShapeRecord
Enclosing class:
SWFShape

public abstract static class SWFShape.Record
extends java.lang.Object

Abstract superclass for Records.


Constructor Summary
SWFShape.Record()
           
 
Method Summary
abstract  void write(SWFOutputStream swf, int numFillBits, int numLineBits, boolean isMorphStyle, boolean hasAlpha, boolean hasStyles)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SWFShape.Record

public SWFShape.Record()
Method Detail

write

public abstract void write(SWFOutputStream swf,
                           int numFillBits,
                           int numLineBits,
                           boolean isMorphStyle,
                           boolean hasAlpha,
                           boolean hasStyles)
                    throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2000-2007 FreeHEP. All Rights Reserved.