Package de.redsix.pdfcompare.env
Interface Environment
- All Known Implementing Classes:
ConfigFileEnvironment,SimpleEnvironment
public interface Environment
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleandoubleintintgetDPI()intintintintintintboolean
-
Method Details
-
getTempDirectory
Path getTempDirectory() -
getNrOfImagesToCache
int getNrOfImagesToCache() -
getMergeCacheSize
int getMergeCacheSize() -
getSwapCacheSize
int getSwapCacheSize() -
getDocumentCacheSize
int getDocumentCacheSize() -
getMaxImageSize
int getMaxImageSize() -
getOverallTimeout
int getOverallTimeout() -
getExecutorTimeout
int getExecutorTimeout() -
useParallelProcessing
boolean useParallelProcessing() -
getAllowedDiffInPercent
double getAllowedDiffInPercent() -
getExpectedColor
Color getExpectedColor() -
getActualColor
Color getActualColor() -
getDPI
int getDPI() -
addEqualPagesToResult
boolean addEqualPagesToResult() -
failOnMissingIgnoreFile
boolean failOnMissingIgnoreFile()
-