Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
drawCircle
Method · 0.95
drawMarker
Method · 0.95
buildPath
Method · 0.95
handleTap
Method · 0.95
zoomAround
Method · 0.95
paintSegment
Method · 0.95
paintSegment
Method · 0.95
paint
Method · 0.95
pixelRatioScalesViewportSpanAndKeepsCenter
Method · 0.95
testPoint
Method · 0.95
coordinateConversionsRoundTrip
Method · 0.95
coordinateConversionsHonorCurrentTransform
Method · 0.95
Calls
no outgoing calls
Tested by
4
pixelRatioScalesViewportSpanAndKeepsCenter
Method · 0.76
testPoint
Method · 0.76
coordinateConversionsRoundTrip
Method · 0.76
coordinateConversionsHonorCurrentTransform
Method · 0.76