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 ImageObjectPiece. getImageObject()static ImageObjectImageObject. obtainImageObjectPlain(File f)static ImageObjectImageObject. obtainImageObjectPlain(File f, boolean allowMissing)static ImageObjectImageObject. 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)
-