Package org.jupe.editors.classdiagram.graphics.nodes.atomics

Provides so called atomic figures for the node figures defined in org.jupe.editors.classdiagram.graphics.nodes.

See:
          Description

Class Summary
AttributeFigure Figure that represents an uml2-attribute / field
AttributeValueFigure Figure that represents an attribute and its value (subfigure of ObjectFigure).
FoldedCornerFigure Figure that provides a bented corner in its upper right corner.
MethodFigure Figure that represents either an uml2-method
ProblemBorder Border that consists of a red line.
SeparatorBorder Border that consists only of a line in top of the figure.
UnderlineBorder Border that only consists of a line.
 

Package org.jupe.editors.classdiagram.graphics.nodes.atomics Description

Provides so called atomic figures for the node figures defined in org.jupe.editors.classdiagram.graphics.nodes. The node figures contain the atomic figures and are composed of them. Unlike nodes, atomic figures cannot have incoming or outgoing connections.