public class CPDFCompareResult
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
CPDFCompareResult.CompResType |
Modifier and Type | Field and Description |
---|---|
int |
compPageIndex |
RectF |
compRect |
int |
oldPageIndex |
RectF |
oldRect |
int |
resultType |
Constructor and Description |
---|
CPDFCompareResult(int resultType,
int oldPageIndex,
int compPageIndex,
RectF oldRect,
RectF compRect) |