Package com.compdfkit.core.compare
Class CPDFCompareResult
java.lang.Object
com.compdfkit.core.compare.CPDFCompareResult
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionintintint -
Constructor Summary
ConstructorsConstructorDescriptionCPDFCompareResult(int resultType, int oldPageIndex, int compPageIndex, RectF oldRect, RectF compRect) -
Method Summary
-
Field Details
-
resultType
public int resultType -
oldPageIndex
public int oldPageIndex -
compPageIndex
public int compPageIndex -
oldRect
-
compRect
-
-
Constructor Details
-
CPDFCompareResult
-