|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.transcoder.wmf.tosvg.RecordStore
public class RecordStore
An object that stores the vector graphics records.
Field Summary | |
---|---|
protected boolean |
bReading
Deprecated. |
int |
lastObjectIdx
Deprecated. |
protected int |
numObjects
Deprecated. |
protected int |
numRecords
Deprecated. |
protected java.util.Vector |
objectVector
Deprecated. |
protected java.util.Vector |
records
Deprecated. |
protected int |
vpH
Deprecated. |
protected int |
vpW
Deprecated. |
protected int |
vpX
Deprecated. |
protected int |
vpY
Deprecated. |
Constructor Summary | |
---|---|
RecordStore()
Deprecated. |
Method Summary | |
---|---|
void |
addObject(int type,
java.lang.Object obj)
Deprecated. Adds a GdiObject to the internal handle table. |
void |
addObjectAt(int type,
java.lang.Object obj,
int idx)
Deprecated. Adds a GdiObject to the internal handle table. |
int |
getNumObjects()
Deprecated. Returns the number of GdiObjects in the handle table |
int |
getNumRecords()
Deprecated. Returns a number of records in the image |
GdiObject |
getObject(int idx)
Deprecated. Returns a GdiObject from the handle table |
MetaRecord |
getRecord(int idx)
Deprecated. Returns a meta record. |
java.net.URL |
getUrl()
Deprecated. Returns the current URL |
int |
getVpH()
Deprecated. Returns the viewport height |
int |
getVpW()
Deprecated. Returns the viewport width |
int |
getVpX()
Deprecated. Returns the viewport x origin |
int |
getVpY()
Deprecated. Returns the viewport y origin |
boolean |
read(java.io.DataInputStream is)
Deprecated. Reads the Wmf file from the specified Stream. |
void |
reset()
Deprecated. Resets the internal storage and viewport coordinates. |
void |
setUrl(java.net.URL newUrl)
Deprecated. Sets the current URL |
void |
setVpH(int newValue)
Deprecated. Sets the viewport height |
void |
setVpW(int newValue)
Deprecated. Sets the viewport width |
void |
setVpX(int newValue)
Deprecated. Sets the viewport x origin |
void |
setVpY(int newValue)
Deprecated. Sets the viewport y origin |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected transient int numRecords
protected transient int numObjects
public transient int lastObjectIdx
protected transient int vpX
protected transient int vpY
protected transient int vpW
protected transient int vpH
protected transient java.util.Vector records
protected transient java.util.Vector objectVector
protected transient boolean bReading
Constructor Detail |
---|
public RecordStore()
Method Detail |
---|
public void reset()
public boolean read(java.io.DataInputStream is) throws java.io.IOException
java.io.IOException
public void addObject(int type, java.lang.Object obj)
public void addObjectAt(int type, java.lang.Object obj, int idx)
public java.net.URL getUrl()
public void setUrl(java.net.URL newUrl)
public GdiObject getObject(int idx)
public MetaRecord getRecord(int idx)
public int getNumRecords()
public int getNumObjects()
public int getVpX()
public int getVpY()
public int getVpW()
public int getVpH()
public void setVpX(int newValue)
public void setVpY(int newValue)
public void setVpW(int newValue)
public void setVpH(int newValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |