Uses of Class
de.digitalcollections.iiif.model.enums.ViewingHint.Type
-
Packages that use ViewingHint.Type Package Description de.digitalcollections.iiif.model.enums de.digitalcollections.iiif.model.sharedcanvas Model classes that represent entities from the IIIF Shared Canvas model (http://iiif.io/api/presentation/2.1/#resource-type-overview). -
-
Uses of ViewingHint.Type in de.digitalcollections.iiif.model.enums
Methods in de.digitalcollections.iiif.model.enums that return ViewingHint.Type Modifier and Type Method Description ViewingHint.TypeViewingHint. getType()static ViewingHint.TypeViewingHint.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static ViewingHint.Type[]ViewingHint.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.digitalcollections.iiif.model.enums with parameters of type ViewingHint.Type Constructor Description ViewingHint(ViewingHint.Type type) -
Uses of ViewingHint.Type in de.digitalcollections.iiif.model.sharedcanvas
Methods in de.digitalcollections.iiif.model.sharedcanvas that return types with arguments of type ViewingHint.Type Modifier and Type Method Description Set<ViewingHint.Type>Canvas. getSupportedViewingHintTypes()Set<ViewingHint.Type>Collection. getSupportedViewingHintTypes()Set<ViewingHint.Type>Manifest. getSupportedViewingHintTypes()Set<ViewingHint.Type>Range. getSupportedViewingHintTypes()Set<ViewingHint.Type>Resource. getSupportedViewingHintTypes()Set<ViewingHint.Type>Sequence. getSupportedViewingHintTypes()
-