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

Contains the figures for all nodes (as opposite to connections) used in the classdiagram editor.

See:
          Description

Class Summary
AbstractClassInterfaceFigure Figure that represents either a uml2-class or a uml2-interface.
ClassFigure Figure that represents a uml2-class.
CommentFigure Figure that represents a uml2-comment.
InterfaceFigure Figure that represents either a uml2-interface.
NodeFigure Base figure for all nodes in a diagram, e.g. classes, interfaces, objects, packages or comments.
ObjectFigure Figure that represents a uml2-object.
ObjectFigureTest  
PackageFigure Figure that represents an uml2-package.
 

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

Contains the figures for all nodes (as opposite to connections) used in the classdiagram editor. The node figures are connected by the connection figures defined in org.jupe.editors.classdiagram.graphics.connections. Some figures, e.g. PackageFigure, are intented to contain others.

Some node figures consist of so called atomics, which cannot have connections. They are in the package org.jupe.editors.classdiagram.graphics.nodes.atomics.