Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
paintDirty
Method · 0.95
fillShape
Method · 0.95
beginNativeGraphicsAccess
Method · 0.95
endNativeGraphicsAccess
Method · 0.95
tileImage
Method · 0.95
paint
Method · 0.95
createTargetImage
Method · 0.95
createTargetImage
Method · 0.95
initTransition
Method · 0.95
run
Method · 0.95
testShapeClip
Method · 0.95
drawImagePreservesClipAndScales
Method · 0.95
Calls
3
tmpClipShape
Method · 0.95
setShape
Method · 0.95
translation
Method · 0.95
Tested by
6
testShapeClip
Method · 0.76
drawImagePreservesClipAndScales
Method · 0.76
paint
Method · 0.36
drawContent
Method · 0.36
start
Method · 0.36
drawImage
Method · 0.36