|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KLabel | |
---|---|
de.cau.cs.kieler.core.kgraph | Base package for the KGraph data structure with its public API. |
de.cau.cs.kieler.core.kgraph.impl | Internal implementation of the KGraph data structure. |
de.cau.cs.kieler.core.kgraph.util | Utility classes for the KGraph data structure. |
de.cau.cs.kieler.kiml.layout.util | Utility classes for automatic layout using KIML. |
Uses of KLabel in de.cau.cs.kieler.core.kgraph |
---|
Methods in de.cau.cs.kieler.core.kgraph that return KLabel | |
---|---|
KLabel |
KGraphFactory.createKLabel()
Returns a new object of class 'KLabel'. |
KLabel |
KNode.getLabel()
Returns the value of the 'Label' containment reference. |
KLabel |
KPort.getLabel()
Returns the value of the 'Label' containment reference. |
Methods in de.cau.cs.kieler.core.kgraph that return types with arguments of type KLabel | |
---|---|
EList<KLabel> |
KEdge.getLabels()
Returns the value of the 'Labels' containment reference list. |
Methods in de.cau.cs.kieler.core.kgraph with parameters of type KLabel | |
---|---|
void |
KNode.setLabel(KLabel value)
Sets the value of the ' Label ' containment reference. |
void |
KPort.setLabel(KLabel value)
Sets the value of the ' Label ' containment reference. |
Uses of KLabel in de.cau.cs.kieler.core.kgraph.impl |
---|
Classes in de.cau.cs.kieler.core.kgraph.impl that implement KLabel | |
---|---|
class |
KLabelImpl
An implementation of the model object 'KLabel'. |
Fields in de.cau.cs.kieler.core.kgraph.impl declared as KLabel | |
---|---|
protected KLabel |
KNodeImpl.label
The cached value of the ' Label ' containment reference. |
protected KLabel |
KPortImpl.label
The cached value of the ' Label ' containment reference. |
Fields in de.cau.cs.kieler.core.kgraph.impl with type parameters of type KLabel | |
---|---|
protected EList<KLabel> |
KEdgeImpl.labels
The cached value of the ' Labels ' containment reference list. |
Methods in de.cau.cs.kieler.core.kgraph.impl that return KLabel | |
---|---|
KLabel |
KGraphFactoryImpl.createKLabel()
|
KLabel |
KNodeImpl.getLabel()
|
KLabel |
KPortImpl.getLabel()
|
Methods in de.cau.cs.kieler.core.kgraph.impl that return types with arguments of type KLabel | |
---|---|
EList<KLabel> |
KEdgeImpl.getLabels()
|
Methods in de.cau.cs.kieler.core.kgraph.impl with parameters of type KLabel | |
---|---|
NotificationChain |
KNodeImpl.basicSetLabel(KLabel newLabel,
NotificationChain msgs)
|
NotificationChain |
KPortImpl.basicSetLabel(KLabel newLabel,
NotificationChain msgs)
|
void |
KNodeImpl.setLabel(KLabel newLabel)
|
void |
KPortImpl.setLabel(KLabel newLabel)
|
Uses of KLabel in de.cau.cs.kieler.core.kgraph.util |
---|
Methods in de.cau.cs.kieler.core.kgraph.util with parameters of type KLabel | |
---|---|
T |
KGraphSwitch.caseKLabel(KLabel object)
Returns the result of interpreting the object as an instance of 'KLabel'. |
Uses of KLabel in de.cau.cs.kieler.kiml.layout.util |
---|
Methods in de.cau.cs.kieler.kiml.layout.util that return KLabel | |
---|---|
static KLabel |
KimlLayoutUtil.createInitializedLabel(KGraphElement parent)
Creates a KLabel, initializes some attributes, and returns it. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |