Uses of Class
edu.wisc.game.sql.ImageObject.Generator
Package | Description |
---|---|
edu.wisc.game.rest |
The RESTful web API
|
edu.wisc.game.sql |
Persistent data structures
|
edu.wisc.game.svg |
-
Uses of ImageObject.Generator in edu.wisc.game.rest
Fields in edu.wisc.game.rest declared as ImageObject.Generator Modifier and Type Field Description ImageObject.Generator
ParaSet. imageGenerator
Will be set as appropriate if specified in the CSV file "images" column.Methods in edu.wisc.game.rest that return ImageObject.Generator Modifier and Type Method Description static ImageObject.Generator
ParaSet. parseImages(String val)
Parses the content of the "images" column. -
Uses of ImageObject.Generator in edu.wisc.game.sql
Subclasses of ImageObject.Generator in edu.wisc.game.sql Modifier and Type Class Description static class
ImageObject.PickFromList
A Generator interface to a stored list of ImageObjectsConstructors in edu.wisc.game.sql with parameters of type ImageObject.Generator Constructor Description Board(RandomRG random, int randomCnt, ImageObject.Generator imageGenerator)
The main constructor for a random image-and-property-based initial board in GS 3.*.Game(RandomRG _random, RuleSet _rules, int _randomObjCnt, ImageObject.Generator _imageGenerator)
A game with image-and-properties-based objects used as game piecesRandomImageGameGenerator(RandomRG _random, File ruleSetFile, int[] _nPiecesRange, ImageObject.Generator _imageGenerator)
-
Uses of ImageObject.Generator in edu.wisc.game.svg
Subclasses of ImageObject.Generator in edu.wisc.game.svg Modifier and Type Class Description static class
Composite.Generator
A tool for drawing concrete ImageObjects from a family defined by a Composite object, or a union of such families.