Package de.frag.umlplugin.graphio

General graph I/O classes are contained in this package.

See:
          Description

Interface Summary
FileType General file type for saving files.
GraphWriter Write graph to file.
 

Class Summary
ImageGraphWriter Write graphs to image files (JPG, PNG, GIF).
ImageScaler Scales down an image using an area averaging filter.
SaveDialog Dialog for selecting save format and target file.
SVGGraphWriter Writes graphs to SVG documents.
 

Enum Summary
GraphFileType Diagram file types.
 

Package de.frag.umlplugin.graphio Description

General graph I/O classes are contained in this package. Graphs can be stored as images (GIF, PNG, JPEG) or as SVG vector graphic files.

This static class diagram shows the graph IO classes and their relations: UML diagram.