(WritableImage screen, int xOffset, int y, int yTextOffset, int yGraphicsOffset)
| 36 | } |
| 37 | |
| 38 | public abstract void displayByte(WritableImage screen, int xOffset, int y, int yTextOffset, int yGraphicsOffset); |
| 39 | |
| 40 | // This is used to support composite mixed-mode writers so that we can talk to the writer being used for a scanline |
| 41 | public VideoWriter actualWriter() { |