com.atlassian.confluence.pages.thumbnail.renderer
Class SimpleThresholdPredicate

java.lang.Object
  extended by com.atlassian.confluence.pages.thumbnail.renderer.SimpleThresholdPredicate
All Implemented Interfaces:
com.google.common.base.Predicate<Dimensions>

Deprecated. since 5.3. Use SimpleImageRenderPredicate.

@Immutable
@Deprecated
public final class SimpleThresholdPredicate
extends java.lang.Object
implements com.google.common.base.Predicate<Dimensions>


Constructor Summary
SimpleThresholdPredicate(int rasterSizeThresholdPx)
          Deprecated.  
 
Method Summary
 boolean apply(Dimensions input)
          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
 

Constructor Detail

SimpleThresholdPredicate

public SimpleThresholdPredicate(int rasterSizeThresholdPx)
Deprecated. 
Method Detail

apply

public boolean apply(@Nullable
                     Dimensions input)
Deprecated. 
Specified by:
apply in interface com.google.common.base.Predicate<Dimensions>


Copyright © 2003-2014 Atlassian. All Rights Reserved.