org.apache.tools.ant.types.optional.image
public final class ColorMapper extends Object
See Also: Image
| Field Summary | |
|---|---|
| static String | COLOR_BLACK |
| static String | COLOR_BLUE |
| static String | COLOR_CYAN |
| static String | COLOR_DARKGRAY |
| static String | COLOR_DARKGREY |
| static String | COLOR_GRAY |
| static String | COLOR_GREEN |
| static String | COLOR_GREY |
| static String | COLOR_LIGHTGRAY |
| static String | COLOR_LIGHTGREY |
| static String | COLOR_MAGENTA |
| static String | COLOR_ORANGE |
| static String | COLOR_PINK |
| static String | COLOR_RED |
| static String | COLOR_WHITE |
| static String | COLOR_YELLOW |
| Method Summary | |
|---|---|
| static Color | getColorByName(String color_name) |
UNKNOWN: refactor to use an EnumeratedAttribute (maybe?)