Constructor and Description |
---|
ScaleViewportExtEx() |
ScaleViewportExtEx(int xNum,
int xDenom,
int yNum,
int yDenom) |
Modifier and Type | Method and Description |
---|---|
EMFTag |
read(int tagID,
EMFInputStream emf,
int len) |
String |
toString() |
void |
write(int tagID,
EMFOutputStream emf)
Writes the extra tag information to the outputstream in binary format.
|
public ScaleViewportExtEx()
public ScaleViewportExtEx(int xNum, int xDenom, int yNum, int yDenom)
public EMFTag read(int tagID, EMFInputStream emf, int len) throws IOException
read
in class EMFTag
IOException
public void write(int tagID, EMFOutputStream emf) throws IOException
EMFTag
write
in class EMFTag
tagID
- id of the tagemf
- Binary CGM output streamIOException
- thrown by EMFOutputStreamCopyright © 2014. All rights reserved.