|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ImagePaintable | |
| edu.neu.ccs.gui | Provides classes and interfaces for designing and implementing graphical interfaces and for the creation of paintable and mutatable objects.. |
| Uses of ImagePaintable in edu.neu.ccs.gui |
| Methods in edu.neu.ccs.gui that return ImagePaintable | |
static ImagePaintable[] |
WebImageTools.readImagesAsPaintable(String imagesURL,
String[] imageFileNames)
Reads the image files at the given url with the given image file names. |
static ImagePaintable[] |
WebImageTools.readImagesAsPaintable(String imagesURL,
String filelist)
Reads the image files at the given url with the given filelist that contains the image file names. |
static ImagePaintable[] |
WebImageTools.readImagesAsPaintable(String imagesURL,
String filelistURL,
String filelist)
Reads the image files at the given images url with the given filelist that contains the image file names; the filelist is assumed to be located at the given filelist url. |
static ImagePaintable[] |
ImageTools.readImagesAsPaintable(String directory,
String[] imageFileNames)
Reads the image files in the given directory with the given image file names. |
static ImagePaintable[] |
ImageTools.readImagesAsPaintable(String directory,
String filelist)
Reads the image files in the given directory with the given filelist that contains the image file names. |
static ImagePaintable[] |
ImageTools.readAllImagesAsPaintable(String directory)
Reads all image files in the given directory. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||