MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / getY

Method getY

CodenameOne/src/com/codename1/ui/geom/Point.java:60–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58
59 /// Gets the y value of this Point
60 public int getY() {
61 return y;
62 }
63
64 /// Sets the y value of this Point
65 ///

Callers 12

drawCircleMethod · 0.95
drawMarkerMethod · 0.95
buildPathMethod · 0.95
handleTapMethod · 0.95
zoomAroundMethod · 0.95
paintSegmentMethod · 0.95
paintSegmentMethod · 0.95
paintMethod · 0.95
testPointMethod · 0.95

Calls

no outgoing calls