public final class IndirectPathItem extends Object
ObjectPath
. It encapsulates two corresponding objects from the two comparing documents that were met to get to the path base objects during comparing process.
Constructor and Description |
---|
IndirectPathItem(PdfIndirectReference cmpObject, PdfIndirectReference outObject)
Creates IndirectPathItem instance for two corresponding objects from two comparing documents.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
PdfIndirectReference |
getCmpObject()
Method returns a IndirectPathItem object from the cmp object that was met to get to the path base objects during comparing process.
|
PdfIndirectReference |
getOutObject()
Method returns a IndirectPathItem object that was met to get to the path base objects during comparing process.
|
int |
hashCode() |
public IndirectPathItem(PdfIndirectReference cmpObject, PdfIndirectReference outObject)
IndirectPathItem
instance for two corresponding objects from two comparing documents.
cmpObject
- an object from the cmp document.
outObject
- an object from the out document.
public PdfIndirectReference getCmpObject()
IndirectPathItem
object from the cmp object that was met to get to the path base objects during comparing process.
IndirectPathItem
object from the cmp object.
public PdfIndirectReference getOutObject()
IndirectPathItem
object that was met to get to the path base objects during comparing process.
Copyright © 1998–2022 iText Group NV. All rights reserved.