Package | Description |
---|---|
com.yworks.yfiles.layout.labeling |
Provides algorithms for the automatic placement of node and edge labels, so called generic labeling algorithms.
|
com.yworks.yfiles.layout.radial |
Provides the radial layout algorithm.
|
com.yworks.yfiles.layout.router |
Provides classes for automatic routing of the edges in a graph.
|
com.yworks.yfiles.layout.router.polyline |
Provides classes and interfaces for automatic polyline routing of the edges of a graph.
|
Modifier and Type | Method and Description |
---|---|
DpKeyItemCollection<ILabel> |
LabelingData.getAffectedLabels()
Gets the collection of labels that shall be placed by the algorithm.
|
Modifier and Type | Method and Description |
---|---|
void |
LabelingData.setAffectedLabels(DpKeyItemCollection<ILabel> value)
Sets the collection of labels that shall be placed by the algorithm.
|
Modifier and Type | Method and Description |
---|---|
DpKeyItemCollection<INode> |
RadialLayoutData.getCenterNodes()
Gets the collection of nodes that shall be placed in the center with
center node policy
set to CenterNodesPolicy.CUSTOM . |
Modifier and Type | Method and Description |
---|---|
void |
RadialLayoutData.setCenterNodes(DpKeyItemCollection<INode> value)
Sets the collection of nodes that shall be placed in the center with
center node policy
set to CenterNodesPolicy.CUSTOM . |
Modifier and Type | Method and Description |
---|---|
DpKeyItemCollection<IEdge> |
StraightLineEdgeRouterData.getAffectedEdges()
Gets the collection of affected edges.
|
DpKeyItemCollection<IEdge> |
OrthogonalPatternEdgeRouterData.getAffectedEdges()
Gets the collection of edges affected by this router.
|
DpKeyItemCollection<IEdge> |
BusRouterData.getAffectedEdges()
Gets the collection of edges affected by this router.
|
DpKeyItemCollection<INode> |
StraightLineEdgeRouterData.getAffectedNodes()
Gets the collection of affected nodes.
|
Modifier and Type | Method and Description |
---|---|
void |
StraightLineEdgeRouterData.setAffectedEdges(DpKeyItemCollection<IEdge> value)
Sets the collection of affected edges.
|
void |
OrthogonalPatternEdgeRouterData.setAffectedEdges(DpKeyItemCollection<IEdge> value)
Sets the collection of edges affected by this router.
|
void |
BusRouterData.setAffectedEdges(DpKeyItemCollection<IEdge> value)
Sets the collection of edges affected by this router.
|
void |
StraightLineEdgeRouterData.setAffectedNodes(DpKeyItemCollection<INode> value)
Sets the collection of affected nodes.
|
Modifier and Type | Method and Description |
---|---|
DpKeyItemCollection<IEdge> |
PolylineEdgeRouterData.getAffectedEdges()
Gets the collection of affected edges.
|
DpKeyItemCollection<INode> |
PolylineEdgeRouterData.getAffectedNodes()
Gets the collection of affected nodes.
|
Modifier and Type | Method and Description |
---|---|
void |
PolylineEdgeRouterData.setAffectedEdges(DpKeyItemCollection<IEdge> value)
Sets the collection of affected edges.
|
void |
PolylineEdgeRouterData.setAffectedNodes(DpKeyItemCollection<INode> value)
Sets the collection of affected nodes.
|