|
xmlgraphics-commons 1.3.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DSCComment | |
---|---|
org.apache.xmlgraphics.ps.dsc | Tools for DSC-compliant PostScript files (DSC = Document Structuring Conventions). |
org.apache.xmlgraphics.ps.dsc.events | Event classes used by the DSC parser. |
org.apache.xmlgraphics.ps.dsc.tools | Tools for working with DSC-compliant PostScript files. |
Uses of DSCComment in org.apache.xmlgraphics.ps.dsc |
---|
Methods in org.apache.xmlgraphics.ps.dsc that return DSCComment | |
---|---|
static DSCComment |
DSCCommentFactory.createDSCCommentFor(java.lang.String name)
Creates and returns new instances for DSC comments with a given name. |
DSCComment |
DSCParser.nextDSCComment(java.lang.String name)
Advances to the next DSC comment with the given name. |
DSCComment |
DSCParser.nextDSCComment(java.lang.String name,
PSGenerator gen)
Advances to the next DSC comment with the given name. |
Methods in org.apache.xmlgraphics.ps.dsc with parameters of type DSCComment | |
---|---|
void |
EventRecorder.handleDSCComment(DSCComment comment)
|
void |
DefaultDSCHandler.handleDSCComment(DSCComment comment)
|
void |
DSCHandler.handleDSCComment(DSCComment comment)
Called for each standard DSC comment. |
Uses of DSCComment in org.apache.xmlgraphics.ps.dsc.events |
---|
Classes in org.apache.xmlgraphics.ps.dsc.events that implement DSCComment | |
---|---|
class |
AbstractDSCComment
Abstract base class for DSC comments. |
class |
AbstractResourcesDSCComment
Abstract base class for Resource DSC comments (DocumentNeededResources, DocumentSuppliedResources and PageResources). |
class |
DSCAtend
This class represents a DSC comment with an "(ATEND)" value. |
class |
DSCCommentBeginResource
Represents a %BeginResource DSC comment. |
class |
DSCCommentBoundingBox
Represents a %%BoundingBox DSC comment. |
class |
DSCCommentDocumentNeededResources
Represents a %%DocumentNeededResources DSC comment. |
class |
DSCCommentDocumentSuppliedResources
Represents a %%DocumentSuppliedResources DSC comment. |
class |
DSCCommentEndComments
Respresents a %%EndComments DSC comment. |
class |
DSCCommentEndOfFile
Represents a %%EOF DSC comment. |
class |
DSCCommentHiResBoundingBox
Represents a %%HiResBoundingBox DSC comment. |
class |
DSCCommentLanguageLevel
Represents a %%LanguageLevel DSC comment |
class |
DSCCommentPage
Represents a %%Page DSC comment. |
class |
DSCCommentPageBoundingBox
Represents a %%PageBoundingBox DSC comment. |
class |
DSCCommentPageHiResBoundingBox
Represents a %%PageHiResBoundingBox DSC comment. |
class |
DSCCommentPageResources
Represents a %%PageResources DSC comment. |
class |
DSCCommentPages
Represents the %%Pages DSC comment. |
class |
UnparsedDSCComment
Represents a DSC comment that is not parsed into one of the concrete DSCComment subclasses. |
Methods in org.apache.xmlgraphics.ps.dsc.events that return DSCComment | |
---|---|
DSCComment |
AbstractEvent.asDSCComment()
|
DSCComment |
UnparsedDSCComment.asDSCComment()
|
DSCComment |
AbstractDSCComment.asDSCComment()
|
DSCComment |
DSCEvent.asDSCComment()
Casts this instance to a DSCComment if possible. |
DSCComment |
DSCAtend.createDSCCommentFromAtend()
Creates a new instance of a DSC comment with the same name as this instance but does not have an "Atend" value. |
Uses of DSCComment in org.apache.xmlgraphics.ps.dsc.tools |
---|
Methods in org.apache.xmlgraphics.ps.dsc.tools that return DSCComment | |
---|---|
static DSCComment |
DSCTools.nextPageOrTrailer(DSCParser parser,
PSGenerator gen)
Advances the parser to the next page or to the trailer or the end of file comment. |
|
xmlgraphics-commons 1.3.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |