A B C D E F G H I J K L M N O P R S T U V W X 
All Classes All Packages

A

ABSTRACT_COLOR - com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
 
ACTIVATE - com.inet.pdfc.PDFC.PROP
Switch to activate a license or activation key
activateLicense(String) - Static method in class com.inet.pdfc.PDFC
This method activates an activation key or a license key.
add - com.inet.pdfc.generator.model.Modification.ModificationType
There are only new affected elements in the second document.
addChangeListener(ResultModel.ResultModelChangeListener) - Method in class com.inet.pdfc.results.ResultModel
Adds a ResultModelChangeListener to this model.
AddedOrRemoved - com.inet.pdfc.generator.model.DiffGroup.GroupType
Contains Modifications which describe a remove in the first document or an add in the second document.
NOTE: There is no clear line between this type and 'Replaced'.
addPdfSource(PdfSource) - Method in class com.inet.pdfc.config.DirectoryPdfSource
Adds a PDF source to the directory.
addPresenter(BasePresenter) - Method in class com.inet.pdfc.PDFC.ComparisonParameters
Adds a presenter to the comparison.
addPresenter(BasePresenter) - Method in class com.inet.pdfc.PDFComparer
Adds a Presenter to this PDFComparer.
A presenter is responsible to 'present' the comparison result, like print found differences on the console or create difference images.
addProfileChangeListener(DefaultProfile.ProfileChangeListener) - Method in class com.inet.pdfc.config.DefaultProfile
Adds a listener to be notified if a profile value changed
ALLOUTLINEMARKER - com.inet.pdfc.config.Settings.METAOPTION
A differences marker between two documents
ANNOTATION - com.inet.pdfc.config.CompareType
Refers to optional visible objects which consist
ANNOTATION - Static variable in interface com.inet.pdfc.plugin.configurations.DefaultFilterNames
Not a singular filter, but can be used to toggle the visibility of annotations in the input files
applyPrintRange(ExportFilePresenter.HasPrintRange) - Method in class com.inet.pdfc.presenter.ExportFilePresenter
Set the print range to the Print-implementation.
ArrayPdfSource - Class in com.inet.pdfc.config
This is a PdfSource which is solely based on in-memory data.
ArrayPdfSource(String, long, byte[]) - Constructor for class com.inet.pdfc.config.ArrayPdfSource
Creates the PdfSource for in-memory data.
ASPECT_RATIO - com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
 
attributeDifference - com.inet.pdfc.generator.model.Modification.ModificationType
There are affected elements in both documents and their number is equal as they are themselves basically equal.
AttributeDifference<T> - Class in com.inet.pdfc.generator.model.diff
Basic class for difference descriptions
AttributeDifference(AttributeDifference.TYPE, T, T, String) - Constructor for class com.inet.pdfc.generator.model.diff.AttributeDifference
Creates an instance with an old and a new value and sets the instanceType and the messageKey
AttributeDifference.TYPE - Enum in com.inet.pdfc.generator.model.diff
This enum is used to identify the runtime type of an AttributeDifference.

B

BASELINETABLE - Static variable in interface com.inet.pdfc.plugin.configurations.DefaultFilterNames
Table recogintion and optimization
BasePresenter - Class in com.inet.pdfc.presenter
A Presenter is responsible to 'present' the result of the comparison in some way.
BasePresenter() - Constructor for class com.inet.pdfc.presenter.BasePresenter
 
BasePresenter.ERROR_SOURCE - Enum in com.inet.pdfc.presenter
Names the thread / task where the error occurred
batchCompare(DirectoryPdfSource, DirectoryPdfSource) - Method in class com.inet.pdfc.PDFComparer
Compare the two given directories, always comparing PdfSources with the same name.
batchCompare(File, File) - Method in class com.inet.pdfc.PDFComparer
Compare the two given directories, always comparing document files with the same name.
BIDI - Static variable in interface com.inet.pdfc.plugin.configurations.DefaultFilterNames
Bidi filter, sorted the words in read direction
bothFiles - com.inet.pdfc.presenter.DifferencesImagePresenter.IMAGE_CONFIG
Deprecated.
 

C

canInformUserOnErrors() - Method in class com.inet.pdfc.presenter.BasePresenter
Returns whether the presenter is able to handle errors in a way to notify the user.
canInformUserOnErrors() - Method in class com.inet.pdfc.presenter.ConsolePresenter
Returns whether the presenter is able to handle errors in a way to notify the user.
ChangeInfo(ResultModel.STATE_CHANGE_TYPE, ResultModel, PageReadDone, ProgressState) - Constructor for class com.inet.pdfc.results.ResultModel.ChangeInfo
Creates the event object
ChangeInfo(ResultModel.STATE_CHANGE_TYPE, List<? extends DiffGroup>, ResultModel, ProgressState) - Constructor for class com.inet.pdfc.results.ResultModel.ChangeInfo
Creates the event object
ChangeInfo(ResultModel, ProgressState) - Constructor for class com.inet.pdfc.results.ResultModel.ChangeInfo
Generates an info for a change in the filter
ChangeInfo(ResultModel, Map<DiffGroup, Set<Modification>>) - Constructor for class com.inet.pdfc.results.ResultModel.ChangeInfo
Creates an event for a change in the visibility of some Modifications
ChangeInfo(ResultModel, Map<String, VisibilitySetting>, ProgressState) - Constructor for class com.inet.pdfc.results.ResultModel.ChangeInfo
Generates an info for a change in the filter
CHECKED - com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
 
Chunk - Interface in com.inet.pdfc.generator.message
This "marker" interface describes a piece of the data that is send to receiver
Chunk.ChunkType - Enum in com.inet.pdfc.generator.message
The type of chunks available in the comparison event queue of i-net PDFC
clear() - Method in class com.inet.pdfc.results.ResultModel
Completely clears the model including the page images.
CLEARED - com.inet.pdfc.results.ResultModel.STATE_CHANGE_TYPE
No data yet, notifies that a comparison was started
close() - Method in class com.inet.pdfc.results.ResultModel
Clears all in memory and cached data of this ResultModel.
It's highly recommended to call this method before releasing the instance!
Not calling close() may result on a notable performance decline since the caching process and memory usage will persist until the next garbage collection cycle.
Since there is no 'closed' state for the ResultModel the instance will just be empty when this call returns.
CMAPPATCH - Static variable in interface com.inet.pdfc.plugin.configurations.DefaultFilterNames
Patches a missing CMAP by character based OCR
COLLAPSE - com.inet.pdfc.PDFC.PROP
Option to make pages without diffs in pdf-export to be collapsed
COLOR - com.inet.pdfc.config.TextStyleType
Difference for Text Color
ColorProvider - Interface in com.inet.pdfc.print
Provides the colors used by the Painter to paint the Markers for the Difference Groups and their modifications.
com.inet.pdfc - package com.inet.pdfc
 
com.inet.pdfc.config - package com.inet.pdfc.config
 
com.inet.pdfc.error - package com.inet.pdfc.error
 
com.inet.pdfc.generator.message - package com.inet.pdfc.generator.message
 
com.inet.pdfc.generator.model - package com.inet.pdfc.generator.model
 
com.inet.pdfc.generator.model.diff - package com.inet.pdfc.generator.model.diff
 
com.inet.pdfc.plugin - package com.inet.pdfc.plugin
 
com.inet.pdfc.plugin.configurations - package com.inet.pdfc.plugin.configurations
 
com.inet.pdfc.presenter - package com.inet.pdfc.presenter
 
com.inet.pdfc.print - package com.inet.pdfc.print
 
com.inet.pdfc.results - package com.inet.pdfc.results
 
com.inet.pdfc.textselection - package com.inet.pdfc.textselection
 
CommandLineParameter - Interface in com.inet.pdfc.plugin
Defines an additional parameter for the command line tool.
COMMENTS - com.inet.pdfc.config.Settings.EXPORT
Show the annotable in export
compare(PdfSource, PdfSource) - Method in class com.inet.pdfc.PDFComparer
Compare the two given documents located anywhere.
compare(File, File) - Method in class com.inet.pdfc.PDFComparer
Compare the two given PDF-Files located on the file system.
COMPARE - com.inet.pdfc.presenter.BasePresenter.ERROR_SOURCE
Source is the compare task.
COMPARE_ANNOTATIONS_DETAILED - Static variable in class com.inet.pdfc.config.PDFCProperty
Defines whether appearance differences in annotations will be separate and detailed differences or aggregated as number of differences only.
Requires COMPARE_TYPE 'ANNOTATIONS' to have an effect
A setting of true will create a separate difference for each single different element in each annotation.
A setting of false will only count the appearance difference par annotation and show the number in a modification.
s
COMPARE_LINE_STYLES - Static variable in class com.inet.pdfc.config.PDFCProperty
This is a parameter for any type of line/shape comparison - either paged or continuous.
COMPARE_TEXT_CASE_SENSITIVE - Static variable in class com.inet.pdfc.config.PDFCProperty
This switch toggles the case sensitivity of the text comparison.
COMPARE_TEXT_STYLES - Static variable in class com.inet.pdfc.config.PDFCProperty
Specifies a comma-separated list of textstyles.
COMPARE_TYPES - Static variable in class com.inet.pdfc.config.PDFCProperty
A comma separated list of CompareTypes to be included in the comparison
compareAsync(PdfSource, PdfSource) - Method in class com.inet.pdfc.PDFComparer
Asynchronously compares the two given documents.
compareTo(PdfSource) - Method in class com.inet.pdfc.config.PdfSource
compareTo(AttributeDifference<?>) - Method in class com.inet.pdfc.generator.model.diff.AttributeDifference
CompareType - Enum in com.inet.pdfc.config
Defines the different types of element which can be compared or ignored in the continuous compare
COMPLETED - com.inet.pdfc.results.ResultModel.STATE_CHANGE_TYPE
Final update with recently found differences
CONFIG - com.inet.pdfc.PDFC.PROP
Switch to set the configuration file
configure(IProfile) - Method in class com.inet.pdfc.presenter.BasePresenter
Deprecated.
configure(IProfile) - Method in class com.inet.pdfc.presenter.ConsolePresenter
Configures the presenter according to a profile.
configure(IProfile) - Method in class com.inet.pdfc.presenter.DifferencesImagePresenter
Configures the presenter according to a profile.
configure(IProfile) - Method in class com.inet.pdfc.presenter.ExportFilePresenter
Sets a boolean flag indicating whether an export will be generated when there are no differences found in the compared PDFs.
ConsolePresenter - Class in com.inet.pdfc.presenter
A presenter to print the Modifications of a comparison run to the log.
ConsolePresenter() - Constructor for class com.inet.pdfc.presenter.ConsolePresenter
 
contains(int, int) - Method in class com.inet.pdfc.generator.message.HighlightData.Highlight
CONTINUOUS_COMPARE - Static variable in class com.inet.pdfc.config.PDFCProperty
Enables / Disable continuous compare.
A setting of CONTINUOUS will set the comparison to a mode which ignores the page gaps and compares all content one continuous stream.
CONTINUOUS_DETECT_PAGES - Static variable in class com.inet.pdfc.config.PDFCProperty
Specifies whether the continuous compare can be splited instead of comparing all content at once.
If set to a value greater zero, this specifies how many pages may be added or inserted before the comparison fails to match the content.
copy() - Method in class com.inet.pdfc.config.DefaultSetting
Create a copy of the current setting
copy() - Method in interface com.inet.pdfc.config.Settings
Create a copy of the current setting
create(ErrorCode, Object...) - Static method in exception com.inet.pdfc.error.PdfcException
Creates the exception with an error code.
create(ErrorCode, Throwable, Object...) - Static method in exception com.inet.pdfc.error.PdfcException
Creates the exception with error code and root cause.
If cause is already a PdfcException then returns cause.
Else if cause has an HasErrorCode, takes the code of cause instead of the given code.
DOES NOT THROW THE EXCEPTION!
create(Throwable) - Static method in exception com.inet.pdfc.error.PdfcException
Creates a general exception from a cause.
CREATE_DIFFIMAGES - Static variable in class com.inet.pdfc.config.PDFCProperty
CREATE_DIFFIMAGES_FIRST - com.inet.pdfc.config.Settings.EXPORT
Specifies if a PNG image with the marked difference will be created.
CREATE_DIFFIMAGES_SECOND - com.inet.pdfc.config.Settings.EXPORT
Specifies if a PNG image with the marked difference will be created.
CREATE_ORIGIMAGES - com.inet.pdfc.config.Settings.EXPORT
Specifies if a PNG image with the original content will be created for each compared page.
CREATE_ORIGIMAGES - Static variable in class com.inet.pdfc.config.PDFCProperty
Deprecated.
As of i-net PDFC 5.0, see Settings.EXPORT.CREATE_ORIGIMAGES
CREATE_XORIMAGES - com.inet.pdfc.config.Settings.EXPORT
Creates an (negated) XOR image for any pair of pages with differences.
CREATE_XORIMAGES - Static variable in class com.inet.pdfc.config.PDFCProperty
Deprecated.
As of i-net PDFC 5.0, see Settings.EXPORT.CREATE_XORIMAGES
createAndSetupPrintPainter() - Method in class com.inet.pdfc.presenter.ExportPresenter
Constructs a new PrintPainter which can be used to export the result.
This method also sets options on the PrintPainter.
createComparer(boolean) - Method in class com.inet.pdfc.PDFC
Applies the parsed properties and creates the comparer
createExportFilename(String, String, String) - Method in class com.inet.pdfc.presenter.BasePresenter
Construct the default Export file name used for exports.
This is called by BasePresenter.getDefaultExportName(String) in BasePresenter with dummy parameters to determine how much characters will be added by this method.
CURVE_POINT - com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
 
