Class SimpleThresholdPredicate
- java.lang.Object
-
- com.atlassian.confluence.pages.thumbnail.renderer.SimpleThresholdPredicate
-
- All Implemented Interfaces:
com.google.common.base.Predicate<Dimensions>
,Predicate<Dimensions>
@Immutable @Deprecated public final class SimpleThresholdPredicate extends Object implements com.google.common.base.Predicate<Dimensions>
Deprecated.since 5.3. UseSimpleImageSizeRenderPredicate
.
-
-
Constructor Summary
Constructors Constructor Description SimpleThresholdPredicate(int rasterSizeThresholdPx)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
apply(@Nullable Dimensions input)
Deprecated.
-
-
-
Method Detail
-
apply
public boolean apply(@Nullable Dimensions input)
Deprecated.- Specified by:
apply
in interfacecom.google.common.base.Predicate<Dimensions>
-
-