Uses of Class
templates.diagram.EntityLayout

Packages that use EntityLayout
templates.diagram   
 

Uses of EntityLayout in templates.diagram
 

Fields in templates.diagram declared as EntityLayout
protected  EntityLayout Entity.layout
          The layout information of the entity.
 

Methods in templates.diagram that return EntityLayout
protected  EntityLayout TemplateDiagram.createLayout(TemplateComponent component)
          Create new layout information for the given TemplateComponent.
 

Constructors in templates.diagram with parameters of type EntityLayout
Entity(TemplateComponent component, EntityLayout layout)
          Construct an entity for the given TemplateComponent with the given EntityLayout.