()
| 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) { |
no outgoing calls