(ImageProcessor ip)
| 143 | } |
| 144 | |
| 145 | public void setProcessor(ImageProcessor ip) { |
| 146 | img = ip.createImage(); |
| 147 | this.ip = ip; |
| 148 | if (zeroTransparent) { |
| 149 | setZeroTransparent(false); |
| 150 | setZeroTransparent(true); |
| 151 | } |
| 152 | width = ip.getWidth(); |
| 153 | height = ip.getHeight(); |
| 154 | } |
| 155 | |
| 156 | } |
no test coverage detected