MCPcopy Create free account
hub / github.com/badvision/jace / displayByte

Method displayByte

src/main/java/jace/core/VideoWriter.java:38–38  ·  view source on GitHub ↗
(WritableImage screen, int xOffset, int y, int yTextOffset, int yGraphicsOffset)

Source from the content-addressed store, hash-verified

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() {

Callers 1

drawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected