Uses of Class
org.jupe.editors.classdiagram.graphics.nodes.NodeFigure

Packages that use NodeFigure
org.jupe.editors.classdiagram.graphics.nodes Contains the figures for all nodes (as opposite to connections) used in the classdiagram editor. 
org.jupe.editors.classdiagram.graphics.nodes.atomics Provides so called atomic figures for the node figures defined in org.jupe.editors.classdiagram.graphics.nodes
 

Uses of NodeFigure in org.jupe.editors.classdiagram.graphics.nodes
 

Subclasses of NodeFigure in org.jupe.editors.classdiagram.graphics.nodes
 class AbstractClassInterfaceFigure
          Figure that represents either a uml2-class or a uml2-interface.
 class ClassFigure
          Figure that represents a uml2-class.
 class CommentFigure
          Figure that represents a uml2-comment.
 class InterfaceFigure
          Figure that represents either a uml2-interface.
 class ObjectFigure
          Figure that represents a uml2-object.
 class PackageFigure
          Figure that represents an uml2-package.
 

Uses of NodeFigure in org.jupe.editors.classdiagram.graphics.nodes.atomics
 

Subclasses of NodeFigure in org.jupe.editors.classdiagram.graphics.nodes.atomics
 class FoldedCornerFigure
          Figure that provides a bented corner in its upper right corner.