|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.lowagie.text.pdf.parser.PdfContentStreamProcessor
public class PdfContentStreamProcessor
Processor for a PDF content Stream.
| Constructor Summary | |
|---|---|
PdfContentStreamProcessor(RenderListener renderListener)
Creates a new PDF Content Stream Processor that will send it's output to the designated render listener. |
|
| Method Summary | |
|---|---|
void |
processContent(byte[] contentBytes,
PdfDictionary resources)
Processes PDF syntax |
void |
registerContentOperator(String operatorString,
ContentOperator operator)
Registers a content operator that will be called when the specified operator string is encountered during content processing. |
void |
reset()
Resets the graphics state stack, matrices and resources. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PdfContentStreamProcessor(RenderListener renderListener)
renderListener - the AbstractRenderListener that will receive rendering notifications| Method Detail |
|---|
public void registerContentOperator(String operatorString,
ContentOperator operator)
operatorString - the operator idoperator - the operator that will receive notification when the operator is encounteredpublic void reset()
public void processContent(byte[] contentBytes,
PdfDictionary resources)
contentBytes - the bytes of a content streamresources - the resources that come with the content stream
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||