org.freehep.graphicsio.emf.gdi
Class Region

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

public class Region
extends Object

Author:
tonyj

Constructor Summary
Region(EMFInputStream emf)
           
Region(Rectangle bounds, Rectangle region)
           
 
Method Summary
 Rectangle getBounds()
           
 int length()
           
 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(Rectangle bounds,
              Rectangle region)

Region

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

write

public void write(EMFOutputStream emf)
           throws IOException
Throws:
IOException

length

public int length()

toString

public String toString()
Overrides:
toString in class Object

getBounds

public Rectangle getBounds()


Copyright © 2012. All Rights Reserved.