Uses of Interface
net.ogdf.ogml.NodeLayoutType

Packages that use NodeLayoutType
net.ogdf.ogml   
net.ogdf.ogml.impl   
net.ogdf.ogml.util   
 

Uses of NodeLayoutType in net.ogdf.ogml
 

Methods in net.ogdf.ogml that return NodeLayoutType
 NodeLayoutType OgmlFactory.createNodeLayoutType()
          Returns a new object of class 'Node Layout Type'.
 NodeLayoutType DocumentRoot.getNodeLayout()
          Returns the value of the 'Node Layout' containment reference.
 

Methods in net.ogdf.ogml that return types with arguments of type NodeLayoutType
 EList<NodeLayoutType> StylesType.getNodeStyle()
          Returns the value of the 'Node Style' containment reference list.
 

Methods in net.ogdf.ogml with parameters of type NodeLayoutType
 void DocumentRoot.setNodeLayout(NodeLayoutType value)
          Sets the value of the 'Node Layout' containment reference.
 

Uses of NodeLayoutType in net.ogdf.ogml.impl
 

Classes in net.ogdf.ogml.impl that implement NodeLayoutType
 class NodeLayoutTypeImpl
          An implementation of the model object 'Node Layout Type'.
 

Methods in net.ogdf.ogml.impl that return NodeLayoutType
 NodeLayoutType OgmlFactoryImpl.createNodeLayoutType()
           
 NodeLayoutType DocumentRootImpl.getNodeLayout()
           
 

Methods in net.ogdf.ogml.impl that return types with arguments of type NodeLayoutType
 EList<NodeLayoutType> StylesTypeImpl.getNodeStyle()
           
 

Methods in net.ogdf.ogml.impl with parameters of type NodeLayoutType
 NotificationChain DocumentRootImpl.basicSetNodeLayout(NodeLayoutType newNodeLayout, NotificationChain msgs)
           
 void DocumentRootImpl.setNodeLayout(NodeLayoutType newNodeLayout)
           
 

Uses of NodeLayoutType in net.ogdf.ogml.util
 

Methods in net.ogdf.ogml.util with parameters of type NodeLayoutType
 T OgmlSwitch.caseNodeLayoutType(NodeLayoutType object)
          Returns the result of interpreting the object as an instance of 'Node Layout Type'.