|
xmlgraphics-commons 1.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final int HEADER_COMMENT
public static final int DSC_COMMENT
public static final int COMMENT
public static final int LINE
public static final int EOF
|
xmlgraphics-commons 1.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |