private static class StyledMapRenderer.HalfSegment extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) double |
end
end point of half segment (as length along the way)
|
(package private) double |
quality
quality factor (off screen / partly on screen / fully on screen)
|
(package private) double |
start
start point of half segment (as length along the way)
|
| Constructor and Description |
|---|
HalfSegment(double start,
double end,
double quality)
Create a new half segment
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
final double start
final double end
final double quality
HalfSegment(double start, double end, double quality)
start - The start along the wayend - The end of the segmentquality - A quality factor.public java.lang.String toString()
toString in class java.lang.Object