(ImageProcessor ip)
| 1231 | } |
| 1232 | |
| 1233 | void setFont(ImageProcessor ip) { |
| 1234 | if (font!=null && !fontSet) |
| 1235 | ip.setFont(font); |
| 1236 | fontSet = true; |
| 1237 | } |
| 1238 | |
| 1239 | void setJustification() { |
| 1240 | String str = getStringArg().toLowerCase(Locale.US); |
no test coverage detected