Uses of Interface
org.apache.xmlgraphics.ps.dsc.events.DSCEvent
Packages that use DSCEvent
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 DSCEvent in org.apache.xmlgraphics.ps.dsc
Methods in org.apache.xmlgraphics.ps.dsc that return DSCEventModifier and TypeMethodDescriptionDSCParser.getCurrentEvent()Returns the current event.DSCParser.nextEvent()Steps to the next item returning the new event.DSCParser.peek()Returns the next event without moving the cursor to the next event.Methods in org.apache.xmlgraphics.ps.dsc with parameters of type DSCEventModifier and TypeMethodDescriptionbooleanIndicates whether a particular event is acceptable or if it should be skipped/ignored.voidHandle a DSC event.voidHandle 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.eventsClasses in org.apache.xmlgraphics.ps.dsc.events that implement DSCEventModifier and TypeClassDescriptionclassAbstract base class for DSC comments.classAbstract base class for DSC events.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 header comment (beginning with "%!).classRepresents a PostScript commentclassRepresents a line of PostScript code.classRepresents 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 DSCEventModifier and TypeMethodDescriptionstatic 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.