Class CssStyle
- java.lang.Object
-
- de.digitalcollections.iiif.model.sharedcanvas.Resource<ContentAsText>
-
- de.digitalcollections.iiif.model.openannotation.ContentAsText
-
- de.digitalcollections.iiif.model.openannotation.CssStyle
-
- All Implemented Interfaces:
Choice<ContentAsText>
public class CssStyle extends ContentAsText
A resource that contains embedded CSS Stylesheet definitions
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getTypes()-
Methods inherited from class de.digitalcollections.iiif.model.openannotation.ContentAsText
getChars, getFormat, getLanguage, 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
-
-
Method Detail
-
getTypes
public List<String> getTypes()
- Overrides:
getTypesin classContentAsText
-
-