Class SimpleImageRenderPredicate
- java.lang.Object
-
- com.atlassian.confluence.content.render.image.SimpleImageRenderPredicate
-
- All Implemented Interfaces:
com.google.common.base.Predicate<ImageDimensions>,Predicate<ImageDimensions>
@Deprecated public final class SimpleImageRenderPredicate extends Object implements com.google.common.base.Predicate<ImageDimensions>
Deprecated.since 7.0.1A predicate that decides whether or not an image stream should be rendered as a raster, depending on the size of the resulting raster.
-
-
Constructor Summary
Constructors Constructor Description SimpleImageRenderPredicate(int rasterSizeThresholdPx)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanapply(@Nullable ImageDimensions input)Deprecated.
-
-
-
Method Detail
-
apply
public boolean apply(@Nullable ImageDimensions input)
Deprecated.- Specified by:
applyin interfacecom.google.common.base.Predicate<ImageDimensions>
-
-