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 class
AbstractComponent
Abstract component implementation.class
AbstractRemoteComponent
Abstract remote converter component. -
Uses of Component in org.ghost4j.analyzer
Subinterfaces of Component in org.ghost4j.analyzer Modifier and Type Interface Description interface
Analyzer
Interface defining an analyzer used to retrieve info on a Document to a given format.interface
RemoteAnalyzer
Interface defining a remote analyzer (for Ghostscript multi process support).Classes in org.ghost4j.analyzer that implement Component Modifier and Type Class Description class
AbstractAnalyzer
Abstract analyzer implementation.class
AbstractRemoteAnalyzer
class
FontAnalyzer
Font analyzer: analyze fonts used in a document.class
InkAnalyzer
Ink 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 interface
Converter
Interface defining a converter used to convert a Document to a given format.interface
RemoteConverter
Interface defining a remote converter (for Ghostscript multi process support).Classes in org.ghost4j.converter that implement Component Modifier and Type Class Description class
AbstractConverter
Abstract converter implementation.class
AbstractRemoteConverter
Abstract remote converter implementation.class
PDFConverter
PDF converter.class
PSConverter
PS converter. -
Uses of Component in org.ghost4j.modifier
Classes in org.ghost4j.modifier that implement Component Modifier and Type Class Description class
AbstractModifier
Abstract modifier implementation.class
AbstractRemoteModifier
Abstract remote modifier implementation.class
SafeAppenderModifier
Safe 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 interface
RemoteRenderer
Interface defining a remote renderer (for Ghostscript multi process support).interface
Renderer
Interface 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 class
AbstractRemoteRenderer
class
AbstractRenderer
Abstract renderer implementation.class
SimpleRenderer
-