FreeHEP API
Version current

org.freehep.graphicsio.emf
Class SetViewportExtEx

java.lang.Object
  extended byorg.freehep.util.io.Tag
      extended byorg.freehep.graphicsio.emf.EMFTag
          extended byorg.freehep.graphicsio.emf.SetViewportExtEx

public class SetViewportExtEx
extends EMFTag

SetViewportExtEx TAG.

Version:
$Id: SetViewportExtEx.java,v 1.1 2002/02/27 22:05:05 duns Exp $
Author:
Mark Donszelmann
Source Code:
SetViewportExtEx.java

Field Summary
 
Fields inherited from class org.freehep.util.io.Tag
DEFAULT_TAG
 
Constructor Summary
SetViewportExtEx(Dimension size)
           
 
Method Summary
 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.
 
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

SetViewportExtEx

public SetViewportExtEx(Dimension size)
Method Detail

read

public EMFTag read(int tagID,
                   EMFInputStream emf,
                   int len)
            throws IOException
Specified by:
read in class EMFTag
Throws:
IOException

write

public void write(int tagID,
                  EMFOutputStream emf)
           throws IOException
Description copied from class: EMFTag
Writes the extra tag information to the outputstream in binary format. This implementation writes nothing, but concrete tags may override this method. This method is called just after the TagHeader is written.

Overrides:
write in class EMFTag
Parameters:
tagID - id of the tag
emf - Binary CGM output stream
Throws:
IOException

toString

public String toString()
Overrides:
toString in class EMFTag
Returns:
a description of the tagName and tagID

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.