Uses of Interface
net.ogdf.ogml.LineStyleType

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

Uses of LineStyleType in net.ogdf.ogml
 

Methods in net.ogdf.ogml that return LineStyleType
 LineStyleType OgmlFactory.createLineStyleType()
          Returns a new object of class 'Line Style Type'.
 LineStyleType DocumentRoot.getLineStyle()
          Returns the value of the 'Line Style' containment reference.
 

Methods in net.ogdf.ogml with parameters of type LineStyleType
 void DocumentRoot.setLineStyle(LineStyleType value)
          Sets the value of the 'Line Style' containment reference.
 

Uses of LineStyleType in net.ogdf.ogml.impl
 

Classes in net.ogdf.ogml.impl that implement LineStyleType
 class LineStyleTypeImpl
          An implementation of the model object 'Line Style Type'.
 

Methods in net.ogdf.ogml.impl that return LineStyleType
 LineStyleType OgmlFactoryImpl.createLineStyleType()
           
 LineStyleType DocumentRootImpl.getLineStyle()
           
 

Methods in net.ogdf.ogml.impl with parameters of type LineStyleType
 NotificationChain DocumentRootImpl.basicSetLineStyle(LineStyleType newLineStyle, NotificationChain msgs)
           
 void DocumentRootImpl.setLineStyle(LineStyleType newLineStyle)
           
 

Uses of LineStyleType in net.ogdf.ogml.util
 

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