|
jPod PDF library | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ICSDevice | |
---|---|
de.intarsys.pdf.content | The "content" package contains functionality to work on PDF content streams. |
de.intarsys.pdf.content.common | Some common implementations on PDF content stream. |
de.intarsys.pdf.content.text | |
de.intarsys.pdf.pd | The higher level building blocks of a PDF document. |
Uses of ICSDevice in de.intarsys.pdf.content |
---|
Classes in de.intarsys.pdf.content that implement ICSDevice | |
---|---|
class |
CSBasicDevice
A ICSDevice handling the complex semantics of the path and text
drawing operators. |
class |
CSDeviceAdapter
An adapter implementation for ICSDevice. |
class |
CSDeviceFilter
Abstract superclass for implementing a filter on ICSDevice . |
class |
CSImageFilter
Only image related operations will reach the final device. |
class |
CSPathFilter
Only path related operations will reach the device. |
class |
CSTextDevice
A common superclass for "text only" devices. |
class |
CSTextFilter
Only text related operations will reach the device. |
class |
CSVirtualDevice
A common superclass for devices that do not need path and text handling. |
Methods in de.intarsys.pdf.content that return ICSDevice | |
---|---|
ICSDevice |
CSDeviceFilter.getDevice()
|
ICSDevice |
CSDeviceBasedInterpreter.getDevice()
The ICSDevice currently associated with the interpreter. |
Constructors in de.intarsys.pdf.content with parameters of type ICSDevice | |
---|---|
CSDeviceBasedInterpreter(Map paramOptions,
ICSDevice device)
|
|
CSDeviceFilter(ICSDevice device)
|
|
CSImageFilter(ICSDevice device)
|
|
CSPathFilter(ICSDevice device)
|
|
CSTextFilter(ICSDevice device)
|
Uses of ICSDevice in de.intarsys.pdf.content.common |
---|
Classes in de.intarsys.pdf.content.common that implement ICSDevice | |
---|---|
class |
CSBoundingBoxCollector
Determine the bounding box of the content streams graphic primitives. |
class |
CSCreator
An implementation helping to create a PDF content stream using higher level abstractions than the PDF operators. |
Methods in de.intarsys.pdf.content.common with parameters of type ICSDevice | |
---|---|
static void |
CSDeviceTools.setNonStrokeColor(ICSDevice device,
float[] color)
|
static void |
CSDeviceTools.setStrokeColor(ICSDevice device,
float[] color)
|
Uses of ICSDevice in de.intarsys.pdf.content.text |
---|
Classes in de.intarsys.pdf.content.text that implement ICSDevice | |
---|---|
class |
CSCharacterParser
Collect the character objects in a content stream. |
class |
CSTextExtractor
A still very simple text extraction utility for PDF documents. |
class |
CSTextSearcher
A simple text search utility. |
Uses of ICSDevice in de.intarsys.pdf.pd |
---|
Classes in de.intarsys.pdf.pd that implement ICSDevice | |
---|---|
class |
DefaultAppearance.DefaultAppearanceDevice
An embedded "device" to gather information from the default appearance string. |
|
jPod PDF library | |||||||||
PREV NEXT | FRAMES NO FRAMES |