CURVE_TYPE - com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
 
CUSTOM - com.inet.pdfc.generator.message.HighlightData.Highlight.Appearance
 

D

DefaultColorProvider - Class in com.inet.pdfc.print
Provides the colors used by the Painter to paint the Markers for the Difference Groups and their modifications.
DefaultColorProvider() - Constructor for class com.inet.pdfc.print.DefaultColorProvider
 
DefaultFilterNames - Interface in com.inet.pdfc.plugin.configurations
The naming constants of all filter plugins that are shipped with the installation All of these filters can be in one of three states: 'loaded', 'not loaded' (because the plugin is missing or is incompatible), or 'deactivated' (due to the configuration).
DefaultProfile - Class in com.inet.pdfc.config
The class contains the default i-net PDFC profile.
DefaultProfile() - Constructor for class com.inet.pdfc.config.DefaultProfile
Default constructor with empty properties
DefaultProfile(IProfile) - Constructor for class com.inet.pdfc.config.DefaultProfile
Creates a new profile as copy of another profile
DefaultProfile.ProfileChangeListener - Interface in com.inet.pdfc.config
A listener that can be registered to be notified if a value in the profile changed
DefaultProfileID - Class in com.inet.pdfc.config
This class is provides the IDs of the installed and available default profiles.
DefaultProfileID() - Constructor for class com.inet.pdfc.config.DefaultProfileID
 
DefaultSetting - Class in com.inet.pdfc.config
This is the Defaultsetting with the default values.
DefaultSetting() - Constructor for class com.inet.pdfc.config.DefaultSetting
The Defaultsetting with the default values
detachFromModel() - Method in class com.inet.pdfc.presenter.BasePresenter
Detaches this presenter from a model.
detachFromModel() - Method in class com.inet.pdfc.presenter.ReportPresenter
Detaches this presenter from a model.
DifferencePages - Class in com.inet.pdfc.generator.model
A class that represented the pages with differences for a modification or DiffGroup
DifferencesImagePresenter - Class in com.inet.pdfc.presenter
This presenter generates images of all pages as well as side-by-side images of pages with differences.
DifferencesImagePresenter() - Constructor for class com.inet.pdfc.presenter.DifferencesImagePresenter
Creates a difference image presenter.
DifferencesImagePresenter(File) - Constructor for class com.inet.pdfc.presenter.DifferencesImagePresenter
Creates a difference image presenter.
DifferencesImagePresenter.IMAGE_CONFIG - Enum in com.inet.pdfc.presenter
Deprecated.
As of i-net PDFC 5.0
DifferencesPDFPresenter - Class in com.inet.pdfc.presenter
This presenter creates a complete comparison PDF for any comparison.
DifferencesPDFPresenter() - Constructor for class com.inet.pdfc.presenter.DifferencesPDFPresenter
Shortcut to better support spawn for extended classes
DifferencesPDFPresenter(File) - Constructor for class com.inet.pdfc.presenter.DifferencesPDFPresenter
Creates the presenter
DifferencesPDFPresenter(File, boolean) - Constructor for class com.inet.pdfc.presenter.DifferencesPDFPresenter
Creates the presenter
DifferencesPDFPresenter(OutputStream) - Constructor for class com.inet.pdfc.presenter.DifferencesPDFPresenter
Creates the presenter.
CAUTION: Since only a single stream is passed here, this instance must be used only for a single comparison! If used for a batch comparison all created PDFs will be written to this stream without further notice.
DifferencesPNGPresenter - Class in com.inet.pdfc.presenter
This presenter generates images for a complete graphical representation of the comparison.
DifferencesPNGPresenter(File) - Constructor for class com.inet.pdfc.presenter.DifferencesPNGPresenter
Creates the presenter
DifferencesPNGPresenter(File, boolean) - Constructor for class com.inet.pdfc.presenter.DifferencesPNGPresenter
Creates the presenter
DifferencesPrintPresenter - Class in com.inet.pdfc.presenter
This presenter exports a graphical overview of the complete comparison to a printer.
DifferencesPrintPresenter(PrintService, PrintRequestAttributeSet) - Constructor for class com.inet.pdfc.presenter.DifferencesPrintPresenter
Create a new Presenter which exports the complete comparison result to a printer.
DiffGroup - Class in com.inet.pdfc.generator.model
A DiffGroup describes a set of subsequent Modifications in a document.
DiffGroup() - Constructor for class com.inet.pdfc.generator.model.DiffGroup
 
DiffGroup.GroupType - Enum in com.inet.pdfc.generator.model
Defines the type of a DiffGroup and thus how to interpret the content of the affected elements lists.
DirectoryPdfSource - Class in com.inet.pdfc.config
This is a simple directory listing interface for the batch comparison.
DirectoryPdfSource(File) - Constructor for class com.inet.pdfc.config.DirectoryPdfSource
Creates the directory source for a file directory.
DirectoryPdfSource(String) - Constructor for class com.inet.pdfc.config.DirectoryPdfSource
Creates an empty directory source.
DirectoryPdfSource(String, PdfSource...) - Constructor for class com.inet.pdfc.config.DirectoryPdfSource
Creates an artificial directory source
disabled - com.inet.pdfc.presenter.DifferencesImagePresenter.IMAGE_CONFIG
Deprecated.
 
DOCUMENT_LANGUAGE - Static variable in class com.inet.pdfc.config.PDFCProperty
Specifies the default language for the documents.

E

equals(Object) - Method in class com.inet.pdfc.config.PdfSource
equals(Object) - Method in class com.inet.pdfc.error.ExceptionData
equals(Object) - Method in class com.inet.pdfc.generator.model.diff.AttributeDifference
error - com.inet.pdfc.generator.message.Chunk.ChunkType
 
errorOcurred(ExceptionData, boolean, BasePresenter.ERROR_SOURCE) - Method in interface com.inet.pdfc.results.ResultModel.ResultModelChangeListener
Called by the model whenever certain errors occur.
ExceptionData - Class in com.inet.pdfc.error
A JSON serializable replacement for Throwables.
ExceptionData(int, String, String, String) - Constructor for class com.inet.pdfc.error.ExceptionData
Creates an instance for a Throwable
execute(PDFC.ComparisonParameters, String) - Method in enum com.inet.pdfc.PDFC.PROP
Executes the parameter to modify the comparison configuration accordingly.
execute(PDFC.ComparisonParameters, String) - Method in interface com.inet.pdfc.plugin.CommandLineParameter
Executes the parameter to modify the comparison configuration accordingly.
executeImmediately(ResultModel) - Method in class com.inet.pdfc.presenter.BasePresenter
Forces an execution of the presenter no matter the current model state.
Use this method to run a presenter for an already finished model.
executeImmediately(ResultModel) - Method in class com.inet.pdfc.presenter.ReportPresenter
Forces an execution of the presenter no matter the current model state.
Use this method to run a presenter for an already finished model.
EXPORT_FORMAT - com.inet.pdfc.PDFC.PROP
Defines the export format in case export is 'report' or the -e option is set
EXPORT_PDF_ALWAYS - Static variable in class com.inet.pdfc.config.PDFCProperty
Deprecated.
As of i-net PDFC 5.0, see Settings.EXPORT.ONLY_ON_DIFFERENCES
EXPORT_PW - com.inet.pdfc.PDFC.PROP
 
EXPORTALWAYS - com.inet.pdfc.PDFC.PROP
Default export PDF by difference, if no difference available it doesn't export.
ExportFilePresenter - Class in com.inet.pdfc.presenter
Sub-Presenter for Differences-Exports creating a file result, such as PDF or PNG.
ExportFilePresenter() - Constructor for class com.inet.pdfc.presenter.ExportFilePresenter
 
ExportFilePresenter.HasPrintRange - Interface in com.inet.pdfc.presenter
Interface for PrintToX which have a Print-Range property.
ExportPresenter - Class in com.inet.pdfc.presenter
Basic presenter for Exports which generates a graphical comparison result.
Contains some useful methods allowing some settings to be made and applied to the PrintPainter.
ExportPresenter() - Constructor for class com.inet.pdfc.presenter.ExportPresenter
 

F

FilePdfSource - Class in com.inet.pdfc.config
This is a PdfSource which based on a file system object.
FilePdfSource(File) - Constructor for class com.inet.pdfc.config.FilePdfSource
Creates the PdfSource for a file system object.
FilePdfSource(File, String) - Constructor for class com.inet.pdfc.config.FilePdfSource
Creates the PdfSource for a file system object.
FilePdfSource(File, String, boolean) - Constructor for class com.inet.pdfc.config.FilePdfSource
Creates the PdfSource for a file system object.
FILLED_RECTANGLE - com.inet.pdfc.generator.message.HighlightData.Highlight.Appearance
 
FILTER_CHANGE - com.inet.pdfc.results.ResultModel.STATE_CHANGE_TYPE
Indicates that the filtered types have changed.
FILTER_PATTERNS - Static variable in class com.inet.pdfc.config.PDFCProperty
The CR-separated list of patterns for the RegExp Filter.
FILTERS - Static variable in class com.inet.pdfc.config.PDFCProperty
Defines the filters to be used before the elements of the documents are passed to the comparer.
Please not that filters are plugins.
FIRST_PDF - com.inet.pdfc.presenter.BasePresenter.ERROR_SOURCE
Source is the parser for the first document
FIXED_FOOTER_SIZE - Static variable in class com.inet.pdfc.config.PDFCProperty
Specify the property for header/footer filter
FIXED_HEADER_SIZE - Static variable in class com.inet.pdfc.config.PDFCProperty
Specify the property for header/footer filter
FONT - com.inet.pdfc.config.TextStyleType
Difference for Text Fontfamily
FONT_COLOR - com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
 
FONT_FAMILY - com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
 
FONT_SIZE - com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
 
FONT_STYLE - com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
 
FOOTER - com.inet.pdfc.config.Settings.EXPORT
Add a footer per page
forKey(String) - Static method in class com.inet.pdfc.config.Settings.FILTER
Creates a VisibilitySetting for a filter.
FORMAT_ODS - Static variable in class com.inet.pdfc.presenter.ReportPresenter
Export as 'Open Document Spreadsheet'
FORMAT_PDF - Static variable in class com.inet.pdfc.presenter.ReportPresenter
Export as 'Portable Document Format'
FORMAT_RTF - Static variable in class com.inet.pdfc.presenter.ReportPresenter
Export as 'Rich Text Format'
FORMAT_XLS - Static variable in class com.inet.pdfc.presenter.ReportPresenter
Export as 'Excel Spreadsheet'
FORMAT_XLSX - Static variable in class com.inet.pdfc.presenter.ReportPresenter
Export as 'Excel Spreadsheet', for version 2007 and later

G

