Uses of Interface
net.ogdf.ogml.EdgeLayoutType

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

Uses of EdgeLayoutType in net.ogdf.ogml
 

Methods in net.ogdf.ogml that return EdgeLayoutType
 EdgeLayoutType OgmlFactory.createEdgeLayoutType()
          Returns a new object of class 'Edge Layout Type'.
 EdgeLayoutType DocumentRoot.getEdgeLayout()
          Returns the value of the 'Edge Layout' containment reference.
 

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

Methods in net.ogdf.ogml with parameters of type EdgeLayoutType
 void DocumentRoot.setEdgeLayout(EdgeLayoutType value)
          Sets the value of the 'Edge Layout' containment reference.
 

Uses of EdgeLayoutType in net.ogdf.ogml.impl
 

Classes in net.ogdf.ogml.impl that implement EdgeLayoutType
 class EdgeLayoutTypeImpl
          An implementation of the model object 'Edge Layout Type'.
 

Methods in net.ogdf.ogml.impl that return EdgeLayoutType
 EdgeLayoutType OgmlFactoryImpl.createEdgeLayoutType()
           
 EdgeLayoutType DocumentRootImpl.getEdgeLayout()
           
 

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

Methods in net.ogdf.ogml.impl with parameters of type EdgeLayoutType
 NotificationChain DocumentRootImpl.basicSetEdgeLayout(EdgeLayoutType newEdgeLayout, NotificationChain msgs)
           
 void DocumentRootImpl.setEdgeLayout(EdgeLayoutType newEdgeLayout)
           
 

Uses of EdgeLayoutType in net.ogdf.ogml.util
 

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