Interface | Description |
---|---|
DSCComment |
Base interface for all DSC comments.
|
DSCEvent |
Interface representing a DSC event.
|
Class | Description |
---|---|
AbstractDSCComment |
Abstract base class for DSC comments.
|
AbstractEvent |
Abstract base class for DSC events.
|
AbstractResourceDSCComment |
Abstract base class for resource comments.
|
AbstractResourcesDSCComment |
Abstract base class for Resource DSC comments (DocumentNeededResources,
DocumentSuppliedResources and PageResources).
|
DSCAtend |
This class represents a DSC comment with an "(ATEND)" value.
|
DSCCommentBeginDocument |
Represents a %BeginDocument DSC comment.
|
DSCCommentBeginResource |
Represents a %BeginResource DSC comment.
|
DSCCommentBoundingBox |
Represents a %%BoundingBox DSC comment.
|
DSCCommentDocumentNeededResources |
Represents a %%DocumentNeededResources DSC comment.
|
DSCCommentDocumentSuppliedResources |
Represents a %%DocumentSuppliedResources DSC comment.
|
DSCCommentEndComments |
Respresents a %%EndComments DSC comment.
|
DSCCommentEndOfFile |
Represents a %%EOF DSC comment.
|
DSCCommentHiResBoundingBox |
Represents a %%HiResBoundingBox DSC comment.
|
DSCCommentIncludeResource |
Represents a %IncludeResource DSC comment.
|
DSCCommentLanguageLevel |
Represents a %%LanguageLevel DSC comment
|
DSCCommentPage |
Represents a %%Page DSC comment.
|
DSCCommentPageBoundingBox |
Represents a %%PageBoundingBox DSC comment.
|
DSCCommentPageHiResBoundingBox |
Represents a %%PageHiResBoundingBox DSC comment.
|
DSCCommentPageResources |
Represents a %%PageResources DSC comment.
|
DSCCommentPages |
Represents the %%Pages DSC comment.
|
DSCCommentTitle |
Represents a %%Title DSC comment.
|
DSCHeaderComment |
Represents a DSC header comment (beginning with "%!).
|
PostScriptComment |
Represents a PostScript comment
|
PostScriptLine |
Represents a line of PostScript code.
|
UnparsedDSCComment |
Represents a DSC comment that is not parsed into one of the concrete DSCComment subclasses.
|
Event classes used by the DSC parser.
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.