getAddedElements() - Method in class com.inet.pdfc.generator.model.DiffGroup
Returns a list of elements which are added or have a new value in the SECOND document.
getAffectedElements(boolean) - Method in class com.inet.pdfc.generator.model.Modification
Returns a list of element, affected by this modification in either document
getAllObjectSettingNames() - Method in class com.inet.pdfc.config.DefaultSetting
Returns all registered additional settings.
getAllObjectSettingNames() - Method in interface com.inet.pdfc.config.Settings
Returns all registered additional settings.
getAppearance() - Method in class com.inet.pdfc.generator.message.HighlightData.Highlight
Returns the appearance.
getAreas() - Method in interface com.inet.pdfc.textselection.TextInfo
Get the areas of the TextInfo.
getAsString(T) - Method in interface com.inet.pdfc.config.ObjectSetting
Convert the value to String
getAttributeDifference(Class<T>) - Method in class com.inet.pdfc.generator.model.Modification
Returns a certain tyoe of changes which was applied to all affected elements.
getAttributeDifferences() - Method in class com.inet.pdfc.generator.model.Modification
Returns a list of changes which was applied to all affected elements.
getAvailableCompareModeKeys() - Static method in class com.inet.pdfc.PDFComparer
Returns the keys of all compare modes that are available to the application.
getAvailableFilterKeys() - Static method in class com.inet.pdfc.PDFComparer
Returns the keys of all filters that are available to the application.
getAvailableProfileIDs() - Static method in class com.inet.pdfc.config.DefaultProfileID
Lists all default profiles which are available in the current environments.
getAvailableValues() - Method in class com.inet.pdfc.config.PDFCProperty
Returns the available values in case of an String or Enum type with an additional translation.
NOTE: In case of a String value, only a single choice of these values is allowed.
getBool(PDFCProperty<?>) - Method in class com.inet.pdfc.config.DefaultProfile
Returns the value of the specified PDFCProperty as a boolean.
getBool(PDFCProperty<?>) - Method in interface com.inet.pdfc.config.IProfile
Returns the value of the specified PDFCProperty as a boolean.
getBool(String) - Method in class com.inet.pdfc.config.DefaultProfile
Returns the value of the specified PDFCProperty as a boolean.
getBool(String) - Method in interface com.inet.pdfc.config.IProfile
Returns the value of the specified PDFCProperty as a boolean.
getBoundingElements() - Method in class com.inet.pdfc.generator.model.DiffGroup
Returns the elements which define the bounds of the group in the element flow of the first and second document.
getBounds() - Method in interface com.inet.pdfc.textselection.TextInfo
Returns the bounds of the whole text info, SCALED
getBounds(boolean) - Method in class com.inet.pdfc.generator.model.DiffGroup
Returns the overall outline of all affected elements of this group in one of the documents.
getCaption() - Method in class com.inet.pdfc.generator.message.HighlightData.Highlight
Returns the caption to be displayed in the area
getChangedSettings() - Method in class com.inet.pdfc.results.ResultModel.ChangeInfo
Returns the map of changes settings.
getCharWidth() - Method in interface com.inet.pdfc.textselection.TextInfo
Returns the width of all characters of the text in pixel
getColor() - Method in class com.inet.pdfc.generator.message.HighlightData.Highlight
The base color to draw this highlight
getColor(ColorSetting) - Method in class com.inet.pdfc.config.DefaultSetting
Get the color for a setting
getColor(ColorSetting) - Method in interface com.inet.pdfc.config.Settings
Get the color for a setting
getComparisonParameters() - Method in class com.inet.pdfc.results.ResultModel
Returns the static data for the current comparison.
getConfigKey() - Method in enum com.inet.pdfc.presenter.DifferencesImagePresenter.IMAGE_CONFIG
Deprecated.
Returns the configuration value required for this setting
getConfigSetting(IProfile) - Static method in class com.inet.pdfc.presenter.DifferencesImagePresenter
Deprecated.
As of i-net PDFC 5.0 , the property will be stored in settings Settings.EXPORT.CREATE_DIFFIMAGES_FIRST and Settings.EXPORT.CREATE_DIFFIMAGES_SECOND
getContent() - Method in class com.inet.pdfc.config.ArrayPdfSource
Returns the readable content of this document source
getContent() - Method in class com.inet.pdfc.config.FilePdfSource
Returns the readable content of this document source
getContent() - Method in class com.inet.pdfc.config.PdfSource
Returns the readable content of this document source
getContentType() - Method in class com.inet.pdfc.generator.model.Modification
Returns the base type of the elements in this modification.
getDefaultExportName(String) - Method in class com.inet.pdfc.presenter.BasePresenter
Returns the default export file name of the current comparison.
This method will truncate parts of the second compared file which are equal to the first one, so only the different part of the name remains.
getDefaultValue() - Method in class com.inet.pdfc.config.PDFCProperty
Returns the default value of the property.
getDifferencePages(boolean) - Method in class com.inet.pdfc.generator.model.DiffGroup
Return the difference pageNumbers or null if no elements exist for this document
getDifferencePages(boolean) - Method in class com.inet.pdfc.generator.model.Modification
Return the difference pageNumbers or null if no elements exist for this document
getDifferences(boolean) - Method in class com.inet.pdfc.results.ResultModel
Returns either all or only the visible differences in this mode, depending on the DiffGroup.GroupType visibility settings.
getDifferences(Modification.ModificationType, boolean) - Method in class com.inet.pdfc.results.ResultModel
Count all differences with the specified modification type.
getDifferencesCount() - Method in class com.inet.pdfc.generator.model.DiffGroup
Returns the number modifications in this group.
getDifferencesCount(boolean) - Method in class com.inet.pdfc.results.ResultModel
Returns the number of differences held by this model.
getDisplayString() - Method in interface com.inet.pdfc.config.ValidValueProvider.ValidValue
Returns a translated label for this option.
getDouble(PDFCProperty<?>) - Method in class com.inet.pdfc.config.DefaultProfile
Returns the value of the specified PDFCProperty as a double.
getDouble(PDFCProperty<?>) - Method in interface com.inet.pdfc.config.IProfile
Returns the value of the specified PDFCProperty as a double.
getDouble(String) - Method in class com.inet.pdfc.config.DefaultProfile
Returns the value of the specified PDFCProperty as a double.
getDouble(String) - Method in interface com.inet.pdfc.config.IProfile
Returns the value of the specified PDFCProperty as a double.
getElementTypesForCompareTypes(List<CompareType>) - Static method in enum com.inet.pdfc.config.CompareType
Returns a set of ElementType which includes all element types covered by the given CompareTypes
getEndL() - Method in class com.inet.pdfc.results.ResultModel.ChangeInfo
The end page in the first document
getEndPage() - Method in class com.inet.pdfc.generator.model.DifferencePages
Return the 1-based page number, where the difference ends
getEndR() - Method in class com.inet.pdfc.results.ResultModel.ChangeInfo
The end page in the second document
getErrorClass() - Method in class com.inet.pdfc.error.ExceptionData
Returns the full class name of the root cause Throwable
getErrorCode() - Method in class com.inet.pdfc.error.ExceptionData
Returns the error code or -1 if there original Throwable had none
getExportStream() - Method in class com.inet.pdfc.presenter.DifferencesPDFPresenter
Opens an returns an output stream for the result of the current BasePresenter.getModel().
getExportStream() - Method in class com.inet.pdfc.presenter.ExportFilePresenter
Opens an returns an output stream for the result of the current BasePresenter.getModel().
getExportStream() - Method in class com.inet.pdfc.presenter.ReportPresenter
Opens an returns an output stream for the result of the current ReportPresenter.getModel().
getExtension() - Method in class com.inet.pdfc.presenter.DifferencesPDFPresenter
Get the extension of the target file
getExtension() - Method in class com.inet.pdfc.presenter.DifferencesPNGPresenter
Get the extension of the target file
getExtension() - Method in class com.inet.pdfc.presenter.ExportFilePresenter
Get the extension of the target file
getExtensionName() - Method in class com.inet.pdfc.presenter.ConsolePresenter
getExtensionName() - Method in class com.inet.pdfc.presenter.DifferencesImagePresenter
getExtensionName() - Method in class com.inet.pdfc.presenter.DifferencesPDFPresenter
getExtensionName() - Method in class com.inet.pdfc.presenter.DifferencesPNGPresenter
getExtensionName() - Method in class com.inet.pdfc.presenter.DifferencesPrintPresenter
getExtensionName() - Method in class com.inet.pdfc.presenter.JsonPresenter
getExtensionName() - Method in class com.inet.pdfc.presenter.ReportPresenter
getFilterKey() - Method in interface com.inet.pdfc.generator.message.HighlightData
Returns the key of the filter which created the highlight.
getFirstDocument() - Method in class com.inet.pdfc.error.PresenterExceptionData
Returns the file name of the first comparison document
getFirstFile() - Method in class com.inet.pdfc.generator.message.InfoData
returns the file of the secondPDF being compared
getFirstPageCount() - Method in class com.inet.pdfc.generator.message.InfoData
returns the total number of pages in the first PDF
getFirstTotalPageNumber() - Method in class com.inet.pdfc.generator.message.InfoData
Deprecated.
As of i-net PDFC 5.0 please migrate to InfoData.getFirstPageCount()
getHeight() - Method in class com.inet.pdfc.results.ResultPage
Returns the unscaled height of the page in pixel
getHeight() - Method in interface com.inet.pdfc.textselection.TextInfo
Returns the height in pixels
getHelpMessage() - Method in enum com.inet.pdfc.PDFC.PROP
Returns a string to attach to the list of commands of the tool.
getHelpMessage() - Method in interface com.inet.pdfc.plugin.CommandLineParameter
Returns a string to attach to the list of commands of the tool.
getHighlightData(String) - Method in class com.inet.pdfc.results.ResultModel
Return the highlight overlay data for a certain filter or type.
getHighlights() - Method in class com.inet.pdfc.results.ResultPage
Returns a list with all highlights for this page
getHighlightsForPage(int, boolean) - Method in class com.inet.pdfc.results.ResultModel
Returns the highlights for a page.
getImage() - Method in class com.inet.pdfc.generator.message.HighlightData.Highlight
Returns the image.
getInstanceType() - Method in class com.inet.pdfc.generator.model.diff.AttributeDifference
Returns the type of this instance.
getInt(PDFCProperty<?>) - Method in class com.inet.pdfc.config.DefaultProfile
Returns the value of the specified PDFCProperty as an int.
getInt(PDFCProperty<?>) - Method in interface com.inet.pdfc.config.IProfile
Returns the value of the specified PDFCProperty as an int.
getInt(String) - Method in class com.inet.pdfc.config.DefaultProfile
Returns the value of the specified PDFCProperty as an int.
getInt(String) - Method in interface com.inet.pdfc.config.IProfile
Returns the value of the specified PDFCProperty as an int.
getJson() - Method in class com.inet.pdfc.presenter.JsonPresenter
Return the JSON Data as String
getKey() - Method in enum com.inet.pdfc.PDFC.PROP
Returns the long/full key of the parameter.
getKey() - Method in interface com.inet.pdfc.plugin.CommandLineParameter
Returns the long/full key of the parameter.
getLabel() - Method in interface com.inet.pdfc.textselection.TextInfo
String representation for the content
getLanguage() - Method in class com.inet.pdfc.config.PdfSource
Return the language for this document
getLastModified() - Method in class com.inet.pdfc.config.ArrayPdfSource
Returns the time of the last modification to the document.
getLastModified() - Method in class com.inet.pdfc.config.FilePdfSource
Returns the time of the last modification to the document.
getLastModified() - Method in class com.inet.pdfc.config.PdfSource
Returns the time of the last modification to the document.
getLastPresenterException() - Method in class com.inet.pdfc.presenter.BasePresenter
Return the last exception for this presenter.
getLimits() - Method in class com.inet.pdfc.config.PDFCProperty
Returns the lower and upper limit for numeric properties.
Negative lower bounds are valid and in most cases interpreted as "inactive / automatic"
Upper bounds with a value of Integer.MAX_VALUE or higher have to be interpreted as unlimited
getLocalizedName() - Method in enum com.inet.pdfc.generator.model.DiffGroup.GroupType
Returns the localized name for this type
getMarkerColor(DiffGroup.GroupType) - Method in class com.inet.pdfc.config.DefaultSetting
Returns the color of the marker for a difference group of the given type
getMarkerColor(DiffGroup.GroupType) - Method in interface com.inet.pdfc.print.ColorProvider
Returns the color of the marker for a difference group of the given type
getMarkerColor(DiffGroup.GroupType) - Method in class com.inet.pdfc.print.DefaultColorProvider
Returns the color of the marker for a difference group of the given type
getMessage() - Method in class com.inet.pdfc.error.ExceptionData
Returns the message of the root cause
getMessage() - Method in class com.inet.pdfc.generator.model.diff.AttributeDifference
Returns the log message for this difference
getMessage() - Method in class com.inet.pdfc.generator.model.Modification
Returns a log message which describes this modification.
getMetaProperties() - Method in class com.inet.pdfc.config.PdfSource
Returns the meta properties map to store any additional information to.
getMissingArgMsg() - Method in enum com.inet.pdfc.PDFC.PROP
Returns the message in case CommandLineParameter.hasValue() is true but no argument was passed.
getMissingArgMsg() - Method in interface com.inet.pdfc.plugin.CommandLineParameter
Returns the message in case CommandLineParameter.hasValue() is true but no argument was passed.
getModel() - Method in class com.inet.pdfc.presenter.BasePresenter
Returns the model this presenter is registered to
getModel() - Method in class com.inet.pdfc.presenter.ReportPresenter
Returns the model this presenter is registered to
getModifications() - Method in class com.inet.pdfc.generator.model.DiffGroup
Returns the list of modifications contained in this group.
getModificationType() - Method in class com.inet.pdfc.generator.model.Modification
Returns the type of modification described by this instance
getName() - Method in class com.inet.pdfc.config.DirectoryPdfSource
Returns the name of the directory if set
getName() - Method in class com.inet.pdfc.config.PdfSource
Returns the name of the PDF document.
getNewValue() - Method in class com.inet.pdfc.generator.model.diff.AttributeDifference
Returns the value of the compared property in the second document
getNewValueDescriptor() - Method in class com.inet.pdfc.generator.model.diff.AttributeDifference
Returns the descriptor for the new value, which is the formatted new value object
getObject(PDFCProperty<?>) - Method in class com.inet.pdfc.config.DefaultProfile
Returns the value of the specified PDFCProperty as an Object.
getObject(PDFCProperty<?>) - Method in interface com.inet.pdfc.config.IProfile
Returns the value of the specified PDFCProperty as an Object.
getObject(String) - Method in class com.inet.pdfc.config.DefaultProfile
Returns the value of the specified PDFCProperty as an Object.
getObject(String) - Method in interface com.inet.pdfc.config.IProfile
Returns the value of the specified PDFCProperty as an Object.
getObject(String) - Method in interface com.inet.pdfc.config.ObjectSetting
Convert the value String to the actual type
getOldValue() - Method in class com.inet.pdfc.generator.model.diff.AttributeDifference
Returns the value of the compared property in the first document
getOldValueDescriptor() - Method in class com.inet.pdfc.generator.model.diff.AttributeDifference
Returns the descriptor for the old value, which is the formatted old value object
getOutlineColor(DiffGroup.GroupType) - Method in class com.inet.pdfc.config.DefaultSetting
Returns the color to mark the difference elements inside a difference group of the given type
getOutlineColor(DiffGroup.GroupType) - Method in interface com.inet.pdfc.print.ColorProvider
Returns the color to mark the difference elements inside a difference group of the given type
getOutlineColor(DiffGroup.GroupType) - Method in class com.inet.pdfc.print.DefaultColorProvider
Returns the color to mark the difference elements inside a difference group of the given type
getPage(int, boolean) - Method in class com.inet.pdfc.results.ResultModel
Returns a page info object for a certain page.
getPageAt(Point, boolean) - Method in class com.inet.pdfc.results.ResultModel
Returns the page at the specified location or null if there is no page at the specified location.
getPageCount(boolean) - Method in class com.inet.pdfc.results.ResultModel
Returns the number of pages CURRENTLY AVAILABLE for one of the documents.
getPageHighlights(int, boolean) - Method in interface com.inet.pdfc.generator.message.HighlightData
Returns the highlights of this container for a certain page
getPageImage(double) - Method in class com.inet.pdfc.results.ResultPage
Renders the page to a BufferedImage.
getPageImage(double, double) - Method in class com.inet.pdfc.results.ResultPage
Renders the page to a BufferedImage.
getPageImageCache() - Method in class com.inet.pdfc.results.ResultModel
Returns the page image cache.
getPageIndex() - Method in class com.inet.pdfc.results.ResultPage
Returns the zero based page index of this page
getPageIndex() - Method in interface com.inet.pdfc.textselection.TextInfo
Get the pageIndex of the TextInfo
getPageOffset() - Method in class com.inet.pdfc.results.ResultPage
Returns the page offset which is the absolute rendering position in side by side mode.
getParent() - Method in class com.inet.pdfc.presenter.BasePresenter
Returns the parent presenter.
getPassword() - Method in class com.inet.pdfc.config.PdfSource
Returns the user password to decode the PDF source
getPath() - Method in class com.inet.pdfc.config.FilePdfSource
Get the path of this document, if one exist.
getPath() - Method in class com.inet.pdfc.config.PdfSource
Get the path of this document, if one exist.
getPdfSource(String) - Method in class com.inet.pdfc.config.DirectoryPdfSource
Returns a PDF source from the directory.
getPdfSources() - Method in class com.inet.pdfc.config.DirectoryPdfSource
Returns all PDF sources registered to this directory
getPresenter(Class<T>) - Method in class com.inet.pdfc.PDFC.ComparisonParameters
Returns a presenter that was registered for the comparison.
getPresenterExceptions() - Method in class com.inet.pdfc.PDFComparer
Return the exceptions that occurred during the comparison which have not led to an interruption of the comparison.
getPresenterExceptions() - Method in class com.inet.pdfc.presenter.BasePresenter
Return all exceptions for a this presenter.
getPresenterName() - Method in class com.inet.pdfc.error.PresenterExceptionData
Returns the name of the presenter that has thrown an exception.
getPresenters() - Method in class com.inet.pdfc.PDFC.ComparisonParameters
Returns a view on the presenter to be used for the comparison
getProfile() - Method in class com.inet.pdfc.generator.message.InfoData
Returns the profile which was used for this comparison run.
getProfile() - Method in class com.inet.pdfc.PDFC.ComparisonParameters
Returns the profile to be used for the comparison.
getProfileValue() - Method in interface com.inet.pdfc.config.ValidValueProvider.ValidValue
Returns the String that is to be used in the profile property to activate this option
getProgress() - Method in class com.inet.pdfc.results.ResultModel.ChangeInfo
Returns the overall progress of the comparison and export in percent
getProperties() - Method in class com.inet.pdfc.config.DefaultProfile
Returns set of properties defined in this configuration
getRawContent() - Method in class com.inet.pdfc.config.ArrayPdfSource
Returns the binary content of this PdfSource
getRemovedElements() - Method in class com.inet.pdfc.generator.model.DiffGroup
Returns a list of elements which are removed or have a modified value in the FIRST document.
getRenderCacheKey() - Method in class com.inet.pdfc.generator.message.HighlightData.Highlight
Returns the key of the render cache entry for drawing this highlight.
getRootFolder() - Method in class com.inet.pdfc.PDFC.ComparisonParameters
Returns the root folder to store the results to
getRotation() - Method in interface com.inet.pdfc.textselection.TextInfo
Get the rotation of this element in radians
getScale() - Method in interface com.inet.pdfc.textselection.TextInfo
Get the scale of the BaseTextInfo
getSecondDocument() - Method in class com.inet.pdfc.error.PresenterExceptionData
Returns the file name of the second comparison document
getSecondFile() - Method in class com.inet.pdfc.generator.message.InfoData
returns the file of the first PDF being compared
getSecondPageCount() - Method in class com.inet.pdfc.generator.message.InfoData
returns the total number of pages in the second PDF
getSecondTotalPageNumber() - Method in class com.inet.pdfc.generator.message.InfoData
Deprecated.
As of i-net PDFC 5.0 please migrate to InfoData.getFirstPageCount()
getSelectedValues(IProfile, PDFCProperty<?>) - Static method in class com.inet.pdfc.config.PDFCProperty
Convenience function to get the selected enum values for an Enum type property
getSetting(String) - Method in class com.inet.pdfc.config.DefaultSetting
Return the value for this setting
getSetting(String) - Method in interface com.inet.pdfc.config.Settings
Return the value for this setting
getSettings() - Method in class com.inet.pdfc.PDFC.ComparisonParameters
Return the setting
getSettings() - Method in class com.inet.pdfc.results.ResultModel
Returns a copy of the current settings.
getShortcut() - Method in enum com.inet.pdfc.PDFC.PROP
Returns the single character short cut switch, use a space if no shortcut can be used.
getShortcut() - Method in interface com.inet.pdfc.plugin.CommandLineParameter
Returns the single character short cut switch, use a space if no shortcut can be used.
getSize() - Method in class com.inet.pdfc.config.ArrayPdfSource
Returns the size of the raw data in bytes
getSize() - Method in class com.inet.pdfc.config.FilePdfSource
Returns the size of the raw data in bytes
getSize() - Method in class com.inet.pdfc.config.PdfSource
Returns the size of the raw data in bytes
getSize() - Method in class com.inet.pdfc.results.ResultPage
Returns the size of the page in pixels, unscaled
getSource() - Method in class com.inet.pdfc.results.ResultModel.ChangeInfo
Returns the source data model
getSourceType() - Method in class com.inet.pdfc.generator.model.Modification
Returns DiffGroup.GroupType of the DiffGroup which contains this Modification
getStack() - Method in class com.inet.pdfc.error.ExceptionData
Returns the stack trace of the root cause Throwable
getStartL() - Method in class com.inet.pdfc.results.ResultModel.ChangeInfo
The start page in the first document
getStartPage() - Method in class com.inet.pdfc.generator.model.DifferencePages
Return the 1-based page number, where the difference starts
getStartR() - Method in class com.inet.pdfc.results.ResultModel.ChangeInfo
The start page in the second document
getString(PDFCProperty<?>) - Method in class com.inet.pdfc.config.DefaultProfile
Returns the value of the specified PDFCProperty as a String.
getString(PDFCProperty<?>) - Method in interface com.inet.pdfc.config.IProfile
Returns the value of the specified PDFCProperty as a String.
getString(String) - Method in class com.inet.pdfc.config.DefaultProfile
Returns the value of the specified PDFCProperty as a String.
getString(String) - Method in interface com.inet.pdfc.config.IProfile
Returns the value of the specified PDFCProperty as a String.
getText() - Method in interface com.inet.pdfc.textselection.TextInfo
Returns the content of this text info
getTextInfos() - Method in class com.inet.pdfc.results.ResultPage
Returns the text infos required to select and copy text
getTranslationKey() - Method in interface com.inet.pdfc.config.VisibilitySetting
Returns the translation key for this setting.
getTyp() - Method in enum com.inet.pdfc.config.Settings.EXPORT
Return the enum typ for this setting/s
getTyp() - Method in class com.inet.pdfc.config.Settings.FILTER
The Visibility Type for this Setting (Enum)
getTyp() - Method in enum com.inet.pdfc.config.Settings.METAOPTION
Return the enum typ for this setting/s
getTyp() - Method in enum com.inet.pdfc.config.Settings.OPTION
Return the enum typ for this setting/s
getTyp() - Method in interface com.inet.pdfc.config.VisibilitySetting
The Visibility Type for this Setting (Enum)
getTyp() - Method in enum com.inet.pdfc.generator.model.DiffGroup.GroupType
 
