FreeHEP API
Version v1.2

org.freehep.graphicsio.swf
Class SWFShape.Record

java.lang.Object
  |
  +--org.freehep.graphicsio.swf.SWFShape.Record
Direct Known Subclasses:
SWFShape.EdgeRecord, SWFShape.ShapeRecord
Enclosing class:
SWFShape

public abstract static class SWFShape.Record
extends Object

Abstract superclass for Records.


Constructor Summary
SWFShape.Record()
           
 
Method Summary
abstract  void write(SWFOutputStream swf, int numFillBits, int numLineBits, boolean hasAlpha)
           
 
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 hasAlpha)
                    throws IOException
IOException

FreeHEP API
Version v1.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.