|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pdfbox.util.PDFStreamEngine
org.pdfbox.pdmodel.font.Type3StreamParser
public class Type3StreamParser
This class will handle creating an image for a type 3 glyph.
| Constructor Summary | |
|---|---|
Type3StreamParser()
|
|
| Method Summary | |
|---|---|
java.awt.Image |
createImage(COSStream type3Stream)
This will parse a type3 stream and create an image from it. |
protected void |
processOperator(PDFOperator operator,
java.util.List arguments)
This is used to handle an operation. |
| Methods inherited from class org.pdfbox.util.PDFStreamEngine |
|---|
getColorSpaces, getCurrentPage, getFonts, getGraphicsStack, getGraphicsState, getGraphicsStates, getResources, getTextLineMatrix, getTextMatrix, getXObjects, processOperator, processStream, processSubStream, registerOperatorProcessor, resetEngine, setColorSpaces, setFonts, setGraphicsStack, setGraphicsState, setGraphicsStates, setTextLineMatrix, setTextMatrix, showCharacter, showString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Type3StreamParser()
| Method Detail |
|---|
public java.awt.Image createImage(COSStream type3Stream)
throws java.io.IOException
type3Stream - The stream containing the operators to draw the image.
java.io.IOException - If there is an error processing the stream.
protected void processOperator(PDFOperator operator,
java.util.List arguments)
throws java.io.IOException
processOperator in class PDFStreamEngineoperator - The operation to perform.arguments - The list of arguments.
java.io.IOException - If there is an error processing the operation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||