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

Method getWidth

CodenameOne/src/com/codename1/ui/Image.java:1481–1488  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1479 ///
1480 /// the width of the image
1481 public int getWidth() {
1482 if (transform != 0) {
1483 if (transform == 90 || transform == 270) {
1484 return Display.impl.getImageHeight(image);
1485 }
1486 }
1487 return Display.impl.getImageWidth(image);
1488 }
1489
1490 /// Returns the height of the image
1491 ///

Callers 15

calcPreferredSizeMethod · 0.95
getPreferredHMethod · 0.95
getPreferredWMethod · 0.95
updateStatusMethod · 0.95
animateMethod · 0.95
setSignatureImageMethod · 0.95
paintMethod · 0.95
calcPreferredSizeMethod · 0.95
cacheImageMethod · 0.95
postResponseMethod · 0.95
adaptImageMethod · 0.95

Calls 2

getImageHeightMethod · 0.45
getImageWidthMethod · 0.45