Uses of Class
NTNU.IDATT1002.models.Metadata
| Package | Description |
|---|---|
| NTNU.IDATT1002.controllers.components.exploreAlbums | |
| NTNU.IDATT1002.models |
Provides the model classes for the entities in this application.
|
| NTNU.IDATT1002.repository |
DAO classes defined as repositories for persisting data.
|
| NTNU.IDATT1002.utils |
Project utilities.
|
-
Uses of Metadata in NTNU.IDATT1002.controllers.components.exploreAlbums
Constructors in NTNU.IDATT1002.controllers.components.exploreAlbums with parameters of type Metadata Constructor Description MetadataHBox(Metadata metadata)Create HBox holding given metadata and corresponding label. -
Uses of Metadata in NTNU.IDATT1002.models
Methods in NTNU.IDATT1002.models that return Metadata Modifier and Type Method Description MetadataImage. getMetadata()Methods in NTNU.IDATT1002.models with parameters of type Metadata Modifier and Type Method Description voidGeoLocation. setMetadata(Metadata metadata)voidImage. setMetadata(Metadata metadata) -
Uses of Metadata in NTNU.IDATT1002.repository
Methods in NTNU.IDATT1002.repository that return types with arguments of type Metadata Modifier and Type Method Description java.util.Optional<Metadata>MetadataRepository. findOrCreate(Metadata metadata)Retrieves a tag if found and creates it if not.Methods in NTNU.IDATT1002.repository with parameters of type Metadata Modifier and Type Method Description java.util.Optional<Metadata>MetadataRepository. findOrCreate(Metadata metadata)Retrieves a tag if found and creates it if not. -
Uses of Metadata in NTNU.IDATT1002.utils
Methods in NTNU.IDATT1002.utils with parameters of type Metadata Modifier and Type Method Description static java.lang.StringMetadataStringFormatter. format(Metadata metadata, java.lang.String delimiter)Format given metadata by given delimiter.static voidMetaDataExtractor. setMetadata(Metadata metadata, java.io.File file)Sets all predefiner metadata on a metadata object