org.apache.batik.transcoder.wmf.tosvg
public class WMFRecordStore extends AbstractWMFReader
Field Summary | |
---|---|
protected int | numRecords |
protected List | records |
protected float | vpX |
protected float | vpY |
Constructor Summary | |
---|---|
WMFRecordStore() |
Method Summary | |
---|---|
int | getNumRecords()
Returns a number of records in the image |
MetaRecord | getRecord(int idx)
Returns a meta record. |
URL | getUrl()
Returns the current URL |
float | getVpX()
Returns the viewport x origin |
float | getVpY()
Returns the viewport y origin |
protected boolean | readRecords(DataInputStream is)
Reads the WMF file from the specified Stream. |
void | reset()
Resets the internal storage and viewport coordinates. |
void | setUrl(URL newUrl)
Sets the current URL |
void | setVpX(float newValue)
Sets the viewport x origin |
void | setVpY(float newValue)
Sets the viewport y origin |