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