JHotDraw 7.5.1

Package org.jhotdraw.draw.io

Provides interfaces and classes for reading and writing drawings from/to files, streams, the clipboard and drag-and-drop transfers.

See:
          Description

Interface Summary
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 Summary
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.
 

Package org.jhotdraw.draw.io Description

Provides interfaces and classes for reading and writing drawings from/to files, streams, the clipboard and drag-and-drop transfers.


Copyright 1996-2010 (c) by the authors and contributors of the JHotDraw project.
Some rights reserved.