Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ getClipY
Method
getClipY
CodenameOne/src/com/codename1/ui/Graphics.java:368–370 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
366
///
367
/// the y clipping position
368
public
int
getClipY() {
369
return
impl.getClipY(nativeGraphics) - yTranslate;
370
}
371
372
/// Returns the clip width
373
///
Callers
15
getClip
Method · 0.95
isVisible
Method · 0.95
fillShape
Method · 0.95
beginNativeGraphicsAccess
Method · 0.95
tileImage
Method · 0.95
paint
Method · 0.45
paintBackground
Method · 0.45
paint
Method · 0.45
paint
Method · 0.45
renderComponent
Method · 0.45
renderComponentBackground
Method · 0.45
paintComponentBackground
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected