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 |
---|---|
SegmentInfo |
SegmentGroup.getCommonSegmentInfo()
Gets the common
SegmentInfo representing the grouped segments. |
SegmentInfo |
EdgeInfo.getNextSegment(SegmentInfo segment)
Returns the
SegmentInfo of the segment following the segment of the given SegmentInfo . |
SegmentInfo |
EdgeInfo.getPreviousSegment(SegmentInfo segment)
Returns the
SegmentInfo of the segment preceding the segment of the given SegmentInfo . |
SegmentInfo |
Channel.getSegment(int index)
Returns the
segment info with the given index in the list of segments of this
channel . |
SegmentInfo |
EdgeInfo.getSegmentInfo(int segmentIndex)
Returns the
SegmentInfo of the edge segment with the given index. |
Modifier and Type | Method and Description |
---|---|
void |
Channel.addSegment(SegmentInfo segment)
Adds a new
segment info to the channel . |
double |
Channel.getCurrentLocation(SegmentInfo segmentInfo)
Returns the current location that the given
segment info has been assigned within its
location range . |
SegmentInfo |
EdgeInfo.getNextSegment(SegmentInfo segment)
Returns the
SegmentInfo of the segment following the segment of the given SegmentInfo . |
SegmentInfo |
EdgeInfo.getPreviousSegment(SegmentInfo segment)
Returns the
SegmentInfo of the segment preceding the segment of the given SegmentInfo . |
void |
Channel.setCurrentLocation(SegmentInfo segmentInfo,
double location)
Specifies the current location that the given
segment info has been assigned within its
location range . |
Constructor and Description |
---|
Channel(SegmentInfo segment)
Creates a new
Channel that contains the given segment info . |