|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.pdfbox.pdmodel.common.function.type4.Parser
public class Parser
Parser for PDF Type 4 functions. This implements a small subset of the PostScript language but is no full PostScript interpreter.
| Nested Class Summary | |
|---|---|
static class |
Parser.AbstractSyntaxHandler
Abstract base class for a Parser.SyntaxHandler. |
static interface |
Parser.SyntaxHandler
This interface defines all possible syntactic elements of a Type 4 function. |
| Method Summary | |
|---|---|
static void |
parse(java.lang.CharSequence input,
Parser.SyntaxHandler handler)
Parses a Type 4 function and sends the syntactic elements to the given syntax handler. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void parse(java.lang.CharSequence input,
Parser.SyntaxHandler handler)
input - the text sourcehandler - the syntax handler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||