Class ImageSize
Summarizes the size of images.
If there's more than one image in the series, the size of each is considered.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(ImageMetadataInput input) Adds a element to the summary.protected String
Methods inherited from class org.anchoranalysis.plugin.io.bean.summarizer.image.SummarizerImageMetadata
describe, incrementCount, requiresImageMetadata
Methods inherited from class org.anchoranalysis.plugin.io.bean.summarizer.Summarizer
addAll
Methods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
ImageSize
public ImageSize()
-
-
Method Details
-
add
Description copied from class:Summarizer
Adds a element to the summary.- Specified by:
add
in classSummarizer<ImageMetadataInput>
- Parameters:
input
- the element to add.- Throws:
OperationFailedException
-
describeNoun
- Specified by:
describeNoun
in classSummarizerImageMetadata<WrappedImageDim>
-