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

Method getAnchorU

CodenameOne/src/com/codename1/maps/Marker.java:83–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81 /// The horizontal icon anchor in normalized [0,1] image space
82 /// (0 = left, 1 = right). Defaults to 0.5 (centered).
83 public float getAnchorU() {
84 return anchorU;
85 }
86
87 /// The vertical icon anchor in normalized [0,1] image space
88 /// (0 = top, 1 = bottom). Defaults to 1 (pin tip at the location).

Callers 7

replayMarkersMethod · 0.95
addMarkerMethod · 0.95
handleTapMethod · 0.95
MarkerMethod · 0.45
drawMarkerMethod · 0.45

Calls

no outgoing calls