Uses of Interface
net.ogdf.ogml.SegmentType

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

Uses of SegmentType in net.ogdf.ogml
 

Methods in net.ogdf.ogml that return SegmentType
 SegmentType OgmlFactory.createSegmentType()
          Returns a new object of class 'Segment Type'.
 SegmentType DocumentRoot.getSegment()
          Returns the value of the 'Segment' containment reference.
 

Methods in net.ogdf.ogml that return types with arguments of type SegmentType
 EList<SegmentType> EdgeLayoutType.getSegment()
          Returns the value of the 'Segment' containment reference list.
 

Methods in net.ogdf.ogml with parameters of type SegmentType
 void DocumentRoot.setSegment(SegmentType value)
          Sets the value of the 'Segment' containment reference.
 

Uses of SegmentType in net.ogdf.ogml.impl
 

Classes in net.ogdf.ogml.impl that implement SegmentType
 class SegmentTypeImpl
          An implementation of the model object 'Segment Type'.
 

Fields in net.ogdf.ogml.impl with type parameters of type SegmentType
protected  EList<SegmentType> EdgeLayoutTypeImpl.segment
          The cached value of the 'Segment' containment reference list.
 

Methods in net.ogdf.ogml.impl that return SegmentType
 SegmentType OgmlFactoryImpl.createSegmentType()
           
 SegmentType DocumentRootImpl.getSegment()
           
 

Methods in net.ogdf.ogml.impl that return types with arguments of type SegmentType
 EList<SegmentType> EdgeLayoutTypeImpl.getSegment()
           
 

Methods in net.ogdf.ogml.impl with parameters of type SegmentType
 NotificationChain DocumentRootImpl.basicSetSegment(SegmentType newSegment, NotificationChain msgs)
           
 void DocumentRootImpl.setSegment(SegmentType newSegment)
           
 

Uses of SegmentType in net.ogdf.ogml.util
 

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