Uses of Interface
org.apache.xmlgraphics.ps.dsc.events.DSCComment
Packages that use DSCComment
Package
Description
Tools for DSC-compliant PostScript files (DSC = Document Structuring Conventions).
Event classes used by the DSC parser.
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 DSCCommentModifier and TypeMethodDescriptionstatic DSCComment
DSCCommentFactory.createDSCCommentFor
(String name) Creates and returns new instances for DSC comments with a given name.DSCParser.nextDSCComment
(String name) Advances to the next DSC comment with the given name.DSCParser.nextDSCComment
(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 DSCCommentModifier and TypeMethodDescriptionvoid
DefaultDSCHandler.handleDSCComment
(DSCComment comment) void
DSCHandler.handleDSCComment
(DSCComment comment) Called for each standard DSC comment.void
EventRecorder.handleDSCComment
(DSCComment comment) -
Uses of DSCComment in org.apache.xmlgraphics.ps.dsc.events
Classes in org.apache.xmlgraphics.ps.dsc.events that implement DSCCommentModifier and TypeClassDescriptionclass
Abstract base class for DSC comments.class
Abstract base class for resource comments.class
Abstract base class for Resource DSC comments (DocumentNeededResources, DocumentSuppliedResources and PageResources).class
This class represents a DSC comment with an "(ATEND)" value.class
Represents a %BeginDocument DSC comment.class
Represents a %BeginResource DSC comment.class
Represents a %%BoundingBox DSC comment.class
Represents a %%DocumentNeededResources DSC comment.class
Represents a %%DocumentSuppliedResources DSC comment.class
Respresents a %%EndComments DSC comment.class
Represents a %%EOF DSC comment.class
Represents a %%HiResBoundingBox DSC comment.class
Represents a %IncludeResource DSC comment.class
Represents a %%LanguageLevel DSC commentclass
Represents a %%Page DSC comment.class
Represents a %%PageBoundingBox DSC comment.class
Represents a %%PageHiResBoundingBox DSC comment.class
Represents a %%PageResources DSC comment.class
Represents the %%Pages DSC comment.class
Represents a %%Title DSC comment.class
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 DSCCommentModifier and TypeMethodDescriptionAbstractDSCComment.asDSCComment()
AbstractEvent.asDSCComment()
DSCEvent.asDSCComment()
Casts this instance to a DSCComment if possible.UnparsedDSCComment.asDSCComment()
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 DSCCommentModifier and TypeMethodDescriptionstatic DSCComment
DSCTools.nextPageOrTrailer
(DSCParser parser, PSGenerator gen) Advances the parser to the next page or to the trailer or the end of file comment.