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.headerModifier and TypeClassDescriptionclassThe headers found in a BMP file.classThe headers found in a JPEG file.classThe headers found in a PNG file.Subclasses with type arguments of type HeaderFormat in org.anchoranalysis.plugin.io.bean.metadata.headerModifier and TypeClassDescriptionclassPopulatesImageMetadatafrom the header of an image-file. -
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 TypeMethodDescriptionvoidInferFromHeader.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 newInferFromHeaderinstance.