school/cs240/src/imageeditor/pkpix.java

4 lines
87 B
Java

public interface pkpix {
void handle(imagemap pixelMap, pixel p, int row, int col);
}