|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.transcoder.wmf.tosvg.RecordStore | +--org.apache.batik.transcoder.wmf.tosvg.WMFRecordStore
Reads a WMF file, including an Aldus Placable Metafile Header.
Fields inherited from class org.apache.batik.transcoder.wmf.tosvg.RecordStore |
bReading, lastObjectIdx, numObjects, numRecords, objectVector, records, vpH, vpW, vpX, vpY |
Constructor Summary | |
WMFRecordStore()
|
Method Summary | |
void |
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 org.apache.batik.transcoder.wmf.tosvg.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 |
public WMFRecordStore()
Method Detail |
public boolean read(java.io.DataInputStream is) throws java.io.IOException
read
in class RecordStore
public void addObject(int type, java.lang.Object obj)
RecordStore
addObject
in class RecordStore
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |