Skip navigation links

Package draw.model

Entity classes that represent the application domain.

See: Description

Package draw.model Description

Entity classes that represent the application domain.

A number of different elements can be added by the user. Each has a fixed bounding box, and appropriate subclasses can be found in draw.tools package. In draw.1 we incorporate the Composite design pattern: Composite Pattern Each Group is treated as a single Element because Group extends Element.

Since:
1.0
Skip navigation links