Package org.apache.xmlgraphics.ps.dsc
Interface DSCParserConstants
- All Known Subinterfaces:
DSCComment,DSCEvent
- All Known Implementing Classes:
AbstractDSCComment,AbstractEvent,AbstractResourceDSCComment,AbstractResourcesDSCComment,DefaultNestedDocumentHandler,DSCAtend,DSCCommentBeginDocument,DSCCommentBeginResource,DSCCommentBoundingBox,DSCCommentDocumentNeededResources,DSCCommentDocumentSuppliedResources,DSCCommentEndComments,DSCCommentEndOfFile,DSCCommentHiResBoundingBox,DSCCommentIncludeResource,DSCCommentLanguageLevel,DSCCommentPage,DSCCommentPageBoundingBox,DSCCommentPageHiResBoundingBox,DSCCommentPageResources,DSCCommentPages,DSCCommentTitle,DSCHeaderComment,DSCParser,DSCTools,PageExtractor,PostScriptComment,PostScriptLine,UnparsedDSCComment
public interface DSCParserConstants
Constants the DSC parser uses.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIndicates a normal PostScript comment (starting with "%")static final intIndicates a DSC comment (starting with "%%")static final intIndicates the end of the file (equivalent to the "%%EOF" DSC comment)static final intIndicates a header comment (starting with "%!")static final intIndicates a normal PostScript line
-
Field Details
-
HEADER_COMMENT
static final int HEADER_COMMENTIndicates a header comment (starting with "%!")- See Also:
-
DSC_COMMENT
static final int DSC_COMMENTIndicates a DSC comment (starting with "%%")- See Also:
-
COMMENT
static final int COMMENTIndicates a normal PostScript comment (starting with "%")- See Also:
-
LINE
static final int LINEIndicates a normal PostScript line- See Also:
-
EOF
static final int EOFIndicates the end of the file (equivalent to the "%%EOF" DSC comment)- See Also:
-