Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ getClipX
Method
getClipX
CodenameOne/src/com/codename1/ui/Graphics.java:275–277 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
273
///
274
/// the x clipping position
275
public
int
getClipX() {
276
return
impl.getClipX(nativeGraphics) - xTranslate;
277
}
278
279
/// Returns the clip as an x,y,w,h array
280
///
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