public class ImageService extends Service
A IIIF Image API service.
| Constructor and Description |
|---|
ImageService(String identifier) |
ImageService(String identifier,
ImageApiProfile profile) |
addProfile, addProfile, getContext, getIdentifier, getLabel, getLabelString, getProfiles, setContext, setIdentifier, setLabel, setLabel, setProfilespublic final String PROTOCOL
public static final String CONTEXT
public ImageService(String identifier)
public ImageService(String identifier, ImageApiProfile profile)
public Integer getWidth()
public void setWidth(Integer width)
public Integer getHeight()
public void setHeight(Integer height)
public ImageService addTile(TileInfo first, TileInfo... rest)
public ImageService addSize(Size first, Size... rest)
public ImageService addService(Service first, Service... rest)
public PropertyValue getAttribution()
public String getAttributionString()
public void setAttribution(PropertyValue attribution)
public ImageService addAttribution(String first, String... rest)
public URI getFirstLicense()
public ImageService addLicense(String first, String... rest)
public List<ImageContent> getLogos()
public URI getLogoUri()
public void setLogos(List<ImageContent> logos)
public ImageService addLogo(String first, String... rest)
public ImageService addLogo(ImageContent first, ImageContent... rest)
Copyright © 2018. All rights reserved.