MCPcopy Create free account
hub / github.com/HumbleUI/Skija / setClip

Method setClip

examples/scenes/src/SwingScene.java:580–584  ·  view source on GitHub ↗
(int x, int y, int width, int height)

Source from the content-addressed store, hash-verified

578 }
579
580 @Override
581 public void setClip(int x, int y, int width, int height) {
582 log("[+] setClip %d %d %d %d", x, y, width, height);
583 clip = new java.awt.Rectangle(x, y, width, height);
584 }
585
586 @Override
587 public java.awt.Shape getClip() {

Callers 1

clipRectMethod · 0.95

Calls 1

logMethod · 0.95

Tested by

no test coverage detected