(int index)
| 2017 | |
| 2018 | |
| 2019 | @Override |
| 2020 | public int getStroke(int index) { |
| 2021 | if (family != GROUP) { |
| 2022 | return PGL.nativeToJavaARGB(inGeo.strokeColors[index]); |
| 2023 | } else { |
| 2024 | return 0; |
| 2025 | } |
| 2026 | } |
| 2027 | |
| 2028 | |
| 2029 | @Override |
nothing calls this directly
no test coverage detected