Package | Description |
---|---|
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 |
---|---|
SegmentGroup |
EdgeCellInfo.getEnterSegmentGroup()
Gets the
segment group containing the entering segment. |
SegmentGroup |
EdgeCellInfo.getExitSegmentGroup()
Gets the
segment group containing the exiting segment. |
SegmentGroup |
AbstractSegmentInfo.getSegmentGroup()
Gets the segment group to which this segment info belongs.
|
SegmentGroup |
Channel.getSegmentGroup(int index)
Returns the
segment group with the given index in this channel . |
Modifier and Type | Method and Description |
---|---|
void |
Channel.addSegmentGroup(SegmentGroup group)
Adds a
segment group to this channel . |
void |
EdgeCellInfo.setEnterSegmentGroup(SegmentGroup value)
Sets the
segment group containing the entering segment. |
void |
EdgeCellInfo.setExitSegmentGroup(SegmentGroup value)
Sets the
segment group containing the exiting segment. |
void |
SegmentInfo.setSegmentGroup(SegmentGroup value)
Sets the
segment group for this segment info and its associated CellSegmentInfo s. |
void |
AbstractSegmentInfo.setSegmentGroup(SegmentGroup value)
Sets the segment group to which this segment info belongs.
|