MCPcopy 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

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