(int id)
| 142 | } |
| 143 | |
| 144 | public static int getColor(int id) { |
| 145 | return ((ColorItem)colorsContainer.elementAt(id)).color; |
| 146 | } |
| 147 | |
| 148 | public int getColorByName(String name) { |
| 149 | for (Enumeration r=colorsContainer.elements(); r.hasMoreElements();) { |
no outgoing calls
no test coverage detected