|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StructureType | |
---|---|
net.ogdf.ogml | |
net.ogdf.ogml.impl | |
net.ogdf.ogml.util |
Uses of StructureType in net.ogdf.ogml |
---|
Methods in net.ogdf.ogml that return StructureType | |
---|---|
StructureType |
OgmlFactory.createStructureType()
Returns a new object of class 'Structure Type'. |
StructureType |
DocumentRoot.getStructure()
Returns the value of the 'Structure' containment reference. |
StructureType |
GraphType.getStructure()
Returns the value of the 'Structure' containment reference. |
Methods in net.ogdf.ogml with parameters of type StructureType | |
---|---|
void |
DocumentRoot.setStructure(StructureType value)
Sets the value of the ' Structure ' containment reference. |
void |
GraphType.setStructure(StructureType value)
Sets the value of the ' Structure ' containment reference. |
Uses of StructureType in net.ogdf.ogml.impl |
---|
Classes in net.ogdf.ogml.impl that implement StructureType | |
---|---|
class |
StructureTypeImpl
An implementation of the model object 'Structure Type'. |
Fields in net.ogdf.ogml.impl declared as StructureType | |
---|---|
protected StructureType |
GraphTypeImpl.structure
The cached value of the ' Structure ' containment reference. |
Methods in net.ogdf.ogml.impl that return StructureType | |
---|---|
StructureType |
OgmlFactoryImpl.createStructureType()
|
StructureType |
DocumentRootImpl.getStructure()
|
StructureType |
GraphTypeImpl.getStructure()
|
Methods in net.ogdf.ogml.impl with parameters of type StructureType | |
---|---|
NotificationChain |
DocumentRootImpl.basicSetStructure(StructureType newStructure,
NotificationChain msgs)
|
NotificationChain |
GraphTypeImpl.basicSetStructure(StructureType newStructure,
NotificationChain msgs)
|
void |
DocumentRootImpl.setStructure(StructureType newStructure)
|
void |
GraphTypeImpl.setStructure(StructureType newStructure)
|
Uses of StructureType in net.ogdf.ogml.util |
---|
Methods in net.ogdf.ogml.util with parameters of type StructureType | |
---|---|
T |
OgmlSwitch.caseStructureType(StructureType object)
Returns the result of interpreting the object as an instance of 'Structure Type'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |