Package | Description |
---|---|
org.apache.pdfbox.pdmodel.common.function.type4 |
This package contains Type 4 function support.
|
Modifier and Type | Class | Description |
---|---|---|
class |
InstructionSequenceBuilder |
Basic parser for Type 4 functions which is used to build up instruction sequences.
|
static class |
Parser.AbstractSyntaxHandler |
Abstract base class for a
Parser.SyntaxHandler . |
Modifier and Type | Method | Description |
---|---|---|
static void |
Parser.parse(java.lang.CharSequence input,
Parser.SyntaxHandler handler) |
Parses a Type 4 function and sends the syntactic elements to the given
syntax handler.
|