Uses of Interface
net.ogdf.ogml.LayoutType

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

Uses of LayoutType in net.ogdf.ogml
 

Methods in net.ogdf.ogml that return LayoutType
 LayoutType OgmlFactory.createLayoutType()
          Returns a new object of class 'Layout Type'.
 LayoutType DocumentRoot.getLayout()
          Returns the value of the 'Layout' containment reference.
 LayoutType GraphType.getLayout()
          Returns the value of the 'Layout' containment reference.
 

Methods in net.ogdf.ogml with parameters of type LayoutType
 void DocumentRoot.setLayout(LayoutType value)
          Sets the value of the 'Layout' containment reference.
 void GraphType.setLayout(LayoutType value)
          Sets the value of the 'Layout' containment reference.
 

Uses of LayoutType in net.ogdf.ogml.impl
 

Fields in net.ogdf.ogml.impl declared as LayoutType
protected  LayoutType GraphTypeImpl.layout
          The cached value of the 'Layout' containment reference.
 

Methods in net.ogdf.ogml.impl that return LayoutType
 LayoutType OgmlFactoryImpl.createLayoutType()
           
 LayoutType DocumentRootImpl.getLayout()
           
 LayoutType GraphTypeImpl.getLayout()
           
 

Methods in net.ogdf.ogml.impl with parameters of type LayoutType
 NotificationChain DocumentRootImpl.basicSetLayout(LayoutType newLayout, NotificationChain msgs)
           
 NotificationChain GraphTypeImpl.basicSetLayout(LayoutType newLayout, NotificationChain msgs)
           
 void DocumentRootImpl.setLayout(LayoutType newLayout)
           
 void GraphTypeImpl.setLayout(LayoutType newLayout)
           
 

Uses of LayoutType in net.ogdf.ogml.util
 

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