Class BehaviorGenerator
- java.lang.Object
-
- org.dspace.app.iiif.model.generator.BehaviorGenerator
-
- All Implemented Interfaces:
IIIFValue
public class BehaviorGenerator extends Object implements IIIFValue
API 2.1.1 ViewingHint is a hint to the client that suggests the appropriate method of displaying the resource. With IIIF Presentation API 3.0 the viewingHint property is renamed to "behavior".- Author:
- Michael Spalti mspalti@willamette.edu, Andrea Bollini (andrea.bollini at 4science.it)
-
-
Constructor Summary
Constructors Constructor Description BehaviorGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description de.digitalcollections.iiif.model.enums.ViewingHintgenerateValue()creates and returns a value model.BehaviorGeneratorsetType(String type)
-
-
-
Method Detail
-
setType
public BehaviorGenerator setType(String type)
-
generateValue
public de.digitalcollections.iiif.model.enums.ViewingHint generateValue()
Description copied from interface:IIIFValuecreates and returns a value model.- Specified by:
generateValuein interfaceIIIFValue- Returns:
- a value model.
-
-