getType() - Method in class com.inet.pdfc.config.PDFCProperty
Returns the type of the property value.
getType() - Method in interface com.inet.pdfc.generator.message.Chunk
Returns the type of this chunk
getType() - Method in class com.inet.pdfc.generator.message.HighlightData.Highlight
Returns the type.
getType() - Method in class com.inet.pdfc.generator.message.InfoData
Returns the type of this chunk
getType() - Method in class com.inet.pdfc.generator.model.DiffGroup
Returns the type of differences in this group.
getType() - Method in class com.inet.pdfc.results.ResultModel.ChangeInfo
The type of change
getType() - Method in interface com.inet.pdfc.textselection.TextInfo
Get the type of this element
getValidValues() - Method in class com.inet.pdfc.config.PDFCProperty
Returns the available values in case of an String or Enum type.
NOTE: In case of a String value, only a single choice of these values is allowed.
getValidValues() - Method in class com.inet.pdfc.config.ValidValueProvider
Returns the valid values of a property
getVersion(boolean, boolean) - Static method in class com.inet.pdfc.PDFC
Returns the current version of PDFC as a String in the format: MAJOR.MINOR.Build number
getVisibilityChanges() - Method in class com.inet.pdfc.results.ResultModel.ChangeInfo
Returns a map of all Modifications where the visibility was changed.
getWhiteSpaceWidth() - Method in interface com.inet.pdfc.textselection.TextInfo
Returns the width of a whitespace using the font in this TextInfoImpl with the size of this TextInfo multiplied by 20 and scaled.
This is used to determine whether two succeeding chunks belongs to one word.
getWidth() - Method in class com.inet.pdfc.results.ResultPage
Returns the unscaled width of the page in pixel
getX() - Method in interface com.inet.pdfc.textselection.TextInfo
Returns the x-coordinate of the element
getY() - Method in interface com.inet.pdfc.textselection.TextInfo
Returns the y-coordinate of the element

