Package nl.vpro.domain.image
More or less generic image domain objects.
Some are more less poms specific, other could be applied more genericly.
-
Interface Summary Interface Description ImageMetadata An extended version ofMetadata.ImageMetadataProvider The basic interface for images isMetadata(POMS) and its extensionImageMetadataImageSourceCreator A SPI to provideImageSources for a givenImageMetadataProvider.Metadata<T extends Metadata<T>> All our known image types implement at least this.Metadata.LombokBuilder<SELF extends Metadata.LombokBuilder<SELF>> When making an implementation ofMetadata, you can define aBuilderwhich may implement this interface.MutableMetadata<T extends MutableMetadata<T>> Mutable version ofMetadata. -
Class Summary Class Description Area Representation of a square area in an image.Dimension ImageMetadataImpl This is the basic image presentation at VPRO.ImageMetadataImpl.Builder ImageMetadataProvider.Wrapper<W extends Metadata<W>> If an image object already implementsMetadata, then an interface can be created using this wrapper.ImageSource Representation of one image URLImageSource.Builder ImageSourceService ImageSourceSet Point Represents the location of one pixel in an image.RelativePoint Represents a relative position in an image. -
Enum Summary Enum Description ImageFormat Recognized image formats.ImageSource.Type ImageType The POMS supported image types, as can be selected in the GUI, and are available as meta data for all images. -
Exception Summary Exception Description UnsupportedImageFormatException -
Annotation Types Summary Annotation Type Description ImageURL URIvalidator for URI's that point to images.