MCPcopy 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

getClipMethod · 0.95
isVisibleMethod · 0.95
fillShapeMethod · 0.95
tileImageMethod · 0.95
paintMethod · 0.45
paintBackgroundMethod · 0.45
paintMethod · 0.45
paintMethod · 0.45
renderComponentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected