Uses of Interface
net.ogdf.ogml.GraphStyleType

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

Uses of GraphStyleType in net.ogdf.ogml
 

Methods in net.ogdf.ogml that return GraphStyleType
 GraphStyleType OgmlFactory.createGraphStyleType()
          Returns a new object of class 'Graph Style Type'.
 GraphStyleType DocumentRoot.getGraphStyle()
          Returns the value of the 'Graph Style' containment reference.
 GraphStyleType StylesType.getGraphStyle()
          Returns the value of the 'Graph Style' containment reference.
 

Methods in net.ogdf.ogml with parameters of type GraphStyleType
 void DocumentRoot.setGraphStyle(GraphStyleType value)
          Sets the value of the 'Graph Style' containment reference.
 void StylesType.setGraphStyle(GraphStyleType value)
          Sets the value of the 'Graph Style' containment reference.
 

Uses of GraphStyleType in net.ogdf.ogml.impl
 

Classes in net.ogdf.ogml.impl that implement GraphStyleType
 class GraphStyleTypeImpl
          An implementation of the model object 'Graph Style Type'.
 

Fields in net.ogdf.ogml.impl declared as GraphStyleType
protected  GraphStyleType StylesTypeImpl.graphStyle
          The cached value of the 'Graph Style' containment reference.
 

Methods in net.ogdf.ogml.impl that return GraphStyleType
 GraphStyleType OgmlFactoryImpl.createGraphStyleType()
           
 GraphStyleType DocumentRootImpl.getGraphStyle()
           
 GraphStyleType StylesTypeImpl.getGraphStyle()
           
 

Methods in net.ogdf.ogml.impl with parameters of type GraphStyleType
 NotificationChain DocumentRootImpl.basicSetGraphStyle(GraphStyleType newGraphStyle, NotificationChain msgs)
           
 NotificationChain StylesTypeImpl.basicSetGraphStyle(GraphStyleType newGraphStyle, NotificationChain msgs)
           
 void DocumentRootImpl.setGraphStyle(GraphStyleType newGraphStyle)
           
 void StylesTypeImpl.setGraphStyle(GraphStyleType newGraphStyle)
           
 

Uses of GraphStyleType in net.ogdf.ogml.util
 

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