Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
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