Uses of Interface
net.ogdf.ogml.LineType

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

Uses of LineType in net.ogdf.ogml
 

Methods in net.ogdf.ogml that return LineType
 LineType OgmlFactory.createLineType()
          Returns a new object of class 'Line Type'.
 LineType DocumentRoot.getLine()
          Returns the value of the 'Line' containment reference.
 LineType EdgeLayoutType.getLine()
          Returns the value of the 'Line' containment reference.
 LineType EdgeStyleTemplateType.getLine()
          Returns the value of the 'Line' containment reference.
 LineType NodeLayoutType.getLine()
          Returns the value of the 'Line' containment reference.
 LineType NodeStyleTemplateType.getLine()
          Returns the value of the 'Line' containment reference.
 LineType SegmentType.getLine()
          Returns the value of the 'Line' containment reference.
 

Methods in net.ogdf.ogml with parameters of type LineType
 void DocumentRoot.setLine(LineType value)
          Sets the value of the 'Line' containment reference.
 void EdgeLayoutType.setLine(LineType value)
          Sets the value of the 'Line' containment reference.
 void EdgeStyleTemplateType.setLine(LineType value)
          Sets the value of the 'Line' containment reference.
 void NodeLayoutType.setLine(LineType value)
          Sets the value of the 'Line' containment reference.
 void NodeStyleTemplateType.setLine(LineType value)
          Sets the value of the 'Line' containment reference.
 void SegmentType.setLine(LineType value)
          Sets the value of the 'Line' containment reference.
 

Uses of LineType in net.ogdf.ogml.impl
 

Classes in net.ogdf.ogml.impl that implement LineType
 class LineTypeImpl
          An implementation of the model object 'Line Type'.
 

Fields in net.ogdf.ogml.impl declared as LineType
protected  LineType EdgeLayoutTypeImpl.line
          The cached value of the 'Line' containment reference.
protected  LineType EdgeStyleTemplateTypeImpl.line
          The cached value of the 'Line' containment reference.
protected  LineType NodeLayoutTypeImpl.line
          The cached value of the 'Line' containment reference.
protected  LineType NodeStyleTemplateTypeImpl.line
          The cached value of the 'Line' containment reference.
protected  LineType SegmentTypeImpl.line
          The cached value of the 'Line' containment reference.
 

Methods in net.ogdf.ogml.impl that return LineType
 LineType OgmlFactoryImpl.createLineType()
           
 LineType DocumentRootImpl.getLine()
           
 LineType EdgeLayoutTypeImpl.getLine()
           
 LineType EdgeStyleTemplateTypeImpl.getLine()
           
 LineType NodeLayoutTypeImpl.getLine()
           
 LineType NodeStyleTemplateTypeImpl.getLine()
           
 LineType SegmentTypeImpl.getLine()
           
 

Methods in net.ogdf.ogml.impl with parameters of type LineType
 NotificationChain DocumentRootImpl.basicSetLine(LineType newLine, NotificationChain msgs)
           
 NotificationChain EdgeLayoutTypeImpl.basicSetLine(LineType newLine, NotificationChain msgs)
           
 NotificationChain EdgeStyleTemplateTypeImpl.basicSetLine(LineType newLine, NotificationChain msgs)
           
 NotificationChain NodeLayoutTypeImpl.basicSetLine(LineType newLine, NotificationChain msgs)
           
 NotificationChain NodeStyleTemplateTypeImpl.basicSetLine(LineType newLine, NotificationChain msgs)
           
 NotificationChain SegmentTypeImpl.basicSetLine(LineType newLine, NotificationChain msgs)
           
 void DocumentRootImpl.setLine(LineType newLine)
           
 void EdgeLayoutTypeImpl.setLine(LineType newLine)
           
 void EdgeStyleTemplateTypeImpl.setLine(LineType newLine)
           
 void NodeLayoutTypeImpl.setLine(LineType newLine)
           
 void NodeStyleTemplateTypeImpl.setLine(LineType newLine)
           
 void SegmentTypeImpl.setLine(LineType newLine)
           
 

Uses of LineType in net.ogdf.ogml.util
 

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