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

Packages that use AbstractClassInterfaceFigure
org.jupe.editors.classdiagram.graphics.nodes Contains the figures for all nodes (as opposite to connections) used in the classdiagram editor. 
 

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

Subclasses of AbstractClassInterfaceFigure in org.jupe.editors.classdiagram.graphics.nodes
 class ClassFigure
          Figure that represents a uml2-class.
 class InterfaceFigure
          Figure that represents either a uml2-interface.