Uses of Class
org.anchoranalysis.plugin.io.bean.metadata.header.HeaderFormat
| Package | Description |
|---|---|
| org.anchoranalysis.plugin.io.bean.metadata.header |
Different types of image-file-formats whose headers can provide
ImageMetadata. |
| org.anchoranalysis.plugin.io.bean.metadata.reader |
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 Modifier and Type Class Description classBMPThe headers found in a BMP file.classJPEGThe headers found in a JPEG file.classPNGThe headers found in a PNG 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 HeaderFormat Modifier and Type Method Description List<HeaderFormat>InferFromHeader. 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 HeaderFormat Modifier and Type Method Description voidInferFromHeader. 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 HeaderFormat Constructor Description InferFromHeader(org.anchoranalysis.image.io.bean.stack.metadata.reader.ImageMetadataReader fallback, List<HeaderFormat> formats)