public class GenericProfile extends Object
| Modifier and Type | Field and Description |
|---|---|
protected TiffDocument |
model
The image file descriptor to validate.
|
protected ValidationResult |
validation
The result of the check.
|
| Constructor and Description |
|---|
GenericProfile(TiffDocument doc)
Instantiates a new baseline profile.
|
| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
getValidation()
Gets the validation result.
|
protected TiffDocument model
protected ValidationResult validation
public GenericProfile(TiffDocument doc)
doc - the tiff file modelpublic ValidationResult getValidation()
Copyright © 2015–2020. All rights reserved.