Uses of Class
edu.wisc.game.rest.ColorMap
Package | Description |
---|---|
edu.wisc.game.rest |
The RESTful web API
|
edu.wisc.game.sql |
Persistent data structures
|
-
Uses of ColorMap in edu.wisc.game.rest
Methods in edu.wisc.game.rest that return ColorMap Modifier and Type Method Description ColorMap
GameService2. colorMap()
Returns a hash map that maps each color name (in upper case) to a vector of 3 integers, representing RGB values.Methods in edu.wisc.game.rest with parameters of type ColorMap Modifier and Type Method Description void
ParaSet. checkColors(ColorMap cm)
Makes sure that this parameter set's color list (used for generating random boards) only contains valid colors (present in the color map) -
Uses of ColorMap in edu.wisc.game.sql
Methods in edu.wisc.game.sql with parameters of type ColorMap Modifier and Type Method Description void
Board. checkShapesAndColors(ColorMap cm)
Checking that a board description does not include any colors or shapes that cannot be displayedvoid
PredefinedBoardGameGenerator. checkShapesAndColors(ColorMap cm)