H

hashCode() - Method in class com.inet.pdfc.config.PdfSource
hasPageImage() - Method in class com.inet.pdfc.results.ResultPage
Returns whether the page image cache contains an image for this page
hasValue() - Method in enum com.inet.pdfc.PDFC.PROP
Returns whether the parameter requires an additional argument like a path.
hasValue() - Method in interface com.inet.pdfc.plugin.CommandLineParameter
Returns whether the parameter requires an additional argument like a path.
HEADER - com.inet.pdfc.config.Settings.EXPORT
Add a header per page
HEADER - com.inet.pdfc.PDFC.PROP
Boolean switch to enable or disable the header/footer in print, PDF and PNG.
HEADERFOOTER - com.inet.pdfc.config.Settings.OPTION
Deprecated.
HEADERFOOTER - Static variable in interface com.inet.pdfc.plugin.configurations.DefaultFilterNames
A filter to auto-detect and exclude headers and footers
HIDEROTATEDTEXT - Static variable in interface com.inet.pdfc.plugin.configurations.DefaultFilterNames
Hide rotated text elements
highlight - com.inet.pdfc.generator.message.Chunk.ChunkType
 
Highlight(int, int, int, int, String, HighlightData.Highlight.Appearance, Color) - Constructor for class com.inet.pdfc.generator.message.HighlightData.Highlight
Creates the highlight area
HIGHLIGHT_UPDATE - com.inet.pdfc.results.ResultModel.STATE_CHANGE_TYPE
Notification that the highlights of certain pages have been created
HighlightData - Interface in com.inet.pdfc.generator.message
This is a container to display certain highlights in the pages displayed in a GUI component.
HighlightData.Highlight - Class in com.inet.pdfc.generator.message
Represents a highlight area on a certain page.
HighlightData.Highlight.Appearance - Enum in com.inet.pdfc.generator.message
Appearances of a highlight.
HIGHLIGHTS - com.inet.pdfc.PDFC.PROP
Defines which filters may show highlights in the print, PDF or PNG output.

I

ID_CONTINUOUS - Static variable in class com.inet.pdfc.config.DefaultProfileID
The default profile to compare all elements in continuous page mode
ID_PAGED - Static variable in class com.inet.pdfc.config.DefaultProfileID
The default profile to compare all elements page by page
ID_PAGED_IDENTICAL - Static variable in class com.inet.pdfc.config.DefaultProfileID
The default profile to compare all elements page by page with very strict tolerance settings.
ID_TEXT_AND_STYLES - Static variable in class com.inet.pdfc.config.DefaultProfileID
The default profile to compare text and text styles in continuous page mode
ID_TEXT_ONLY - Static variable in class com.inet.pdfc.config.DefaultProfileID
The default profile to compare text only in continuous page mode
IMAGE - com.inet.pdfc.config.CompareType
Refers to image objects, this does not include images that are paints as a pattern fill paint
IMAGE_CHANGE_AREA - Static variable in class com.inet.pdfc.config.PDFCProperty
If the image compare block by block with better result.
IMAGE_SCALE_FACTOR - Static variable in class com.inet.pdfc.config.PDFCProperty
Deprecated.
As of i-net PDFC 5.0, see Settings.IMAGE_SCALE_FACTOR
IMAGE_SCALE_FACTOR - Static variable in interface com.inet.pdfc.config.Settings
Defines a scale factor for the generated images (original and difference images).
IMG_CONTENT - com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
 
IMG_PARTCONTENT - com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
 
IMG_SIZE - com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
 
INCREMENTAL - com.inet.pdfc.results.ResultModel.STATE_CHANGE_TYPE
Incremental update with recently found differences
info - com.inet.pdfc.generator.message.Chunk.ChunkType
 
INFO - com.inet.pdfc.PDFC.PROP
Switch to print debug and support informations to the console
InfoData - Class in com.inet.pdfc.generator.message
information about a specific page comparison
InfoData(PdfSource, PdfSource, int, int, IProfile) - Constructor for class com.inet.pdfc.generator.message.InfoData
default constructor with necessary dependencies
InfoData(PdfSource, PdfSource, IProfile) - Constructor for class com.inet.pdfc.generator.message.InfoData
creates the instance for not yet parsed files.
INIT - com.inet.pdfc.results.ResultModel.STATE_CHANGE_TYPE
States that the document info for both compared documents has been transmitted
INVISIBLEELEMENTS - Static variable in interface com.inet.pdfc.plugin.configurations.DefaultFilterNames
Removes transparent and white graphics objects
IProfile - Interface in com.inet.pdfc.config
The PDFC profile containing the various settings for PDFC such as comparison sensitivity, comparison types etc.
isAffected(int, boolean) - Method in class com.inet.pdfc.results.ResultModel.ChangeInfo
Check whether a certain page was affected by this Change.
isAnnotation() - Method in class com.inet.pdfc.generator.message.HighlightData.Highlight
Returns a flag indicating this highlight represents an annotation.
isAvailable(String) - Static method in class com.inet.pdfc.config.DefaultProfileID
Checks whether a profile is available.
isCreateTextSelectionData() - Method in class com.inet.pdfc.PDFComparer
Defines whether the comparer creates the TextInfoImpl data for the ResultModel as well.
isDrawLeft() - Method in enum com.inet.pdfc.presenter.DifferencesImagePresenter.IMAGE_CONFIG
Deprecated.
 
isDrawRight() - Method in enum com.inet.pdfc.presenter.DifferencesImagePresenter.IMAGE_CONFIG
Deprecated.
 
isEmpty() - Method in class com.inet.pdfc.results.ResultModel
Returns whether the list of page info objects is empty
isEnabled(VisibilitySetting) - Method in class com.inet.pdfc.config.DefaultSetting
Get the visibility for this setting
isEnabled(VisibilitySetting) - Method in interface com.inet.pdfc.config.Settings
Get the visibility for this setting
isLeft() - Method in class com.inet.pdfc.results.ResultPage
Check whether this page is on the left side or on the right side.
isLeft() - Method in interface com.inet.pdfc.textselection.TextInfo
Get the left of the TextInfo
isShouldPageElementMerge() - Method in class com.inet.pdfc.generator.model.Modification
A flag, for merge the pageElements to one elements
isTypePainted() - Method in enum com.inet.pdfc.generator.model.DiffGroup.GroupType
Indicates whether this group type is painted
isTypeVisible(DiffGroup.GroupType) - Method in class com.inet.pdfc.results.ResultModel
Deprecated.
As of i-net PDFC 4.1, use ResultModel.isVisible(VisibilitySetting) instead
isVisible() - Method in class com.inet.pdfc.generator.model.DiffGroup
Returns whether this differences group contains at least one visible Modification
isVisible() - Method in class com.inet.pdfc.generator.model.Modification
Returns whether or not this difference will be displayed in any rendered output.
isVisible(VisibilitySetting) - Method in class com.inet.pdfc.results.ResultModel
Returns whether differences of a certain VisibilitySetting is shown / used in the presentation of this result model.

J

JsonDifference(int, Modification.ModificationType, JsonPresenter.MediaTyp, String) - Constructor for class com.inet.pdfc.presenter.JsonPresenter.JsonDifference
JSON format for differences
JsonPresenter - Class in com.inet.pdfc.presenter
A presenter to format the Modifications of a comparison run to JSON Data.
JsonPresenter() - Constructor for class com.inet.pdfc.presenter.JsonPresenter
 
JsonPresenter.JsonDifference - Class in com.inet.pdfc.presenter
JSON format for differences
JsonPresenter.JsonResult - Class in com.inet.pdfc.presenter
JSON format for result model for enduser
JsonResult(String, String, List<JsonPresenter.JsonDifference>) - Constructor for class com.inet.pdfc.presenter.JsonPresenter.JsonResult
JSON format for result model for enduser

K

KEY_DESCRIPTION - Static variable in interface com.inet.pdfc.config.IProfile
 
KEY_NAME - Static variable in interface com.inet.pdfc.config.IProfile
 
KEY_NAME - Static variable in class com.inet.pdfc.config.PdfSource
Pdf Name
KEY_PASSWORD - Static variable in class com.inet.pdfc.config.PdfSource
Pdf Password
KEY_PATH - Static variable in class com.inet.pdfc.config.PdfSource
Pdf Path

L

LANG_DIFFERENT - com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
 
LANG_UNSUPPORTED - com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
 
LINE - com.inet.pdfc.config.CompareType
Refers to all graphical elements (lines, curves, polygons) except images
LINE_COLOR - com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
 
LINE_SIZE - com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
 
LINE_STYLE - com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
 
LINE_THICKNESS - com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
 
loadXML(InputStream, String) - Method in class com.inet.pdfc.config.SourceProfile
Loads the XML configuration from a stream.
LOG_FILE - Static variable in class com.inet.pdfc.config.PDFCProperty
Deprecated.
As of i-net PDFC 5.0, see PDFCCorePlugin.configureLogging( java.io.File )
LOG_LEVEL - Static variable in class com.inet.pdfc.config.PDFCProperty
Deprecated.
As of i-net PDFC 5.0, see PDFCCorePlugin.setLogLevel( com.inet.logging.LogLevel )
LOGGER - Static variable in class com.inet.pdfc.presenter.BasePresenter
Default Logger for presenter

M

main(String[]) - Static method in class com.inet.pdfc.PDFC
Starts i-net PDFC with the given arguments - either two folders or two files.
MARGIN - Static variable in interface com.inet.pdfc.plugin.configurations.DefaultFilterNames
Removes the top and left margin, strict mode only
MAX_ERRORS_PER_FILE - Static variable in class com.inet.pdfc.config.PDFCProperty
Deprecated.
As of i-net PDFC 5.0, see Settings.MAX_ERRORS_PER_FILE
MAX_ERRORS_PER_FILE - Static variable in interface com.inet.pdfc.config.Settings
Specifies the maximum number of errors that can occur before the comparison will be stopped for the current PDF file.
MAX_FILENAME_LENGTH - Static variable in class com.inet.pdfc.presenter.BasePresenter
The maximum length the filename of an exported file is allowed to have without extension.
If the names of the compared files plus the additional characters are too long, then the exported name is truncated to this length.
MetadataChanged - com.inet.pdfc.generator.model.DiffGroup.GroupType
This type occurs for changes in the meta data or a page or the whole document.
MINIFIED - com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
 
MISC - com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
 
modelChanged(ResultModel.ChangeInfo) - Method in interface com.inet.pdfc.results.ResultModel.ResultModelChangeListener
Called by the model whenever the date in the model is changed.
Modification - Class in com.inet.pdfc.generator.model
A Modification is the smallest change description in the differences model of i-net PDFC.
Modification(DiffGroup.GroupType, PagedElement, PagedElement, List<AttributeDifference<?>>) - Constructor for class com.inet.pdfc.generator.model.Modification
Creates a modification description for a pair of elements.
Modification(DiffGroup.GroupType, List<PagedElement>, List<PagedElement>, List<AttributeDifference<?>>) - Constructor for class com.inet.pdfc.generator.model.Modification
Creates a modification description for a list of elements.
Modification.ModificationType - Enum in com.inet.pdfc.generator.model
The type of the modification which side has modifications and whether the changes do apply- This is loosely coupled to the severity type of DiffGroups.
Modified - com.inet.pdfc.generator.model.DiffGroup.GroupType
The modified type indicates that the content in this group is similar on both documents but changed in style.
MULTICOLUMN - Static variable in interface com.inet.pdfc.plugin.configurations.DefaultFilterNames
A sorter to detect multi column layouts and reorder the elements accordingly

