(int index)
| 1836 | |
| 1837 | |
| 1838 | @Override |
| 1839 | public int getFill(int index) { |
| 1840 | if (family != GROUP && image == null) { |
| 1841 | return PGL.nativeToJavaARGB(inGeo.colors[index]); |
| 1842 | } else { |
| 1843 | return 0; |
| 1844 | } |
| 1845 | } |
| 1846 | |
| 1847 | |
| 1848 | @Override |
nothing calls this directly
no test coverage detected