net.xoetrope.deprecated.xui.wmf
Class WmfRecordStore

java.lang.Object
  extended by net.xoetrope.deprecated.xui.wmf.RecordStore
      extended by net.xoetrope.deprecated.xui.wmf.WmfRecordStore

public class WmfRecordStore
extends RecordStore

Reads a WMF file, including an Aldus Placable Metafile Header.


Field Summary
 
Fields inherited from class net.xoetrope.deprecated.xui.wmf.RecordStore
bReading, lastObjectIdx, numObjects, numRecords, objectVector, records, vpH, vpW, vpX, vpY
 
Constructor Summary
WmfRecordStore()
           
 
Method Summary
 int addObject(int type, java.lang.Object obj)
          Adds a GdiObject to the internal handle table.
 boolean read(java.io.DataInputStream is)
          Reads the WMF file from the specified Stream.
 
Methods inherited from class net.xoetrope.deprecated.xui.wmf.RecordStore
addObjectAt, getNumObjects, getNumRecords, getObject, getRecord, getUrl, getVpH, getVpW, getVpX, getVpY, reset, setUrl, setVpH, setVpW, setVpX, setVpY
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WmfRecordStore

public WmfRecordStore()
Method Detail

read

public boolean read(java.io.DataInputStream is)
             throws java.io.IOException
Reads the WMF file from the specified Stream.

Overrides:
read in class RecordStore
Throws:
java.io.IOException

addObject

public int addObject(int type,
                     java.lang.Object obj)
Description copied from class: RecordStore
Adds a GdiObject to the internal handle table. Adds the object at the next free location. This function should not normally be called by an application.

Overrides:
addObject in class RecordStore