Class AdaptiveThresholdPredicate
java.lang.Object
com.atlassian.confluence.impl.pages.thumbnail.renderer.AdaptiveThresholdPredicate
- All Implemented Interfaces:
com.google.common.base.Predicate<Dimensions>
,Predicate<Dimensions>
@Deprecated
public class AdaptiveThresholdPredicate
extends Object
implements com.google.common.base.Predicate<Dimensions>
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
apply
(@NonNull Dimensions input) Deprecated.static com.atlassian.confluence.impl.pages.thumbnail.renderer.AdaptiveThresholdPredicate.InputStreamPredicate
Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.common.base.Predicate
equals, test
-
Constructor Details
-
AdaptiveThresholdPredicate
public AdaptiveThresholdPredicate()Deprecated.
-
-
Method Details
-
apply
Deprecated.- Specified by:
apply
in interfacecom.google.common.base.Predicate<Dimensions>
-
createInputStreamPredicate
public static com.atlassian.confluence.impl.pages.thumbnail.renderer.AdaptiveThresholdPredicate.InputStreamPredicate createInputStreamPredicate()Deprecated.
-
MemoryAwareImageRenderPredicate
.