N

name() - Method in class com.inet.pdfc.config.PDFCProperty
Get the name of the property
name() - Method in class com.inet.pdfc.config.Settings.FILTER
The value of the enum
name() - Method in interface com.inet.pdfc.config.VisibilitySetting
The value of the enum
newFile - com.inet.pdfc.presenter.DifferencesImagePresenter.IMAGE_CONFIG
Deprecated.
 

O

ObjectSetting<T> - Interface in com.inet.pdfc.config
Settings with an arbitrary value.
OCR - Static variable in interface com.inet.pdfc.plugin.configurations.DefaultFilterNames
OCR for image elements
onClear() - Method in class com.inet.pdfc.presenter.BasePresenter
Called upon comparison startup.
onClear() - Method in class com.inet.pdfc.presenter.ReportPresenter
Called upon comparison startup.
onComparisonDone() - Method in class com.inet.pdfc.presenter.BasePresenter
Called to indicate that a comparison has finished.
onComparisonDone() - Method in class com.inet.pdfc.presenter.ConsolePresenter
Called to indicate that a comparison has finished.
onComparisonDone() - Method in class com.inet.pdfc.presenter.DifferencesImagePresenter
Called to indicate that a comparison has finished.
onComparisonDone() - Method in class com.inet.pdfc.presenter.DifferencesPDFPresenter
Creates the actual result PDF Called to indicate that a comparison has finished.
onComparisonDone() - Method in class com.inet.pdfc.presenter.DifferencesPNGPresenter
Creates the actual result PDF Called to indicate that a comparison has finished.
onComparisonDone() - Method in class com.inet.pdfc.presenter.DifferencesPrintPresenter
Called to indicate that a comparison has finished.
onComparisonDone() - Method in class com.inet.pdfc.presenter.JsonPresenter
Called to indicate that a comparison has finished.
onComparisonDone() - Method in class com.inet.pdfc.presenter.ReportPresenter
Creates and saves a report for the registered comparison model.
onDataUpdate() - Method in class com.inet.pdfc.presenter.BasePresenter
Called whenever the referred model receives a data chunk.
onDataUpdate() - Method in class com.inet.pdfc.presenter.ReportPresenter
Called whenever the referred model receives a data chunk.
onError(ExceptionData, boolean, BasePresenter.ERROR_SOURCE) - Method in class com.inet.pdfc.presenter.BasePresenter
Called in case of an error that occurred either in one of the parser threads or in the compare thread.
NOTE: This method is only called for exceptions which are notified to the ResultModel.
onError(ExceptionData, boolean, BasePresenter.ERROR_SOURCE) - Method in class com.inet.pdfc.presenter.ConsolePresenter
Called in case of an error that occurred either in one of the parser threads or in the compare thread.
NOTE: This method is only called for exceptions which are notified to the ResultModel.
onError(ExceptionData, boolean, BasePresenter.ERROR_SOURCE) - Method in class com.inet.pdfc.presenter.ReportPresenter
Called in case of an error that occurred either in one of the parser threads or in the compare thread.
NOTE: This method is only called for exceptions which are notified to the ResultModel.
onFilterChange() - Method in class com.inet.pdfc.presenter.BasePresenter
Called whenever the filter conditions of the referenced model have changed.
onFilterChange() - Method in class com.inet.pdfc.presenter.ReportPresenter
Called whenever the filter conditions of the referenced model have changed.
onFinish() - Method in class com.inet.pdfc.presenter.BasePresenter
OPTIONAL: Called in case of batch comparison at the end of all comparisons of the batch run.
onFinish() - Method in class com.inet.pdfc.presenter.ConsolePresenter
OPTIONAL: Called in case of batch comparison at the end of all comparisons of the batch run.
onFinish() - Method in class com.inet.pdfc.presenter.ReportPresenter
OPTIONAL: Called in case of batch comparison at the end of all comparisons of the batch run.
onInit() - Method in class com.inet.pdfc.presenter.BasePresenter
Called at the time the document informations have been set.
onInit() - Method in class com.inet.pdfc.presenter.ConsolePresenter
Called at the time the document informations have been set.
onInit() - Method in class com.inet.pdfc.presenter.DifferencesImagePresenter
Creates the root and the subfolder for the current comparison run.
onInit() - Method in class com.inet.pdfc.presenter.ReportPresenter
Called at the time the document informations have been set.
ONLY_ON_DIFFERENCES - com.inet.pdfc.config.Settings.EXPORT
Export the document if contain difference, all other didn't export
ONLYDIFFERENCES - com.inet.pdfc.PDFC.PROP
Deprecated.
As of i-net PDFC 5.0, use instead see PDFC.PROP.EXPORTALWAYS
ONLYPAGESWITHDIFFS - com.inet.pdfc.config.Settings.OPTION
Pages which have no differences with current filter settings will be minimized and only shows its page number
onProgressUpdate(float) - Method in class com.inet.pdfc.presenter.BasePresenter
Called whenever the comparison sends a progress state.
onProgressUpdate(float) - Method in class com.inet.pdfc.presenter.ReportPresenter
Called whenever the comparison sends a progress state.
onPropertyUpdate(PDFCProperty<?>, Object) - Method in interface com.inet.pdfc.config.DefaultProfile.ProfileChangeListener
Called when the given property changed
onPropertyUpdate(String, Object) - Method in interface com.inet.pdfc.config.DefaultProfile.ProfileChangeListener
Called when a property with the given name changed
OPTION_CREATE_DIFF_IMAGES - com.inet.pdfc.PDFC.PROP
Option to enable the creation of differences images
OPTION_CREATE_FIRST_IMAGES - com.inet.pdfc.PDFC.PROP
Option to enable the creation of difference images for the pages of the first PDF
OPTION_CREATE_SECOND_IMAGES - com.inet.pdfc.PDFC.PROP
Option to enable the creation of difference images for the pages of the second PDF
OPTION_EXPORT - com.inet.pdfc.PDFC.PROP
Option to enable the PDF report export.
OPTION_ORIGINAL_IMAGES - com.inet.pdfc.PDFC.PROP
Option to enable the generation of original page images
OPTION_PRINT - com.inet.pdfc.PDFC.PROP
Option to enable the print export
OPTION_XOR_IMAGES - com.inet.pdfc.PDFC.PROP
Option to enable the creation of XOR images
originalFile - com.inet.pdfc.presenter.DifferencesImagePresenter.IMAGE_CONFIG
Deprecated.
 
OVERLAP - com.inet.pdfc.PDFC.PROP
Boolean switch to enable or disable the overlap mode in print, PDF and PNG.

P

PAGE_BOX_BOUNDS - com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
 
PAGE_BOX_LOC - com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
 
PAGE_BOX_SIZE - com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
 
PAGE_MARGIN - com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
 
PAGE_ROTATION - com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
 
pageAnalyzed - com.inet.pdfc.generator.message.Chunk.ChunkType
 
pageParsed - com.inet.pdfc.generator.message.Chunk.ChunkType
 
PAGERANGE - Static variable in interface com.inet.pdfc.plugin.configurations.DefaultFilterNames
Excludes certain pages from the comparison
PAINT_BOTH - Static variable in class com.inet.pdfc.presenter.ExportPresenter
Toggle between Left/Right/Both Both document will be presented
PAINT_LEFT - Static variable in class com.inet.pdfc.presenter.ExportPresenter
Toggle between Left/Right/Both Left mean the first document
PAINT_RIGHT - Static variable in class com.inet.pdfc.presenter.ExportPresenter
Toggle between Left/Right/Both Right mean the second document
partialDiffs - com.inet.pdfc.generator.message.Chunk.ChunkType
 
PASSWORD1 - com.inet.pdfc.PDFC.PROP
Sets the password for the first PDF file
PASSWORD2 - com.inet.pdfc.PDFC.PROP
Sets the password for the second PDF file
PDFC - Class in com.inet.pdfc
Main entry point into i-net PDFC
PDFC(File, File, Map<PDFC.PROP, String>) - Constructor for class com.inet.pdfc.PDFC
Creates the command line executor
PDFC.ComparisonParameters - Class in com.inet.pdfc
This class gathers the configuration parameters to run a comparison, except the files to compare.
PDFC.PROP - Enum in com.inet.pdfc
Enum of all known command line switches and options, along with their long and short for and info about their default value and whether they require a parameter
PdfcException - Exception in com.inet.pdfc.error
Primary exception type to send exceptions with a numeric cause.
PdfcException(ErrorCode, Object...) - Constructor for exception com.inet.pdfc.error.PdfcException
Creates the exception with an error code
PdfcException(ErrorCode, Throwable, Object...) - Constructor for exception com.inet.pdfc.error.PdfcException
Creates the exception with error code and root cause
PdfcException(Throwable) - Constructor for exception com.inet.pdfc.error.PdfcException
Creates a new general or wrapped exception from a cause.
PDFComparer - Class in com.inet.pdfc
This is the main entry point when using i-net PDFC API.
PDFComparer() - Constructor for class com.inet.pdfc.PDFComparer
Creates an empty comparer instance.
PDFCProperty<T> - Class in com.inet.pdfc.config
Enumeration of the various configuration properties which can be set for i-net PDFC.
PDFCProperty(String, boolean) - Constructor for class com.inet.pdfc.config.PDFCProperty
Creates a new boolean PDFCProperty with the specified default value.
PDFCProperty(String, double, double, double) - Constructor for class com.inet.pdfc.config.PDFCProperty
Creates a new double PDFCProperty with the specified default value.
PDFCProperty(String, int, int, int) - Constructor for class com.inet.pdfc.config.PDFCProperty
Creates a new integer PDFCProperty with the specified default value.
PDFCProperty(String, Class<T>, D...) - Constructor for class com.inet.pdfc.config.PDFCProperty
Creates a new multi-choice PDFCProperty with the specified default value and a set of valid values.
PDFCProperty(String, String, ValidValueProvider) - Constructor for class com.inet.pdfc.config.PDFCProperty
Creates a new single-choice PDFCProperty with the specified default value and a set of valid values.
PDFCProperty(String, String, String...) - Constructor for class com.inet.pdfc.config.PDFCProperty
Creates a new single-choice PDFCProperty with the specified default value and a set of valid values.
PdfSource - Class in com.inet.pdfc.config
This is an abstraction for raw PDF documents.
PdfSource() - Constructor for class com.inet.pdfc.config.PdfSource
 
PREPARE - com.inet.pdfc.presenter.BasePresenter.ERROR_SOURCE
Source is the PDFComparer or any other class which prepares the AbstractComparator
PresenterExceptionData - Class in com.inet.pdfc.error
A class to get the exceptions of a presenter.
PresenterExceptionData(ExceptionData, String, Pair<String>) - Constructor for class com.inet.pdfc.error.PresenterExceptionData
Creates an instance for a Throwable
PRESENTERS - com.inet.pdfc.PDFC.PROP
Parameter for the export presenters to be used.
progress - com.inet.pdfc.generator.message.Chunk.ChunkType
 
PROGRESS_UPDATE - com.inet.pdfc.results.ResultModel.STATE_CHANGE_TYPE
A simple notification about the overall progress of the comparison and export
putValue(PDFCProperty<?>, String) - Method in class com.inet.pdfc.config.DefaultProfile
Stores a property in the current configuration.
putValue(PDFCProperty<?>, String) - Method in interface com.inet.pdfc.config.IProfile
Stores a property in the current configuration.
putValue(String, String) - Method in class com.inet.pdfc.config.DefaultProfile
Stores a property in the current configuration.
putValue(String, String) - Method in interface com.inet.pdfc.config.IProfile
Stores a property in the current configuration.
putValues(Properties) - Method in class com.inet.pdfc.config.DefaultProfile
Stores all properties in the current configuration.
putValues(Properties) - Method in interface com.inet.pdfc.config.IProfile
Stores all properties in the current configuration.

