|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KEdgeLayout | |
---|---|
de.cau.cs.kieler.kiml.gmf | KIML bridge implementation for GMF, the Graphical Modeling Framework. |
de.cau.cs.kieler.kiml.klayoutdata | Base package for the KLayoutData structure, which is an extension of KGraph to store layout data in a graph model. |
de.cau.cs.kieler.kiml.klayoutdata.impl | Internal implementation of the layout data extension. |
de.cau.cs.kieler.kiml.klayoutdata.util | Utility classes for the layout data extension. |
de.cau.cs.kieler.kiml.util | Utility classes for automatic layout using KIML. |
Uses of KEdgeLayout in de.cau.cs.kieler.kiml.gmf |
---|
Methods in de.cau.cs.kieler.kiml.gmf with parameters of type KEdgeLayout | |
---|---|
protected void |
GmfDiagramLayoutManager.setEdgeLayout(KEdgeLayout edgeLayout,
org.eclipse.gmf.runtime.diagram.ui.editparts.ConnectionEditPart connection,
float offsetx,
float offsety)
Stores the layout information of the given connection edit part into an edge layout. |
Uses of KEdgeLayout in de.cau.cs.kieler.kiml.klayoutdata |
---|
Methods in de.cau.cs.kieler.kiml.klayoutdata that return KEdgeLayout | |
---|---|
KEdgeLayout |
KLayoutDataFactory.createKEdgeLayout()
Returns a new object of class 'KEdge Layout'. |
Uses of KEdgeLayout in de.cau.cs.kieler.kiml.klayoutdata.impl |
---|
Classes in de.cau.cs.kieler.kiml.klayoutdata.impl that implement KEdgeLayout | |
---|---|
class |
KEdgeLayoutImpl
An implementation of the model object 'KEdge Layout'. |
Methods in de.cau.cs.kieler.kiml.klayoutdata.impl that return KEdgeLayout | |
---|---|
KEdgeLayout |
KLayoutDataFactoryImpl.createKEdgeLayout()
|
Uses of KEdgeLayout in de.cau.cs.kieler.kiml.klayoutdata.util |
---|
Methods in de.cau.cs.kieler.kiml.klayoutdata.util with parameters of type KEdgeLayout | |
---|---|
T |
KLayoutDataSwitch.caseKEdgeLayout(KEdgeLayout object)
Returns the result of interpreting the object as an instance of 'KEdge Layout'. |
Uses of KEdgeLayout in de.cau.cs.kieler.kiml.util |
---|
Methods in de.cau.cs.kieler.kiml.util that return KEdgeLayout | |
---|---|
static KEdgeLayout |
KimlUtil.getEdgeLayout(KGraphElement graphElement)
Deprecated. use graphElement.getData(KEdgeLayout.class) instead |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |