Uses of Class
edu.wisc.game.sql.ImageObject.Generator
Packages that use ImageObject.Generator
Package
Description
The RESTful web API
Persistent data structures
-
Uses of ImageObject.Generator in edu.wisc.game.rest
Fields in edu.wisc.game.rest declared as ImageObject.GeneratorModifier and TypeFieldDescriptionParaSet.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.sqlModifier and TypeClassDescriptionstatic class
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.GeneratorModifierConstructorDescriptionBoard
(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.svgModifier and TypeClassDescriptionstatic class
A tool for drawing concrete ImageObjects from a family defined by a Composite object, or a union of such families.