public class FingerPrint extends Object implements Serializable
Constructor and Description |
---|
FingerPrint()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
Collection<ProductInfo> |
getProducts()
Returns the registered products.
|
boolean |
registerProduct(ProductInfo productInfo)
Registers a product to be added to the fingerprint or other debugging info.
|
public FingerPrint()
public boolean registerProduct(ProductInfo productInfo)
productInfo
- ProductInfo to be added
public Collection<ProductInfo> getProducts()
Copyright © 1998–2018 iText Group NV. All rights reserved.