MCPcopy Create free account
hub / github.com/HumbleUI/JWM / contains

Method contains

examples/dashboard/java/Panel.java:43–45  ·  view source on GitHub ↗
(int x, int y)

Source from the content-addressed store, hash-verified

41 }
42
43 public boolean contains(int x, int y) {
44 return IRect.makeXYWH(lastX, lastY, lastWidth, lastHeight).contains(x, y);
45 }
46
47 public String capitalize(String s) {
48 return s.substring(0, 1).toUpperCase() + s.substring(1).toLowerCase();

Callers 6

PlatformEnum · 0.80
acceptMethod · 0.80
acceptMethod · 0.80
paintImplMethod · 0.80
acceptMethod · 0.80
paintImplMethod · 0.80

Calls 1

makeXYWHMethod · 0.95

Tested by

no test coverage detected