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

Method getClip

CodenameOne/src/com/codename1/ui/Graphics.java:284–286  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

282 ///
283 /// clip array copy
284 public int[] getClip() {
285 return new int[]{getClipX(), getClipY(), getClipWidth(), getClipHeight()};
286 }
287
288 /// Sets the clip from an array containing x, y, width, height value
289 ///

Callers 12

paintGlassImplMethod · 0.80
paintMethod · 0.80
paintBorderBackgroundMethod · 0.80
paintMethod · 0.80
getClipBoundsMethod · 0.80
paintMethod · 0.80
drawContentMethod · 0.80
pushClipMethod · 0.80
drawImageMethod · 0.80
drawImageMethod · 0.80

Calls 4

getClipXMethod · 0.95
getClipYMethod · 0.95
getClipWidthMethod · 0.95
getClipHeightMethod · 0.95

Tested by 5

drawContentMethod · 0.64
drawImageMethod · 0.64
drawImageMethod · 0.64