| Constructor and Description | 
|---|
| AngleArc() | 
| AngleArc(Point center,
        int radius,
        float startAngle,
        float sweepAngle) | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
public AngleArc()
public AngleArc(Point center, int radius, float startAngle, float sweepAngle)
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 EMFOutputStreamCopyright © 2014. All rights reserved.