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 TypeMethodDescriptionboolean
Indicates whether a particular event is acceptable or if it should be skipped/ignored.void
Handle a DSC event.void
Handle a DSC event.void
DefaultNestedDocumentHandler.processEvent
(DSCEvent event, DSCParser parser) Called for each DSC event.void
DSCListener.processEvent
(DSCEvent event, DSCParser parser) Called for each DSC event.void
FilteringEventListener.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 TypeClassDescriptionclass
Abstract base class for DSC comments.class
Abstract base class for DSC events.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 header comment (beginning with "%!).class
Represents a PostScript commentclass
Represents a line of PostScript code.class
Represents 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 boolean
DSCTools.headerCommentsEndHere
(DSCEvent event) Indicates whether the given event ends a header comment section according to the rules in DSC 3.0, chapter 4.4.