See: Description
Interface | Description |
---|---|
InputFormat |
An input format implements a strategy for reading a
Drawing
using a specific format from either an InputStream , an URI or
a Transferable . |
OutputFormat |
An output format implements a strategy for writing a
Drawing
using a specific format into an OutputStream , an URI or a
Transferable . |
Class | Description |
---|---|
DOMStorableInputOutputFormat |
An OutputFormat that can write Drawings with DOMStorable Figure's.
|
ImageInputFormat |
An input format for importing drawings using one of the image formats
supported by javax.imageio.
|
ImageOutputFormat |
An output format for exporting drawings using one of the image formats
supported by javax.imageio.
|
SerializationInputOutputFormat |
SerializationInputOutputFormat uses Java Serialization for reading and
and writing Drawing objects. |
TextInputFormat |
An input format for importing text into a drawing.
|