(String name)
| 461 | } |
| 462 | |
| 463 | static public Color getColor(String name) { |
| 464 | return PreferencesHelper.parseColor(get(name)); |
| 465 | } |
| 466 | |
| 467 | static public void setColor(String attr, Color color) { |
| 468 | PreferencesHelper.putColor(table, attr, color); |
no test coverage detected