Gets an information color @param id information color id @return information color
(int id)
| 487 | * @return information color |
| 488 | */ |
| 489 | public InformationColor getInformationColor(int id){ |
| 490 | return informationColors.get(id); |
| 491 | } |
| 492 | |
| 493 | /** |
| 494 | * Adds an information colors, assignes a unique id |