IEdgeData |
IItemFactory.createNormalEdgeData(Edge edge)
Creates an IEdgeData object for a normal Edge and associates it with the edge.
|
IEdgeData |
IItemFactory.createRecursiveSameLayerEdgeData(Edge edge,
IEdgeData originalEdgeData,
boolean isUpper)
Creates an IEdgeData object for a same-layer recursive Edge and associates it with the edge.
|
IEdgeData |
IItemFactory.createSameLayerEdgeData(Edge edge)
Creates an IEdgeData object for a same-layer Edge and associates it with the edge.
|
IEdgeData |
IItemFactory.createSelfLoopEdgeData(Edge edge)
Creates an IEdgeData object for a self-loop Edge and associates it with the edge.
|
IEdgeData |
ILayoutDataProvider.getEdgeData(Edge edge)
|
IEdgeData |
IItemFactory.setTemporaryEdgeGroups(Edge edge,
Object sgId,
Object tgId)
Specifies an edge group constraint for an Edge and assigns it to an IEdgeData object.
|
IEdgeData |
IItemFactory.setTemporaryEdgeThickness(Edge edge,
double thickness)
Specifies the thickness for an Edge and defines it in an IEdgeData object.
|
IEdgeData |
IItemFactory.setTemporaryPortConstraint(Edge edge,
boolean source,
PortConstraint pc)
Specifies a port constraint for an Edge at the given side and assigns it to an IEdgeData object.
|