49 lines
1.3 KiB
Java
49 lines
1.3 KiB
Java
|
package com.kofax.kmc.kui.uicontrols;
|
||
|
|
||
|
import android.graphics.Bitmap;
|
||
|
import com.kofax.kmc.ken.engines.data.BoundingTetragon;
|
||
|
import java.util.EventObject;
|
||
|
import o.fZE;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public class PageDetectionEvent extends EventObject {
|
||
|
private static final long serialVersionUID = 1;
|
||
|
private final BoundingTetragon J;
|
||
|
|
||
|
/* renamed from: me, reason: collision with root package name */
|
||
|
private final fZE<Bitmap> f6505me;
|
||
|
|
||
|
public PageDetectionEvent(Object obj, Bitmap bitmap, BoundingTetragon boundingTetragon) {
|
||
|
this(obj, new a(bitmap), boundingTetragon);
|
||
|
}
|
||
|
|
||
|
public PageDetectionEvent(Object obj, fZE<Bitmap> fze, BoundingTetragon boundingTetragon) {
|
||
|
super(obj);
|
||
|
this.f6505me = fze;
|
||
|
this.J = boundingTetragon;
|
||
|
}
|
||
|
|
||
|
public final Bitmap getPreviewImage() {
|
||
|
return this.f6505me.get();
|
||
|
}
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
static class a implements fZE<Bitmap> {
|
||
|
private final Bitmap _bitmap;
|
||
|
|
||
|
private a(Bitmap bitmap) {
|
||
|
this._bitmap = bitmap;
|
||
|
}
|
||
|
|
||
|
@Override // o.fZE
|
||
|
/* renamed from: aE, reason: merged with bridge method [inline-methods] */
|
||
|
public Bitmap get() {
|
||
|
return this._bitmap;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
public final BoundingTetragon getBound() {
|
||
|
return this.J;
|
||
|
}
|
||
|
}
|