MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / setClip

Method setClip

CodenameOne/src/com/codename1/ui/Graphics.java:293–295  ·  view source on GitHub ↗
(int[] clip)

Source from the content-addressed store, hash-verified

291 ///
292 /// - `clip`: 4 element array
293 public void setClip(int[] clip) {
294 setClip(clip[0], clip[1], clip[2], clip[3]);
295 }
296
297 /// Clips the Graphics context to the Shape.
298 ///

Callers 15

paintDirtyMethod · 0.95
fillShapeMethod · 0.95
tileImageMethod · 0.95
paintMethod · 0.95
createTargetImageMethod · 0.95
createTargetImageMethod · 0.95
initTransitionMethod · 0.95
runMethod · 0.95
testShapeClipMethod · 0.95

Calls 3

tmpClipShapeMethod · 0.95
setShapeMethod · 0.95
translationMethod · 0.95

Tested by 6

testShapeClipMethod · 0.76
paintMethod · 0.36
drawContentMethod · 0.36
startMethod · 0.36
drawImageMethod · 0.36