Defines a framework for structured drawing editors and provides default implementations.
All key contracts of the framework are defined by Java interfaces. For each interface exists an abstract class, which implements the event handling contract of the interface. And finally, there is at least one default implementation of each interface.
The key interfaces for the representation of a drawing are:
The key interface for displaying a drawing on screen is:
The key interfaces for editing a drawing are:
The key interfaces for loading and saving a drawing, and for providing copy and paste functionality are: