Uses of Class
de.redsix.pdfcompare.PageArea
-
Packages that use PageArea Package Description de.redsix.pdfcompare de.redsix.pdfcompare.ui -
-
Uses of PageArea in de.redsix.pdfcompare
Methods in de.redsix.pdfcompare that return PageArea Modifier and Type Method Description PageAreaPageDiffCalculator. getDiffArea()Methods in de.redsix.pdfcompare that return types with arguments of type PageArea Modifier and Type Method Description Collection<PageArea>CompareResult. getDifferences()Gives a PageArea, that shows the area of a page, where differences where found.Collection<PageArea>CompareResultImpl. getDifferences()Collection<PageArea>PageExclusions. getExclusions()Methods in de.redsix.pdfcompare with parameters of type PageArea Modifier and Type Method Description ExclusionsExclusions. add(PageArea exclusion)voidPageExclusions. add(PageArea exclusion)voidPageDiffCalculator. addDiffArea(PageArea diffArea)ExclusionsExclusions. remove(PageArea exclusion)voidPageExclusions. remove(PageArea exclusion)PdfComparator<T>PdfComparator. with(PageArea exclusion)Deprecated.UsePdfComparator.withIgnore(PageArea)instead.PdfComparator<T>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 PageArea Modifier and Type Method Description static StringPageArea. asJson(Collection<PageArea> pageAreas)static StringPageArea. asJson(Stream<PageArea> pageAreas)static StringPageArea. asJsonWithExclusion(Collection<PageArea> pageAreas)static StringPageArea. asJsonWithExclusion(Stream<PageArea> pageAreaStream)voidExclusions. forEach(Consumer<PageArea> exclusionConsumer)Constructors in de.redsix.pdfcompare with parameters of type PageArea Constructor Description PageDiffCalculator(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 PageArea Modifier and Type Method Description PageAreaExclusionItemPanel. getData()Methods in de.redsix.pdfcompare.ui with parameters of type PageArea Modifier and Type Method Description voidExclusionsPanel. addExclusion(PageArea pageArea)ExclusionItemPanelExclusionsPanel. 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 PageArea Modifier and Type Method Description voidExclusionsPanel. useDifferencesFromCompare(Collection<PageArea> differences)Constructors in de.redsix.pdfcompare.ui with parameters of type PageArea Constructor Description ExclusionItemPanel(PageArea pageArea)
-