@DefaultAnnotation(value=NonNull.class)
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 Interface Description InputFormat An input format implements a strategy for reading aDrawingusing a specific format from either anInputStream, anURIor aTransferable.OutputFormat An output format implements a strategy for writing aDrawingusing a specific format into anOutputStream, anURIor aTransferable. -
Class Summary 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 SerializationInputOutputFormatuses Java Serialization for reading and and writingDrawingobjects.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.
DataMelt 3.0 © DataMelt by jWork.ORG