org.freehep.graphicsio.emf.gdi
Class ExtSelectClipRgn

java.lang.Object
  extended by org.freehep.util.io.Tag
      extended by org.freehep.graphicsio.emf.EMFTag
          extended by org.freehep.graphicsio.emf.gdi.AbstractClipPath
              extended by org.freehep.graphicsio.emf.gdi.ExtSelectClipRgn
All Implemented Interfaces:
GDIObject

public class ExtSelectClipRgn
extends AbstractClipPath

ExtSelectClipRgn TAG.

Version:
$Id: ExtSelectClipRgn.java 10515 2007-02-06 18:42:34Z duns $
Author:
Mark Donszelmann

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
ExtSelectClipRgn()
           
ExtSelectClipRgn(int mode, Region rgn)
           
 
Method Summary
 EMFTag read(int tagID, EMFInputStream emf, int len)
           
 void render(EMFRenderer renderer)
          displays the tag using the renderer
 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.gdi.AbstractClipPath
getMode, render, toString
 
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

ExtSelectClipRgn

public ExtSelectClipRgn()

ExtSelectClipRgn

public ExtSelectClipRgn(int mode,
                        Region rgn)
Method Detail

read

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

write

public void write(int tagID,
                  EMFOutputStream emf)
           throws java.io.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:
java.io.IOException - thrown by EMFOutputStream

render

public void render(EMFRenderer renderer)
displays the tag using the renderer

Specified by:
render in interface GDIObject
Overrides:
render in class EMFTag
Parameters:
renderer - EMFRenderer storing the drawing session data


Copyright © 2000-2007 FreeHEP. All Rights Reserved.