(int width, int height)
| 128 | } |
| 129 | |
| 130 | private void init(int width, int height) { |
| 131 | this.width = width; |
| 132 | this.height = height; |
| 133 | stack = new Object[INITIAL_SIZE]; |
| 134 | label = new String[INITIAL_SIZE]; |
| 135 | } |
| 136 | |
| 137 | private ImageProcessor convertType(ImageProcessor ip) { |
| 138 | int newBitDepth = ip.getBitDepth(); |