Uses of Class
edu.wisc.game.rest.ColorMap
Packages that use ColorMap
Package
Description
The RESTful web API
Persistent data structures
- 
Uses of ColorMap in edu.wisc.game.restMethods in edu.wisc.game.rest that return ColorMapModifier and TypeMethodDescriptionGameService2.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 ColorMapModifier and TypeMethodDescriptionvoidParaSet.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.sqlMethods in edu.wisc.game.sql with parameters of type ColorMapModifier and TypeMethodDescriptionvoidBoard.checkShapesAndColors(ColorMap cm) Checking that a board description does not include any colors or shapes that cannot be displayedvoidPredefinedBoardGameGenerator.checkShapesAndColors(ColorMap cm)