org.freehep.graphicsio.emf.gdi
Class Region

java.lang.Object
  extended by org.freehep.graphicsio.emf.gdi.Region

public class Region
extends java.lang.Object

Author:
tonyj

Constructor Summary
Region(EMFInputStream emf)
           
Region(java.awt.Rectangle bounds, java.awt.Rectangle region)
           
 
Method Summary
 java.awt.Rectangle getBounds()
           
 int length()
           
 java.lang.String toString()
           
 void write(EMFOutputStream emf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Region

public Region(java.awt.Rectangle bounds,
              java.awt.Rectangle region)

Region

public Region(EMFInputStream emf)
       throws java.io.IOException
Throws:
java.io.IOException
Method Detail

write

public void write(EMFOutputStream emf)
           throws java.io.IOException
Throws:
java.io.IOException

length

public int length()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getBounds

public java.awt.Rectangle getBounds()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.