()
| 1068 | } |
| 1069 | |
| 1070 | public boolean isProcessor() { |
| 1071 | return ip!=null; |
| 1072 | } |
| 1073 | |
| 1074 | /** Returns a reference to the current ImageProcessor. If there |
| 1075 | is no ImageProcessor, it creates one. Returns null if this |
no outgoing calls
no test coverage detected