|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
interface LightweightMetaDataFetchInterface
This interface is used for light-weight, incremental fetching of Gallery metadata, eg for an interactive 3D walkthrough.
| Nested Class Summary | |
|---|---|
static class |
LightweightMetaDataFetchInterface.GalleryBasicMetaData
Immutable store of the most basic Gallery meta-data. |
| Field Summary | |
|---|---|
static int |
MAX_NAMES_REQUEST
Maximum number of names that can be requested at once with getExhibitNames(); strictly positive. |
| Method Summary | |
|---|---|
Name.ExhibitFull |
getExhibitName(int ordinal)
Fetch the full name of the given numbered exhibit; null if no such exhibit or not currently available. |
Name.ExhibitFull[] |
getExhibitNames(int[] ordinals)
Fetch the full name of the given numbered exhibits; each entry null if no such exhibit or not currently available, overall result never null. |
LightweightMetaDataFetchInterface.GalleryBasicMetaData |
getGalleryBasicMetaData()
Fetch the current exhibit-set hash and exhibit count; never null. |
| Field Detail |
|---|
static final int MAX_NAMES_REQUEST
| Method Detail |
|---|
LightweightMetaDataFetchInterface.GalleryBasicMetaData getGalleryBasicMetaData()
throws java.io.IOException
java.io.IOExceptionName.ExhibitFull getExhibitName(int ordinal)
This assumes that there is a sensible stable ordering of exhibits, probably in "smart-sorted" order or similar.
This ordering is fixed from one exhibit set to the next, ie is stable while the exhibit set hash remains unchanged.
Name.ExhibitFull[] getExhibitNames(int[] ordinals)
This assumes that there is a sensible stable ordering of exhibits, probably in "smart-sorted" order or similar.
This ordering is fixed from one exhibit set to the next, ie is stable while the exhibit set hash remains unchanged.
|
DHD Multimedia Gallery V1.57.21 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||