com.atlassian.confluence.pages.thumbnail.renderer
Class AdaptiveThresholdPredicate
java.lang.Object
com.atlassian.confluence.pages.thumbnail.renderer.AdaptiveThresholdPredicate
- All Implemented Interfaces:
- com.google.common.base.Predicate<Dimensions>
Deprecated. since 5.3 Use FreeMemoryAwareImageRenderPredicate
.
@Deprecated
public class AdaptiveThresholdPredicate
- extends Object
- implements com.google.common.base.Predicate<Dimensions>
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 |
AdaptiveThresholdPredicate
public AdaptiveThresholdPredicate()
- Deprecated.
apply
public boolean apply(@Nullable
Dimensions input)
- Deprecated.
- Specified by:
apply
in interface com.google.common.base.Predicate<Dimensions>
createInputStreamPredicate
public static com.atlassian.confluence.pages.thumbnail.renderer.AdaptiveThresholdPredicate.InputStreamPredicate createInputStreamPredicate()
- Deprecated.