Class SvgSelector
- java.lang.Object
-
- de.digitalcollections.iiif.model.sharedcanvas.Resource<ContentAsText>
-
- de.digitalcollections.iiif.model.openannotation.ContentAsText
-
- de.digitalcollections.iiif.model.openannotation.SvgSelector
-
- All Implemented Interfaces:
Selector,Choice<ContentAsText>
public class SvgSelector extends ContentAsText implements Selector
A selector that selects a region of an image using SVG.
-
-
Constructor Summary
Constructors Constructor Description SvgSelector()SvgSelector(String chars)
-
Method Summary
-
Methods inherited from class de.digitalcollections.iiif.model.openannotation.ContentAsText
getChars, getFormat, getLanguage, getTypes, setChars, setFormat, setLanguage, setType
-
Methods inherited from class de.digitalcollections.iiif.model.sharedcanvas.Resource
addAttribution, addDescription, addLabel, addLicense, addLogo, addLogo, addMetadata, addMetadata, addRelated, addRendering, addSeeAlso, addService, addThumbnail, addViewingHint, addWithin, getAlternatives, getAttribution, getAttributionString, getDescription, getDescriptionString, getFirstLicense, getIdentifier, getLabel, getLabelString, getLicenses, getLogos, getLogoUri, getMetadata, getRelated, getRenderings, getSeeAlso, getServices, getSupportedViewingHintTypes, getThumbnail, getThumbnails, getType, getViewingHints, getWithin, isDefaultChoice, setAlternatives, setAttribution, setDescription, setIdentifier, setIsDefaultChoice, setLabel, setLicenses, setLogos, setRelated, setRenderings, setSeeAlso, setServices, setThumbnails, setViewingHints, setWithin, toString, verifyRendering
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface de.digitalcollections.iiif.model.openannotation.Choice
addAlternative
-
-
-
-
Field Detail
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SvgSelector
public SvgSelector(String chars)
-
SvgSelector
public SvgSelector()
-
-