Package de.redsix.pdfcompare.ui
Class Display
- java.lang.Object
-
- de.redsix.pdfcompare.ui.Display
-
public class Display extends Object
-
-
Constructor Summary
Constructors Constructor Description Display()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BufferedImageapplyExclusions(BufferedImage image)paints shaded areas over defined exclusionsExclusionsgetExclusions()intgetPageNumber()voidinit()voidinit(CliArguments cliArguments)voidredrawImages()voidshowPageArea(PageArea pageArea)switches to the page and scrolls to show the area.
-
-
-
Method Detail
-
init
public void init(CliArguments cliArguments)
-
init
public void init()
-
redrawImages
public void redrawImages()
-
showPageArea
public void showPageArea(PageArea pageArea)
switches to the page and scrolls to show the area.
-
applyExclusions
public BufferedImage applyExclusions(BufferedImage image)
paints shaded areas over defined exclusions
-
getPageNumber
public int getPageNumber()
- Returns:
- current page number, 1 based
-
getExclusions
public Exclusions getExclusions()
-
-