R

RECTANGLE - com.inet.pdfc.generator.message.HighlightData.Highlight.Appearance
 
REGEXP - Static variable in interface com.inet.pdfc.plugin.configurations.DefaultFilterNames
Removes text elements according to regexp patterns
remove - com.inet.pdfc.generator.model.Modification.ModificationType
There are only removed affected elements in the first document.
removeChangeListener(ResultModel.ResultModelChangeListener) - Method in class com.inet.pdfc.results.ResultModel
Removes a ResultModelChangeListener from this model.
removeProfileChangeListener(DefaultProfile.ProfileChangeListener) - Method in class com.inet.pdfc.config.DefaultProfile
Removes a listener to be no more notified
renderPage(double, Graphics2D) - Method in class com.inet.pdfc.results.ResultPage
Renders the page to a BufferedImage.
replace - com.inet.pdfc.generator.model.Modification.ModificationType
There are affected elements in both documents but their number may differ.
Replaced - com.inet.pdfc.generator.model.DiffGroup.GroupType
For this type, the Modifications contain elements of similar type and equal style(per side).
ReportPDFPresenter - Class in com.inet.pdfc.presenter
Deprecated.
As of i-net PDFC 21.4 - use the super class instead use ReportPresenter(boolean, boolean, String, OutputStream) instead
ReportPDFPresenter(boolean, boolean, File) - Constructor for class com.inet.pdfc.presenter.ReportPDFPresenter
Deprecated.
As of i-net PDFC 21.4 - use the super class instead
ReportPDFPresenter(boolean, boolean, File, boolean) - Constructor for class com.inet.pdfc.presenter.ReportPDFPresenter
Deprecated.
As of i-net PDFC 21.4 - use the super class instead
ReportPDFPresenter(boolean, boolean, String, File, boolean) - Constructor for class com.inet.pdfc.presenter.ReportPDFPresenter
Deprecated.
As of i-net PDFC 5.0 - use the super class instead
ReportPresenter - Class in com.inet.pdfc.presenter
Generates a statistical report of the comparison which contains diagrams of the difference types and their distribution along the pages.
An active 'reporting' plugin is required to use this filter!
ReportPresenter(boolean, boolean, String, File, boolean) - Constructor for class com.inet.pdfc.presenter.ReportPresenter
Creates the exporter.
ReportPresenter(boolean, boolean, String, OutputStream) - Constructor for class com.inet.pdfc.presenter.ReportPresenter
Creates the exporter.
requestAndSetTrialLicenseIfRequired() - Static method in class com.inet.pdfc.PDFC
Deprecated.
As of i-net PDFC 4.3, a trial license will automatically acquired if possible. If the automatic attempt is not successful, use PDFC.activateLicense(String) to activate a license via API.
reset() - Method in interface com.inet.pdfc.config.UserSettings
Sets the user settings to default.
ResultModel - Class in com.inet.pdfc.results
This class is the central model to access the results of a comparison and to make the result available to any listener and presenter.
ResultModel() - Constructor for class com.inet.pdfc.results.ResultModel
Creates the instance and sets all DiffGroup.GroupTypes to visible.
ResultModel(ResultModelData) - Constructor for class com.inet.pdfc.results.ResultModel
Creates the instance, sets all DiffGroup.GroupTypes to visible and sets the data.
ResultModel.ChangeInfo - Class in com.inet.pdfc.results
Event object with a page range for both documents where the differences data has changed
ResultModel.ResultModelChangeListener - Interface in com.inet.pdfc.results
Defines a listener for the result model
ResultModel.STATE_CHANGE_TYPE - Enum in com.inet.pdfc.results
Defines the type of model change in an update event
ResultPage - Class in com.inet.pdfc.results
A page result contains all information for a page in a compares document.
ResultPage() - Constructor for class com.inet.pdfc.results.ResultPage
Create uninitialized page
ResultPage(PageData, PageImageCache, ResultModel) - Constructor for class com.inet.pdfc.results.ResultPage
Creates a page for the ResultModel
RETRY_BATCH - com.inet.pdfc.PDFC.PROP
Boolean switch to retry failed comparisons in batch mode.
REUQESTANDACTIVATETRIAL - com.inet.pdfc.PDFC.PROP
 
ROOT - com.inet.pdfc.PDFC.PROP
Switch to set the root folder for the report and difference images
ROTATION - com.inet.pdfc.config.TextStyleType
Differences in text rotation
runComparison() - Method in class com.inet.pdfc.PDFC
Runs the comparison or executes the non-comparing command line arguments

S

save() - Method in interface com.inet.pdfc.config.UserSettings
Stores all user settings.
SCALE - com.inet.pdfc.PDFC.PROP
Boolean switch to enable or disable 'scale to fit page' in print, PDF and PNG.
SCALETOPAGEHEIGHT - com.inet.pdfc.config.Settings.EXPORT
Fit first page to the PDFs to first exported page
SECOND_PDF - com.inet.pdfc.presenter.BasePresenter.ERROR_SOURCE
Source is the parser for the second document
setAddHeaderFooter(boolean) - Method in class com.inet.pdfc.presenter.ExportPresenter
setBackgroundColor(Color) - Method in class com.inet.pdfc.presenter.ExportPresenter
Set the background color of the print.
setColor(Color, ColorSetting) - Method in class com.inet.pdfc.config.DefaultSetting
Set the color for this setting.
setColor(Color, ColorSetting) - Method in interface com.inet.pdfc.config.Settings
Set the color for this setting.
setColorprovider(ColorProvider) - Method in class com.inet.pdfc.presenter.ExportPresenter
Deprecated.
setCreateDifferenceImages(boolean, boolean, boolean) - Method in class com.inet.pdfc.presenter.DifferencesImagePresenter
setCreatePageImages(boolean) - Method in class com.inet.pdfc.presenter.DifferencesImagePresenter
Deprecated.
setData(PageData) - Method in class com.inet.pdfc.results.ResultPage
Copies the page data into the ResultPage
setEnabled(boolean, VisibilitySetting...) - Method in class com.inet.pdfc.config.DefaultSetting
Set the visibility for this setting
setEnabled(boolean, VisibilitySetting...) - Method in interface com.inet.pdfc.config.Settings
Set the visibility for this setting
setExportFormat(String) - Method in class com.inet.pdfc.presenter.ReportPresenter
Sets the export format of the report.
setExportOnlyOnDifferences(boolean) - Method in class com.inet.pdfc.presenter.ExportFilePresenter
Deprecated.
As of i-net PDFC 4.3, use PDFComparer.setSettings(Settings)
setHighlightVisibile(String, boolean) - Method in class com.inet.pdfc.results.ResultModel
Deprecated.
As of i-net PDFC 4.3, use ResultModel.setSetting(Settings) instead
setImage(Image) - Method in class com.inet.pdfc.generator.message.HighlightData.Highlight
Sets the image.
setImageScaleFactor(double) - Method in class com.inet.pdfc.presenter.DifferencesImagePresenter
Sets the scale factor for all produced images.
This setter permanently OVERRIDES the values of the profile for this instance!
setLanguage(String) - Method in class com.inet.pdfc.config.PdfSource
Set the language for this document
setLogWriter(PrintWriter) - Method in class com.inet.pdfc.presenter.ConsolePresenter
Sets a writer to print the result to
setMarkerColor(Color, DiffGroup.GroupType) - Method in class com.inet.pdfc.config.DefaultSetting
Set the color for the marker.
setMarkerColor(Color, DiffGroup.GroupType) - Method in interface com.inet.pdfc.config.Settings
Set the color for the marker.
setMaxErrors(int) - Method in class com.inet.pdfc.presenter.ConsolePresenter
Sets the maximum number of errors to be displayed per comparison.
setModel(ResultModel) - Method in class com.inet.pdfc.presenter.BasePresenter
Registers this presenter to a model.
setModel(ResultModel) - Method in class com.inet.pdfc.presenter.ExportFilePresenter
Registers this presenter to a model.
setModel(ResultModel) - Method in class com.inet.pdfc.presenter.ReportPresenter
Registers this presenter to a model.
setModel(ResultModel) - Method in class com.inet.pdfc.results.ResultPage
Sets the model as well as the renderSource of this page
setOverlapAlpha(float) - Method in class com.inet.pdfc.presenter.ExportPresenter
Set the alpha to use for overlapping export.
setPagelayout(int, int, int, int, int, int) - Method in class com.inet.pdfc.presenter.DifferencesPDFPresenter
Set the desired pageLayout for the pdf to render.
setPageLimit(int) - Method in class com.inet.pdfc.config.PdfSource
Set the maximal number of pages the document source will return
setPageOffset(int) - Method in class com.inet.pdfc.results.ResultPage
Updates the page offset.
setPaintOverlap(boolean) - Method in class com.inet.pdfc.presenter.ExportPresenter
Set to true if the compared documents must be exported in overlapping mode.
setPaintSides(byte) - Method in class com.inet.pdfc.presenter.ExportPresenter
Set weather the first or the second of both compared documents must be painted.
setParent(BasePresenter) - Method in class com.inet.pdfc.presenter.BasePresenter
Sets the parent presenter for spawned presenters.
setPassword(String) - Method in class com.inet.pdfc.config.PdfSource
Sets the user password to decode the PDF source
setPassword(String) - Method in class com.inet.pdfc.presenter.DifferencesPDFPresenter
Set the password for the exported file
setPassword(String) - Method in class com.inet.pdfc.presenter.ReportPresenter
Set for the export format pdf the password
setPrintRange(int, int) - Method in interface com.inet.pdfc.presenter.ExportFilePresenter.HasPrintRange
Set the range of pages to render into the pdf.
If both parameters are -1, all pages will be printed.
setPrintRange(int, int) - Method in class com.inet.pdfc.presenter.ExportFilePresenter
Set the range of pages to render into the export-document.
If both parameters are -1, all pages will be printed.
setProfile(IProfile) - Method in class com.inet.pdfc.PDFComparer
Set the profile to use with this PDFComparer.
The profile determines which elements must be compared, how large the tolerance must be and other options.
setProfile(String) - Method in class com.inet.pdfc.PDFComparer
Set the profile to use with this PDFComparer.
The profile determines which elements must be compared, how large the tolerance must be and other options.
It's recommended to check whether the profile is available first by calling DefaultProfileID.getAvailableProfileIDs().
setRenderCacheKey(String) - Method in class com.inet.pdfc.generator.message.HighlightData.Highlight
Sets the key of the render cache entry for drawing this highlight.
setRootFolder(File) - Method in class com.inet.pdfc.PDFC.ComparisonParameters
Sets the root folder for all presenters that will be created AFTER calling this method
setScale(double) - Method in interface com.inet.pdfc.textselection.TextInfo
Re-scale the bounding-boxes of characters to the given scale.
setScaleToFitPageHeight(boolean) - Method in class com.inet.pdfc.presenter.ExportPresenter
Deprecated.
As of i-net PDFC 4.1, use PDFComparer.setSettings(Settings)
setSetting(Settings) - Method in class com.inet.pdfc.results.ResultModel
Set setting for this model.
setSetting(Object, String) - Method in class com.inet.pdfc.config.DefaultSetting
Set the specific setting with the value
setSetting(Object, String) - Method in interface com.inet.pdfc.config.Settings
Set the specific setting with the value
setSettings(Settings) - Method in class com.inet.pdfc.PDFComparer
Defines the visibility for difference option.
setShouldMerge(boolean) - Method in class com.inet.pdfc.generator.model.Modification
A flag, for merge the pageElements to one elements
setSize(int, int) - Method in class com.inet.pdfc.presenter.DifferencesPNGPresenter
Set the size of each image created.
Settings - Interface in com.inet.pdfc.config
Default implementations for VisibilitySetting for multiple purposes:
EXPORT - configures the export to PDF or image format FILTER - toggles the visibility of filter data OPTION - toggles general options that affect the result of a comparison METAOPTION - color options that are not related to a difference type For setting details
Settings.EXPORT - Enum in com.inet.pdfc.config
Settings to configure the export to PDF or image format.
Settings.FILTER - Class in com.inet.pdfc.config
This is a convenience class to enable or disable the highlighting of changes by a filter.
Settings.METAOPTION - Enum in com.inet.pdfc.config
Color options that are not related to a difference type.
Settings.OPTION - Enum in com.inet.pdfc.config
Options affect the comparison result, but are not related to the actual export or output format.
setType(String) - Method in class com.inet.pdfc.generator.message.HighlightData.Highlight
Sets the type.
setTypeVisible(DiffGroup.GroupType, boolean) - Method in class com.inet.pdfc.results.ResultModel
Deprecated.
As of i-net PDFC 4.1, use ResultModel.setSetting(Settings) instead
setVisible(boolean) - Method in class com.inet.pdfc.generator.model.Modification
Defines whether or not this difference will be displayed in any rendered output.
setVisible(boolean, VisibilitySetting...) - Method in class com.inet.pdfc.results.ResultModel
Deprecated.
As of i-net PDFC 4.3, use ResultModel.setSetting(Settings) instead
setVisibleDifferences(DiffGroup.GroupType...) - Method in class com.inet.pdfc.PDFComparer
Deprecated.
As of i-net PDFC 4.3, use PDFComparer.setSettings( Settings setting) instead
setVisibleHighlights(String...) - Method in class com.inet.pdfc.PDFComparer
Deprecated.
As of i-net PDFC 4.3, use PDFComparer.setSettings( Settings setting) instead
setX(double) - Method in interface com.inet.pdfc.textselection.TextInfo
x cooridnates in unscaled page
setY(double) - Method in interface com.inet.pdfc.textselection.TextInfo
y cooridnates in unscaled page
SHAPEFILL - com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
 
