Returns the fill color used to display this ROI, or null if it is displayed transparently. @see #setFillColor @see #getStrokeColor
()
| 2023 | * @see #getStrokeColor |
| 2024 | */ |
| 2025 | public Color getFillColor() { |
| 2026 | return fillColor; |
| 2027 | } |
| 2028 | |
| 2029 | public static void setDefaultFillColor(Color color) { |
| 2030 | defaultFillColor = color; |
no outgoing calls
no test coverage detected