Uses of Interface
org.ghost4j.Component
-
Packages that use Component Package Description org.ghost4j org.ghost4j.analyzer org.ghost4j.converter org.ghost4j.modifier org.ghost4j.renderer -
-
Uses of Component in org.ghost4j
Classes in org.ghost4j that implement Component Modifier and Type Class Description classAbstractComponentAbstract component implementation.classAbstractRemoteComponentAbstract remote converter component. -
Uses of Component in org.ghost4j.analyzer
Subinterfaces of Component in org.ghost4j.analyzer Modifier and Type Interface Description interfaceAnalyzerInterface defining an analyzer used to retrieve info on a Document to a given format.interfaceRemoteAnalyzerInterface defining a remote analyzer (for Ghostscript multi process support).Classes in org.ghost4j.analyzer that implement Component Modifier and Type Class Description classAbstractAnalyzerAbstract analyzer implementation.classAbstractRemoteAnalyzerclassFontAnalyzerFont analyzer: analyze fonts used in a document.classInkAnalyzerInk analyzer: analyze ink coverage of a document. -
Uses of Component in org.ghost4j.converter
Subinterfaces of Component in org.ghost4j.converter Modifier and Type Interface Description interfaceConverterInterface defining a converter used to convert a Document to a given format.interfaceRemoteConverterInterface defining a remote converter (for Ghostscript multi process support).Classes in org.ghost4j.converter that implement Component Modifier and Type Class Description classAbstractConverterAbstract converter implementation.classAbstractRemoteConverterAbstract remote converter implementation.classPDFConverterPDF converter.classPSConverterPS converter. -
Uses of Component in org.ghost4j.modifier
Classes in org.ghost4j.modifier that implement Component Modifier and Type Class Description classAbstractModifierAbstract modifier implementation.classAbstractRemoteModifierAbstract remote modifier implementation.classSafeAppenderModifierSafe appender : appends a document to another one. -
Uses of Component in org.ghost4j.renderer
Subinterfaces of Component in org.ghost4j.renderer Modifier and Type Interface Description interfaceRemoteRendererInterface defining a remote renderer (for Ghostscript multi process support).interfaceRendererInterface defining a renderer used to render a Document to a given format.Classes in org.ghost4j.renderer that implement Component Modifier and Type Class Description classAbstractRemoteRendererclassAbstractRendererAbstract renderer implementation.classSimpleRenderer
-