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.
- Source Code:
- SWFShape.Record.java
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 |
SWFShape.Record
public SWFShape.Record()
write
public abstract void write(SWFOutputStream swf,
int numFillBits,
int numLineBits,
boolean hasAlpha)
throws IOException
- Throws:
IOException
Copyright © 2000-2004 FreeHEP, All Rights Reserved.