|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.freehep.util.io.Tag
org.freehep.graphicsio.emf.EMFTag
org.freehep.graphicsio.emf.gdi.ModifyWorldTransform
public class ModifyWorldTransform
ModifyWorldTransform TAG.
Field Summary |
---|
Fields inherited from class org.freehep.graphicsio.emf.EMFTag |
---|
logger |
Fields inherited from class org.freehep.util.io.Tag |
---|
DEFAULT_TAG |
Constructor Summary | |
---|---|
ModifyWorldTransform()
|
|
ModifyWorldTransform(AffineTransform transform,
int mode)
|
Method Summary | |
---|---|
EMFTag |
read(int tagID,
EMFInputStream emf,
int len)
|
void |
render(EMFRenderer renderer)
displays the tag using the renderer |
String |
toString()
|
void |
write(int tagID,
EMFOutputStream emf)
Writes the extra tag information to the outputstream in binary format. |
Methods inherited from class org.freehep.graphicsio.emf.EMFTag |
---|
read, write |
Methods inherited from class org.freehep.util.io.Tag |
---|
getName, getTag, getTagType, getVersion |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ModifyWorldTransform()
public ModifyWorldTransform(AffineTransform transform, int mode)
Method Detail |
---|
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 stream
IOException
- thrown by EMFOutputStreampublic String toString()
toString
in class EMFTag
public void render(EMFRenderer renderer)
render
in interface GDIObject
render
in class EMFTag
renderer
- EMFRenderer storing the drawing session data
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |