(int testPoint)
| 121 | } |
| 122 | |
| 123 | public void setTestPoint(int testPoint) { |
| 124 | this.testPoint = testPoint > 4 || testPoint < 0 ? 4 : testPoint; |
| 125 | dst = src.clone(); |
| 126 | resetPolyMatrix(this.testPoint); |
| 127 | invalidate(); |
| 128 | } |
| 129 | } |
nothing calls this directly
no test coverage detected