|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ImagePaintableLite | |
| 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 ImagePaintableLite in edu.neu.ccs.gui |
| Fields in edu.neu.ccs.gui declared as ImagePaintableLite | |
protected ImagePaintableLite[] |
ImageViewerBase.paintables
The array of ImagePaintableLite objects that encapsulate
the list of references to the images to be viewed;
this data MUST be set by a derived class
prior to a call to the method makeGUI. |
| Methods in edu.neu.ccs.gui that return ImagePaintableLite | |
static ImagePaintableLite[] |
WebImageTools.readImagesAsPaintableLite(String imagesURL,
String[] imageFileNames)
Reads the image files at the given url with the given image file names. |
static ImagePaintableLite[] |
WebImageTools.readImagesAsPaintableLite(String imagesURL,
String filelist)
Reads the image files at the given url with the given filelist that contains the image file names. |
static ImagePaintableLite[] |
WebImageTools.readImagesAsPaintableLite(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 ImagePaintableLite[] |
ImageTools.readImagesAsPaintableLite(String directory,
String[] imageFileNames)
Reads the image files in the given directory with the given image file names. |
static ImagePaintableLite[] |
ImageTools.readImagesAsPaintableLite(String directory,
String filelist)
Reads the image files in the given directory with the given filelist that contains the image file names. |
static ImagePaintableLite[] |
ImageTools.readAllImagesAsPaintableLite(String directory)
Reads all image files in the given directory. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||