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 DSCCommentDSCCommentFactory.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 TypeMethodDescriptionvoidDefaultDSCHandler.handleDSCComment(DSCComment comment) voidDSCHandler.handleDSCComment(DSCComment comment) Called for each standard DSC comment.voidEventRecorder.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 TypeClassDescriptionclassAbstract base class for DSC comments.classAbstract base class for resource comments.classAbstract base class for Resource DSC comments (DocumentNeededResources, DocumentSuppliedResources and PageResources).classThis class represents a DSC comment with an "(ATEND)" value.classRepresents a %BeginDocument DSC comment.classRepresents a %BeginResource DSC comment.classRepresents a %%BoundingBox DSC comment.classRepresents a %%DocumentNeededResources DSC comment.classRepresents a %%DocumentSuppliedResources DSC comment.classRespresents a %%EndComments DSC comment.classRepresents a %%EOF DSC comment.classRepresents a %%HiResBoundingBox DSC comment.classRepresents a %IncludeResource DSC comment.classRepresents a %%LanguageLevel DSC commentclassRepresents a %%Page DSC comment.classRepresents a %%PageBoundingBox DSC comment.classRepresents a %%PageHiResBoundingBox DSC comment.classRepresents a %%PageResources DSC comment.classRepresents the %%Pages DSC comment.classRepresents a %%Title DSC comment.classRepresents 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 DSCCommentDSCTools.nextPageOrTrailer(DSCParser parser, PSGenerator gen) Advances the parser to the next page or to the trailer or the end of file comment.