Uses of Interface
org.ghost4j.analyzer.RemoteAnalyzer
-
Packages that use RemoteAnalyzer Package Description org.ghost4j.analyzer -
-
Uses of RemoteAnalyzer in org.ghost4j.analyzer
Classes in org.ghost4j.analyzer that implement RemoteAnalyzer Modifier and Type Class Description class
AbstractRemoteAnalyzer
class
FontAnalyzer
Font analyzer: analyze fonts used in a document.class
InkAnalyzer
Ink analyzer: analyze ink coverage of a document.Methods in org.ghost4j.analyzer with parameters of type RemoteAnalyzer Modifier and Type Method Description protected static void
AbstractRemoteAnalyzer. startRemoteAnalyzer(RemoteAnalyzer remoteAnalyzer)
Starts a remote analyzer server.
-