Uses of Class
de.redsix.pdfcompare.PageArea
Packages that use PageArea
-
Uses of PageArea in de.redsix.pdfcompare
Methods in de.redsix.pdfcompare that return PageAreaMethods in de.redsix.pdfcompare that return types with arguments of type PageAreaModifier and TypeMethodDescriptionCompareResult.getDifferences()Gives a PageArea, that shows the area of a page, where differences where found.CompareResultImpl.getDifferences()PageExclusions.getExclusions()Methods in de.redsix.pdfcompare with parameters of type PageAreaModifier and TypeMethodDescriptionvoidvoidPageDiffCalculator.addDiffArea(PageArea diffArea) voidDeprecated.PdfComparator.withIgnore(PageArea exclusion) Allows to specify an area of a page that is excluded during the comparison.Method parameters in de.redsix.pdfcompare with type arguments of type PageAreaModifier and TypeMethodDescriptionstatic StringPageArea.asJson(Collection<PageArea> pageAreas) static Stringstatic StringPageArea.asJsonWithExclusion(Collection<PageArea> pageAreas) static StringPageArea.asJsonWithExclusion(Stream<PageArea> pageAreaStream) voidConstructors in de.redsix.pdfcompare with parameters of type PageAreaModifierConstructorDescriptionPageDiffCalculator(PageArea diffArea) This is a convenience constructor for a single diff. -
Uses of PageArea in de.redsix.pdfcompare.ui
Methods in de.redsix.pdfcompare.ui that return PageAreaMethods in de.redsix.pdfcompare.ui with parameters of type PageAreaModifier and TypeMethodDescriptionvoidExclusionsPanel.addExclusion(PageArea pageArea) ExclusionsPanel.getItemForArea(PageArea pageArea) find item panel matching page area exactlybooleanExclusionsPanel.isSelected(PageArea pageArea) voidDisplay.showPageArea(PageArea pageArea) switches to the page and scrolls to show the area.Method parameters in de.redsix.pdfcompare.ui with type arguments of type PageAreaModifier and TypeMethodDescriptionvoidExclusionsPanel.useDifferencesFromCompare(Collection<PageArea> differences) Constructors in de.redsix.pdfcompare.ui with parameters of type PageArea
PdfComparator.withIgnore(PageArea)instead.