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