| Constructor and Description | 
|---|
| EMFRectangle() | 
| EMFRectangle(Rectangle bounds) | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
public EMFRectangle()
public EMFRectangle(Rectangle bounds)
public EMFTag read(int tagID, EMFInputStream emf, int len) throws IOException
read in class EMFTagIOExceptionpublic void write(int tagID,
         EMFOutputStream emf)
           throws IOException
EMFTagwrite in class EMFTagtagID - id of the tagemf - Binary CGM output streamIOException - thrown by EMFOutputStreampublic String toString()
public void render(EMFRenderer renderer)
Copyright © 2014. All rights reserved.