@JsonObject(value="AbstractFormatSelectionCriterion") public abstract class AbstractFormatSelectionCriterion extends java.lang.Object implements IImageRepresentationFormatSelectionCriterion
IImageRepresentationFormatSelectionCriterion
which accepting
matching ImageRepresentationFormat
instance individually.Constructor and Description |
---|
AbstractFormatSelectionCriterion() |
Modifier and Type | Method and Description |
---|---|
java.util.List<ImageRepresentationFormat> |
getMatching(java.util.List<ImageRepresentationFormat> imageRepresentationFormats)
Returns all
ImageRepresentationFormat objects from the specified list which fulfill
this criterion. |
public java.util.List<ImageRepresentationFormat> getMatching(java.util.List<ImageRepresentationFormat> imageRepresentationFormats)
IImageRepresentationFormatSelectionCriterion
ImageRepresentationFormat
objects from the specified list which fulfill
this criterion.getMatching
in interface IImageRepresentationFormatSelectionCriterion