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

Method getFillColor

CodenameOne/src/com/codename1/maps/Circle.java:71–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69
70 /// The fill color as 0xAARRGGBB (alpha in the high byte).
71 public int getFillColor() {
72 return fillColor;
73 }
74
75 /// Sets the fill color as 0xAARRGGBB (alpha in the high byte).
76 public Circle setFillColor(int fillColor) {

Callers 7

circleAccessorsMethod · 0.95
addPolygonMethod · 0.45
addCircleMethod · 0.45
drawPolygonMethod · 0.45
drawCircleMethod · 0.45

Calls

no outgoing calls

Tested by 3

circleAccessorsMethod · 0.76