MCPcopy Create free account
hub / github.com/YujiSoftware/JDK1.0 / clipRect

Method clipRect

src/java/awt/Graphics.java:162–162  ·  view source on GitHub ↗

Clips to a rectangle. The resulting clipping area is the intersection of the current clipping area and the specified rectangle. Graphic operations have no effect outside of the clipping area. @param x the x coordinate @param y the y coordinate @param width the width of the rectangle @param height th

(int x, int y, int width, int height)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

createMethod · 0.95
drawImageMethod · 0.95
paintMethod · 0.80
paintMethod · 0.80
paintMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected