Interface HighlightGenerator.Palette
-
- Enclosing class:
- HighlightGenerator
public static interface HighlightGenerator.PaletteDefines a color palette, the palette should provide a color the specified identifier (id).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Colorcolor(int id)Obtain the color in index, id.
-
-
-
Method Detail
-
color
Color color(int id)
Obtain the color in index, id.- Parameters:
id- the id of the color- Returns:
- a color
-
-