public class

AdaptiveThresholdPredicate

extends Object
implements Predicate<T>
java.lang.Object
   ↳ com.atlassian.jira.issue.thumbnail.AdaptiveThresholdPredicate

Class Overview

Decides the allowed image size based on free memory.

This code was taken originally from our friends in Confluence

Summary

Public Constructors
AdaptiveThresholdPredicate()
Public Methods
boolean apply(Dimensions input)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.common.base.Predicate

Public Constructors

public AdaptiveThresholdPredicate ()

Public Methods

public boolean apply (Dimensions input)