Uses of Class
org.anchoranalysis.plugin.io.bean.metadata.header.HeaderFormat
Packages that use HeaderFormat
Package
Description
Different types of image-file-formats whose headers can provide
ImageMetadata
.Implementations of
ImageMetadataReader
.-
Uses of HeaderFormat in org.anchoranalysis.plugin.io.bean.metadata.header
Subclasses of HeaderFormat in org.anchoranalysis.plugin.io.bean.metadata.header -
Uses of HeaderFormat in org.anchoranalysis.plugin.io.bean.metadata.reader
Methods in org.anchoranalysis.plugin.io.bean.metadata.reader that return types with arguments of type HeaderFormatModifier and TypeMethodDescriptionInferFromHeader.getFormats()
The formats whose headers will be searched, to find sufficient metadata to populateImageMetadata
.Method parameters in org.anchoranalysis.plugin.io.bean.metadata.reader with type arguments of type HeaderFormatModifier and TypeMethodDescriptionvoid
InferFromHeader.setFormats
(List<HeaderFormat> formats) The formats whose headers will be searched, to find sufficient metadata to populateImageMetadata
.Constructor parameters in org.anchoranalysis.plugin.io.bean.metadata.reader with type arguments of type HeaderFormatModifierConstructorDescriptionInferFromHeader
(ImageMetadataReader fallback, List<HeaderFormat> formats) Creates a newInferFromHeader
instance.