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

Method getX

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

Source from the content-addressed store, hash-verified

44
45 /// Gets the x value of this Point
46 public int getX() {
47 return x;
48 }
49
50 /// Sets the x value of this Point
51 ///

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