Uses of Class
edu.wisc.game.sql.ImageObject
Packages that use ImageObject
Package
Description
Persistent data structures
Back-end classes for some auxiliary JSP pages
- 
Uses of ImageObject in edu.wisc.game.sql
Methods in edu.wisc.game.sql that return ImageObjectModifier and TypeMethodDescriptionPiece.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 (no wildcards!) from the master table.Methods in edu.wisc.game.sql that return types with arguments of type ImageObjectModifier and TypeMethodDescriptionstatic 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.svgModifier and TypeClassDescriptionclassThe 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