JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.xmlgraphics.ps.dsc
Interface DSCFilter
public interface
DSCFilter
Filter interface for DSC events used by the DSC parser.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
accept
(
DSCEvent
event)
Indicates whether a particular event is acceptable or if it should be skipped/ignored.
Method Detail
accept
boolean accept(
DSCEvent
event)
Indicates whether a particular event is acceptable or if it should be skipped/ignored.
Parameters:
event
- the DSC event
Returns:
true if the event should be accepted
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method