org.apache.maven.doxia.module.rtf
Class WMFWriter.Record

java.lang.Object
  extended byorg.apache.maven.doxia.module.rtf.WMFWriter.Record
Direct Known Subclasses:
WMFWriter.DibBitBltRecord
Enclosing class:
WMFWriter

public static class WMFWriter.Record
extends Object

Standard data record.


Field Summary
protected  int size
           
 
Constructor Summary
WMFWriter.Record(int function, int[] parameters)
           
 
Method Summary
 void print(Writer out)
           
 int size()
           
 void write(OutputStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

size

protected int size
Constructor Detail

WMFWriter.Record

public WMFWriter.Record(int function,
                        int[] parameters)
Method Detail

size

public int size()

write

public void write(OutputStream out)
           throws IOException
Throws:
IOException

print

public void print(Writer out)
           throws IOException
Throws:
IOException


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.