MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / needsRepainting

Method needsRepainting

src/main/java/field/graphics/Window.java:547–549  ·  view source on GitHub ↗

By default, we are animated, and we draw every frame. Some subclasses (notably FieldBoxWindow) will finesse this down a bit, but a standard graphics window has a traditional "draw-every-frame" draw loop

()

Source from the content-addressed store, hash-verified

545 return null;
546 });
547 } catch (Exception e) {
548 e.printStackTrace();
549 }
550 }
551
552 public Rect getBounds() {

Callers 1

loopMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected