java.lang.Object |
↳ |
com.facebook.imagepipeline.filter.XferRoundFilter |
Class Overview
Not-in-place rounding image algorithm using Canvas that requires an Android version >=
3.1. If image quality is preferred above performance, this algorithm performs anti-aliasing and
will generate better looking images, otherwise clients that look for better performances should
use NativeRoundingFilter.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Methods
public
static
boolean
canUseXferRoundFilter
()
public
static
void
xferRoundBitmap
(Bitmap output, Bitmap source, boolean enableAntiAliasing)