Class LabelledResultsVectorWithThumbnail
Object
org.anchoranalysis.plugin.image.task.feature.LabelledResultsVectorWithThumbnail
public final class LabelledResultsVectorWithThumbnail extends Object
Like a
ResultsVectorWithThumbnail but additionally contains labels to describe the
calculated results.- Author:
- Owen Feehan
-
Constructor Summary
Constructors Constructor Description LabelledResultsVectorWithThumbnail(org.anchoranalysis.feature.io.csv.metadata.RowLabels labels, ResultsVectorWithThumbnail results) -
Method Summary
Modifier and Type Method Description booleanequals(Object o)org.anchoranalysis.feature.io.csv.metadata.RowLabelsgetLabels()The labels describing the results.ResultsVectorWithThumbnailgetResults()The results vector with an optional thumbnail.inthashCode()StringtoString()org.anchoranalysis.feature.io.results.LabelledResultsVectorwithoutThumbnail()Exposes as aLabelledResultsVectorwithout a thumbnail.
-
Constructor Details
-
LabelledResultsVectorWithThumbnail
public LabelledResultsVectorWithThumbnail(org.anchoranalysis.feature.io.csv.metadata.RowLabels labels, ResultsVectorWithThumbnail results)
-
-
Method Details
-
withoutThumbnail
public org.anchoranalysis.feature.io.results.LabelledResultsVector withoutThumbnail() throws org.anchoranalysis.core.exception.OperationFailedExceptionExposes as aLabelledResultsVectorwithout a thumbnail.- Returns:
- a newly created
LabelledResultsVectorderived from the current object. - Throws:
org.anchoranalysis.core.exception.OperationFailedException- if the results vector cannot be retrieved.
-
getLabels
public org.anchoranalysis.feature.io.csv.metadata.RowLabels getLabels()The labels describing the results. -
getResults
The results vector with an optional thumbnail. -
equals
-
hashCode
public int hashCode() -
toString
-