Modifier | Constructor and Description |
---|---|
protected |
AbstractArc(int id,
int version,
Rectangle bounds,
Point start,
Point end) |
Modifier and Type | Method and Description |
---|---|
protected Shape |
getShape(EMFRenderer renderer,
int arcType)
creates a shape based on bounds, start and end
|
String |
toString() |
void |
write(int tagID,
EMFOutputStream emf)
Writes the extra tag information to the outputstream in binary format.
|
public void write(int tagID, EMFOutputStream emf) throws IOException
EMFTag
write
in class EMFTag
tagID
- id of the tagemf
- Binary CGM output streamIOException
- thrown by EMFOutputStreampublic String toString()
protected Shape getShape(EMFRenderer renderer, int arcType)
renderer
- EMFRenderer storing the drawing session dataarcType
- type of arc, e.g. Arc2D.OPEN
Copyright © 2014. All rights reserved.