Uses of Interface
org.apache.xmlgraphics.ps.dsc.events.DSCComment
-
Packages that use DSCComment Package Description 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 Modifier and Type Method Description static DSCCommentDSCCommentFactory. createDSCCommentFor(java.lang.String name)Creates and returns new instances for DSC comments with a given name.DSCCommentDSCParser. nextDSCComment(java.lang.String name)Advances to the next DSC comment with the given name.DSCCommentDSCParser. 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 Modifier and Type Method Description voidDefaultDSCHandler. 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 DSCComment Modifier and Type Class Description classAbstractDSCCommentAbstract base class for DSC comments.classAbstractResourceDSCCommentAbstract base class for resource comments.classAbstractResourcesDSCCommentAbstract base class for Resource DSC comments (DocumentNeededResources, DocumentSuppliedResources and PageResources).classDSCAtendThis class represents a DSC comment with an "(ATEND)" value.classDSCCommentBeginDocumentRepresents a %BeginDocument DSC comment.classDSCCommentBeginResourceRepresents a %BeginResource DSC comment.classDSCCommentBoundingBoxRepresents a %%BoundingBox DSC comment.classDSCCommentDocumentNeededResourcesRepresents a %%DocumentNeededResources DSC comment.classDSCCommentDocumentSuppliedResourcesRepresents a %%DocumentSuppliedResources DSC comment.classDSCCommentEndCommentsRespresents a %%EndComments DSC comment.classDSCCommentEndOfFileRepresents a %%EOF DSC comment.classDSCCommentHiResBoundingBoxRepresents a %%HiResBoundingBox DSC comment.classDSCCommentIncludeResourceRepresents a %IncludeResource DSC comment.classDSCCommentLanguageLevelRepresents a %%LanguageLevel DSC commentclassDSCCommentPageRepresents a %%Page DSC comment.classDSCCommentPageBoundingBoxRepresents a %%PageBoundingBox DSC comment.classDSCCommentPageHiResBoundingBoxRepresents a %%PageHiResBoundingBox DSC comment.classDSCCommentPageResourcesRepresents a %%PageResources DSC comment.classDSCCommentPagesRepresents the %%Pages DSC comment.classDSCCommentTitleRepresents a %%Title DSC comment.classUnparsedDSCCommentRepresents 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 Modifier and Type Method Description DSCCommentAbstractDSCComment. asDSCComment()DSCCommentAbstractEvent. asDSCComment()DSCCommentDSCEvent. asDSCComment()Casts this instance to a DSCComment if possible.DSCCommentUnparsedDSCComment. asDSCComment()DSCCommentDSCAtend. 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 Modifier and Type Method Description static DSCCommentDSCTools. nextPageOrTrailer(DSCParser parser, PSGenerator gen)Advances the parser to the next page or to the trailer or the end of file comment.
-