|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphType | |
---|---|
net.ogdf.ogml | |
net.ogdf.ogml.impl | |
net.ogdf.ogml.util |
Uses of GraphType in net.ogdf.ogml |
---|
Methods in net.ogdf.ogml that return GraphType | |
---|---|
GraphType |
OgmlFactory.createGraphType()
Returns a new object of class 'Graph Type'. |
GraphType |
DocumentRoot.getGraph()
Returns the value of the 'Graph' containment reference. |
GraphType |
OgmlType.getGraph()
Returns the value of the 'Graph' containment reference. |
Methods in net.ogdf.ogml with parameters of type GraphType | |
---|---|
void |
DocumentRoot.setGraph(GraphType value)
Sets the value of the ' Graph ' containment reference. |
void |
OgmlType.setGraph(GraphType value)
Sets the value of the ' Graph ' containment reference. |
Uses of GraphType in net.ogdf.ogml.impl |
---|
Classes in net.ogdf.ogml.impl that implement GraphType | |
---|---|
class |
GraphTypeImpl
An implementation of the model object 'Graph Type'. |
Fields in net.ogdf.ogml.impl declared as GraphType | |
---|---|
protected GraphType |
OgmlTypeImpl.graph
The cached value of the ' Graph ' containment reference. |
Methods in net.ogdf.ogml.impl that return GraphType | |
---|---|
GraphType |
OgmlFactoryImpl.createGraphType()
|
GraphType |
DocumentRootImpl.getGraph()
|
GraphType |
OgmlTypeImpl.getGraph()
|
Methods in net.ogdf.ogml.impl with parameters of type GraphType | |
---|---|
NotificationChain |
DocumentRootImpl.basicSetGraph(GraphType newGraph,
NotificationChain msgs)
|
NotificationChain |
OgmlTypeImpl.basicSetGraph(GraphType newGraph,
NotificationChain msgs)
|
void |
DocumentRootImpl.setGraph(GraphType newGraph)
|
void |
OgmlTypeImpl.setGraph(GraphType newGraph)
|
Uses of GraphType in net.ogdf.ogml.util |
---|
Methods in net.ogdf.ogml.util with parameters of type GraphType | |
---|---|
T |
OgmlSwitch.caseGraphType(GraphType object)
Returns the result of interpreting the object as an instance of 'Graph Type'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |