ImageType
- public interface ImageCollection<ImageType extends Image<?,ImageType>> extends Iterable<ImageCollectionEntry<ImageType>>
Modifier and Type | Method and Description |
---|---|
int |
countImages() |
ImageCollectionConfig |
defaultConfig(String rawInput)
If possible, will return a default configuration using the raw input
|
List<ImageCollectionEntry<ImageType>> |
getAll() |
void |
setEntrySelection(ImageCollectionEntrySelection<ImageType> selection)
Control how an image collection is to accept or ignore a given entry of the collection
|
void |
setup(ImageCollectionConfig config)
Setup this collection using the provided collection config.
|
int |
useable(ImageCollectionConfig config)
Is the contents of the provided image colleciton config sufficient for this collection to run.
|
int |
useable(String rawInput)
Given a raw string which might define a URL, file location or whatever, can this collection construct a default configuration
which works.
|
forEach, iterator, spliterator
void setup(ImageCollectionConfig config) throws ImageCollectionSetupException
config
- ImageCollectionSetupException
int useable(ImageCollectionConfig config)
config
- int useable(String rawInput)
rawInput
- stringImageCollectionConfig defaultConfig(String rawInput)
rawInput
- stringList<ImageCollectionEntry<ImageType>> getAll()
int countImages()
void setEntrySelection(ImageCollectionEntrySelection<ImageType> selection)
selection
-