Uses of Class
edu.wisc.game.sql.ImageObject
-
Packages that use ImageObject Package Description edu.wisc.game.sql Persistent data structures -
-
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)
-