Uses of Class
pl.edu.agh.cast.model.attributes.NodeAttributeManager

Packages that use NodeAttributeManager
pl.edu.agh.cast.model.attributes Provides classes for representing and managing visual model's attributes. 
pl.edu.agh.cast.model.visual.backward Provides classes for visual presentation of data. 
 

Uses of NodeAttributeManager in pl.edu.agh.cast.model.attributes
 

Fields in pl.edu.agh.cast.model.attributes declared as NodeAttributeManager
protected static NodeAttributeManager NodeAttributeManager.dummyManager
          Dummy NodeAttributeManager.
 

Methods in pl.edu.agh.cast.model.attributes that return NodeAttributeManager
static NodeAttributeManager NodeAttributeManager.getDummyManager()
           
 

Uses of NodeAttributeManager in pl.edu.agh.cast.model.visual.backward
 

Fields in pl.edu.agh.cast.model.visual.backward declared as NodeAttributeManager
protected  NodeAttributeManager Diagram.nodeAttributeManager
          Node attribute manager.
protected  NodeAttributeManager VisualModelCachingFactory.nodeAttributeManager
          Node attribute manager to use for all nodes.
 

Methods in pl.edu.agh.cast.model.visual.backward that return NodeAttributeManager
 NodeAttributeManager Diagram.getNodeAttributeManager()
          Returns the NodeAttributeManager of this diagram.
 NodeAttributeManager IDiagram.getNodeAttributeManager()
          Returns the NodeAttributeManager of this diagram.
 

Constructors in pl.edu.agh.cast.model.visual.backward with parameters of type NodeAttributeManager
Node(String id, boolean isMainNode, NodeAttributeManager attributeManager)
          Creates new Node instance.
Node(String id, boolean isMainNode, NodeAttributeManager attributeManager, org.eclipse.draw2d.geometry.Point location)
          Creates new Node instance in specified location.
VisualModelCachingFactory(NodeAttributeManager nodePropMgr, ConnectionGroupAttributeManager connectionGroupPropMgr)
          Creates new factory with given node and connection group attribute managers.
 



Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.