Uses of Class
edu.wisc.game.sql.ImageObject
Package | Description |
---|---|
edu.wisc.game.sql |
Persistent data structures
|
edu.wisc.game.svg | |
edu.wisc.game.web |
Back-end classes for some auxiliary JSP pages
|
-
Uses of ImageObject in edu.wisc.game.sql
Methods in edu.wisc.game.sql that return ImageObject Modifier and Type Method Description ImageObject
Piece. getImageObject()
static ImageObject
ImageObject. obtainImageObjectPlain(File f)
static ImageObject
ImageObject. obtainImageObjectPlain(File f, boolean allowMissing)
static ImageObject
ImageObject. obtainImageObjectPlain(File dir, String plainPath, boolean allowMissing)
Retrieves the ImageObject for a specified path from the master table.Methods in edu.wisc.game.sql that return types with arguments of type ImageObject Modifier and Type Method Description static Vector<ImageObject>
ImageObject. obtainImageObjects(String wildCardPath)
Loads an image object, or a group of them, if a wildcard is given. -
Uses of ImageObject in edu.wisc.game.svg
Subclasses of ImageObject in edu.wisc.game.svg Modifier and Type Class Description class
Composite
The description of a single composite ImageObject, or a family of such objects, obtained by parsing its name (which may contain wildcards). -
Uses of ImageObject in edu.wisc.game.web
Fields in edu.wisc.game.web declared as ImageObject Modifier and Type Field Description ImageObject
ImageObjectReport. io