Interface RemoteAnalyzer
- All Known Implementing Classes:
AbstractRemoteAnalyzer, FontAnalyzer, InkAnalyzer
Interface defining a remote analyzer (for Ghostscript multi process support).
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetMaxProcessCount(int maxProcessCount) Sets max parallel analysis processes allowed for the analyzerMethods inherited from interface Component
copySettings, extractSettings
-
Method Details
-
setMaxProcessCount
void setMaxProcessCount(int maxProcessCount) Sets max parallel analysis processes allowed for the analyzer- Parameters:
maxProcessCount-
-