public static class ManhattanRouter.Segment extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
direction
The direction of this segment
|
boolean |
pinned
The flag saying whether this segment is pinned
|
double |
x
The X location of the end of the segment
|
double |
y
The Y location of the end of the segment
|
| Constructor and Description |
|---|
Segment(int direction,
double x,
double y,
boolean pinned) |
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.