projectPrototype.model.classDiagram
Class PackageRepresentation

java.lang.Object
  extended byprojectPrototype.model.GraphicalRepresentation
      extended byprojectPrototype.model.classDiagram.PackageRepresentation

public class PackageRepresentation
extends GraphicalRepresentation

Author:
Administrator To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Field Summary
 
Fields inherited from class projectPrototype.model.GraphicalRepresentation
composedFigure
 
Constructor Summary
PackageRepresentation()
           
 
Method Summary
 ComposedFigure createComposedFigure()
           
 
Methods inherited from class projectPrototype.model.GraphicalRepresentation
getComposedFigure
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PackageRepresentation

public PackageRepresentation()
Method Detail

createComposedFigure

public ComposedFigure createComposedFigure()
Specified by:
createComposedFigure in class GraphicalRepresentation