SIDES - com.inet.pdfc.PDFC.PROP
The sides to export, when using print, PDF or PNG.
SIZE - com.inet.pdfc.config.TextStyleType
Difference for Text Size
SourceProfile - Class in com.inet.pdfc.config
The class contains configuration data from an inputstream (for example URL).
SourceProfile(InputStream, String) - Constructor for class com.inet.pdfc.config.SourceProfile
Creates a new i-net PDFC configuration, based on the xmlConfigFile.
SPACING - com.inet.pdfc.config.TextStyleType
Differences for spaces and line breaks that are not a semantical difference but rather improvements to the visual appearance
SPACING - com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
 
spawn(boolean) - Method in class com.inet.pdfc.presenter.BasePresenter
Creates another presenter of the the same type as the current one.
spawn(boolean) - Method in class com.inet.pdfc.presenter.ConsolePresenter
Creates another presenter of the the same type as the current one.
spawn(boolean) - Method in class com.inet.pdfc.presenter.DifferencesImagePresenter
Creates another presenter of the the same type as the current one.
spawn(boolean) - Method in class com.inet.pdfc.presenter.DifferencesPDFPresenter
Creates another presenter of the the same type as the current one.
spawn(boolean) - Method in class com.inet.pdfc.presenter.DifferencesPNGPresenter
Creates another presenter of the the same type as the current one.
spawn(boolean) - Method in class com.inet.pdfc.presenter.DifferencesPrintPresenter
Creates another presenter of the the same type as the current one.
spawn(boolean) - Method in class com.inet.pdfc.presenter.JsonPresenter
Creates another presenter of the the same type as the current one.
spawn(boolean) - Method in class com.inet.pdfc.presenter.ReportPresenter
Creates another presenter of the the same type as the current one.
STRIKEOUT - com.inet.pdfc.generator.message.HighlightData.Highlight.Appearance
 
STYLES - com.inet.pdfc.config.TextStyleType
Difference for Text Styles (Bold, italic, underline
Sync - com.inet.pdfc.generator.model.DiffGroup.GroupType
This is an optional type which is added by the generator at any identical locations in the document flow to help any graphical presenter to keep the presented pages in sync.

T

TEXT - com.inet.pdfc.config.CompareType
Refers to all text elements
TEXT_ALIGN_RATIO - Static variable in class com.inet.pdfc.config.PDFCProperty
This value is the maximum allowed y-jitter for the text line identification.
TEXT_CONTROL - com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
 
TEXT_LOC - com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
 
TEXT_ROTATION - com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
 
TextInfo - Interface in com.inet.pdfc.textselection
A model class for get some text information how the text, the position, the bounds etc.
textInfoUpdate - com.inet.pdfc.generator.message.Chunk.ChunkType
 
TextStyleType - Enum in com.inet.pdfc.config
List of all possible TextStyles for comparison.
TEXTTRANSFORM - Static variable in interface com.inet.pdfc.plugin.configurations.DefaultFilterNames
Character replacement to solve issues with OCR and representation forms
TOLERANCE_BOX_ROUND_EDGES - Static variable in class com.inet.pdfc.config.PDFCProperty
Specifies the maximum number of pixels (1 pixel is approximately 0.265mm) that a control point of a quadratic Bézier curve may differ in total before it is viewed as a difference.
TOLERANCE_COLOR - Static variable in class com.inet.pdfc.config.PDFCProperty
Defines the maximum color difference per RGB or HSB channel for all paints.
TOLERANCE_IMAGE_DISTANCE - Static variable in class com.inet.pdfc.config.PDFCProperty
Specifies the maximum number of pixels that the position of an image can differ before it is viewed as a difference.
TOLERANCE_IMAGE_PIXEL_VALUE - Static variable in class com.inet.pdfc.config.PDFCProperty
Specifies the maximal allowed discrepancy of pixel values (Double) before it is viewed as a difference.
TOLERANCE_IMAGE_SIZE - Static variable in class com.inet.pdfc.config.PDFCProperty
Specifies the maximum relative difference that the area spanned by an image may differ before it is viewed as a difference.
TOLERANCE_LINE_POSITION - Static variable in class com.inet.pdfc.config.PDFCProperty
Specifies the maximum number of pixels that the position of a line or curves can differ per axis before it is viewed as a difference.
TOLERANCE_LINE_SIZE - Static variable in class com.inet.pdfc.config.PDFCProperty
Specifies the maximum number of pixels that the length of a line can differ in total before it is viewed as a difference.
TOLERANCE_LINE_STYLE - Static variable in class com.inet.pdfc.config.PDFCProperty
Specifies if a different line dash pattern, describing dashes and gaps used to stroke paths will be viewed as a difference.
TOLERANCE_LINE_THICKNESS - Static variable in class com.inet.pdfc.config.PDFCProperty
Specifies the maximum difference in stroke thickness of two lines or curves before it is viewed as a difference.
TOLERANCE_PAGE_LEFTCORNER - Static variable in class com.inet.pdfc.config.PDFCProperty
Specifies the maximum number of pixels that the left or top margin of a page can differ (is the upper left corner of all elements) before it is viewed as a difference.
TOLERANCE_PAGE_RATIO - Static variable in class com.inet.pdfc.config.PDFCProperty
Specifies the tolerance for the aspect ratio of the PDF page.
TOLERANCE_PAGE_SIZE - Static variable in class com.inet.pdfc.config.PDFCProperty
Specifies the maximum number of pixels that the width or height of a page can differ before it is viewed as a difference.
TOLERANCE_TEXT_LOCATION - Static variable in class com.inet.pdfc.config.PDFCProperty
Specifies the maximum allowed location jitter for matched text elements in pixels.
TOLERANCE_TEXT_SIZE - Static variable in class com.inet.pdfc.config.PDFCProperty
Defines the maximum relative font size difference for text.
TOLERANCE_UNDERLINE_LENGTH - Static variable in class com.inet.pdfc.config.PDFCProperty
Specifies the maximum difference in percent, in which the length of underlines may differ before it is viewed as a difference.
toPropertyValue(Object[]) - Static method in class com.inet.pdfc.config.PDFCProperty
Convenience function to get the property value for a multi-choice property.
toString() - Method in class com.inet.pdfc.config.DirectoryPdfSource
toString() - Method in class com.inet.pdfc.config.PDFCProperty
toString() - Method in class com.inet.pdfc.error.ExceptionData
toString() - Method in class com.inet.pdfc.error.PresenterExceptionData
toString() - Method in class com.inet.pdfc.generator.model.DiffGroup
toString() - Method in class com.inet.pdfc.generator.model.Modification
TYPES - com.inet.pdfc.PDFC.PROP
The DiffGroup.GroupTypes to show in the result.

U

UNDERLINE - com.inet.pdfc.generator.message.HighlightData.Highlight.Appearance
 
UNDERLINE - com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
 
UNDERLINE_LENGTH - com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
 
USE_PIXEL_MEDIUM_VALUE - Static variable in class com.inet.pdfc.config.PDFCProperty
Specifies whether i-net PDFC should compare images using the average pixel values instead of single pixel values.
UserSettings - Interface in com.inet.pdfc.config
Contains all user settings for color, visibility and export.

V

validationError - com.inet.pdfc.generator.model.Modification.ModificationType
A validation error is an indicator for a problem on a singular element.
ValidationError - com.inet.pdfc.generator.model.DiffGroup.GroupType
A validation error is an indicator for a problem on a singular element.
ValidValueProvider - Class in com.inet.pdfc.config
An abstraction of the valid values of an enum property.
ValidValueProvider(Object[]) - Constructor for class com.inet.pdfc.config.ValidValueProvider
Creates a value provider for values without translation.
ValidValueProvider(List<ValidValueProvider.ValidValue>) - Constructor for class com.inet.pdfc.config.ValidValueProvider
Creates the provider for a list of well defined valid values
ValidValueProvider.ValidValue - Interface in com.inet.pdfc.config
Defines a value that is valid for a certain property.
valueOf(String) - Static method in enum com.inet.pdfc.config.CompareType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class com.inet.pdfc.config.PDFCProperty
Get a PDFCProperty by name
valueOf(String) - Static method in enum com.inet.pdfc.config.Settings.EXPORT
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inet.pdfc.config.Settings.METAOPTION
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inet.pdfc.config.Settings.OPTION
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inet.pdfc.config.TextStyleType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inet.pdfc.generator.message.Chunk.ChunkType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inet.pdfc.generator.message.HighlightData.Highlight.Appearance
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inet.pdfc.generator.model.DiffGroup.GroupType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inet.pdfc.generator.model.Modification.ModificationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inet.pdfc.PDFC.PROP
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inet.pdfc.presenter.BasePresenter.ERROR_SOURCE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inet.pdfc.presenter.DifferencesImagePresenter.IMAGE_CONFIG
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inet.pdfc.results.ResultModel.STATE_CHANGE_TYPE
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.inet.pdfc.config.CompareType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class com.inet.pdfc.config.PDFCProperty
Get all available values.
values() - Static method in enum com.inet.pdfc.config.Settings.EXPORT
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inet.pdfc.config.Settings.METAOPTION
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inet.pdfc.config.Settings.OPTION
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inet.pdfc.config.TextStyleType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inet.pdfc.generator.message.Chunk.ChunkType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inet.pdfc.generator.message.HighlightData.Highlight.Appearance
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inet.pdfc.generator.model.diff.AttributeDifference.TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inet.pdfc.generator.model.DiffGroup.GroupType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inet.pdfc.generator.model.Modification.ModificationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inet.pdfc.PDFC.PROP
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inet.pdfc.presenter.BasePresenter.ERROR_SOURCE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inet.pdfc.presenter.DifferencesImagePresenter.IMAGE_CONFIG
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inet.pdfc.results.ResultModel.STATE_CHANGE_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
valuesVisible() - Static method in enum com.inet.pdfc.generator.model.DiffGroup.GroupType
Returns the groups which should be visible to the user by default.
VISIBILITY_CHANGE - com.inet.pdfc.results.ResultModel.STATE_CHANGE_TYPE
The visibility of at least one Modification has changed.
VisibilitySetting - Interface in com.inet.pdfc.config
A visibility setting for the comparison.

W

writeDifferencesImage(int, BufferedImage) - Method in class com.inet.pdfc.presenter.DifferencesImagePresenter
Writes a differences image.
writePageImage(int, boolean, BufferedImage) - Method in class com.inet.pdfc.presenter.DifferencesImagePresenter
Writes the image of a rendered page.

X

XMLProfile - Class in com.inet.pdfc.config
The class contains configuration data from an XML file.
XMLProfile(File) - Constructor for class com.inet.pdfc.config.XMLProfile
Creates a new i-net PDFC configuration, based on the xmlProfileFile.
A B C D E F G H I J K L M N O P R S T U V W X 
All Classes All Packages