FreeHEP API
Version current

org.freehep.graphicsio.swf
Class SWFShape.Record

java.lang.Object
  extended byorg.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.

Source Code:
SWFShape.Record.java

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
Throws:
IOException

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.