Uses of Class
edu.wisc.game.sql.ImageObject.Generator
-
Packages that use ImageObject.Generator Package Description edu.wisc.game.rest The RESTful web APIedu.wisc.game.sql Persistent data structuresedu.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 the CSV file has an "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 ImageObjects, from which they can be retrieved at random.Constructors 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.
-