|
xmlgraphics-commons 1.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DSCParserConstants
Constants the DSC parser uses.
Field Summary | |
---|---|
static int |
COMMENT
Indicates a normal PostScript comment (starting with "%") |
static int |
DSC_COMMENT
Indicates a DSC comment (starting with "%%") |
static int |
EOF
Indicates the end of the file (equivalent to the "%%EOF" DSC comment) |
static int |
HEADER_COMMENT
Indicates a header comment (starting with "%!") |
static int |
LINE
Indicates a normal PostScript line |
Field Detail |
---|
static final int HEADER_COMMENT
static final int DSC_COMMENT
static final int COMMENT
static final int LINE
static final int EOF
|
xmlgraphics-commons 1.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |