Uses of Interface
org.apache.xmlgraphics.ps.dsc.events.DSCEvent
-
Packages that use DSCEvent 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 DSCEvent in org.apache.xmlgraphics.ps.dsc
Methods in org.apache.xmlgraphics.ps.dsc that return DSCEvent Modifier and Type Method Description DSCEventDSCParser. getCurrentEvent()Returns the current event.DSCEventDSCParser. nextEvent()Steps to the next item returning the new event.DSCEventDSCParser. peek()Returns the next event without moving the cursor to the next event.Methods in org.apache.xmlgraphics.ps.dsc with parameters of type DSCEvent Modifier and Type Method Description booleanDSCFilter. accept(DSCEvent event)Indicates whether a particular event is acceptable or if it should be skipped/ignored.voidDefaultNestedDocumentHandler. handle(DSCEvent event, DSCParser parser)Handle a DSC event.voidNestedDocumentHandler. handle(DSCEvent event, DSCParser parser)Handle a DSC event.voidDefaultNestedDocumentHandler. processEvent(DSCEvent event, DSCParser parser)Called for each DSC event.voidDSCListener. processEvent(DSCEvent event, DSCParser parser)Called for each DSC event.voidFilteringEventListener. processEvent(DSCEvent event, DSCParser parser)Called for each DSC event. -
Uses of DSCEvent in org.apache.xmlgraphics.ps.dsc.events
Subinterfaces of DSCEvent in org.apache.xmlgraphics.ps.dsc.events Modifier and Type Interface Description interfaceDSCCommentBase interface for all DSC comments.Classes in org.apache.xmlgraphics.ps.dsc.events that implement DSCEvent Modifier and Type Class Description classAbstractDSCCommentAbstract base class for DSC comments.classAbstractEventAbstract base class for DSC events.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.classDSCHeaderCommentRepresents a DSC header comment (beginning with "%!).classPostScriptCommentRepresents a PostScript commentclassPostScriptLineRepresents a line of PostScript code.classUnparsedDSCCommentRepresents a DSC comment that is not parsed into one of the concrete DSCComment subclasses. -
Uses of DSCEvent in org.apache.xmlgraphics.ps.dsc.tools
Methods in org.apache.xmlgraphics.ps.dsc.tools with parameters of type DSCEvent Modifier and Type Method Description static booleanDSCTools. headerCommentsEndHere(DSCEvent event)Indicates whether the given event ends a header comment section according to the rules in DSC 3.0, chapter 4.4.
-