Class DSCHeaderComment

java.lang.Object
org.apache.xmlgraphics.ps.dsc.events.AbstractEvent
org.apache.xmlgraphics.ps.dsc.events.DSCHeaderComment
All Implemented Interfaces:
DSCParserConstants, DSCEvent

public class DSCHeaderComment extends AbstractEvent
Represents a DSC header comment (beginning with "%!).
  • Constructor Details

    • DSCHeaderComment

      public DSCHeaderComment(String comment)
      Creates a new instance.
      Parameters:
      comment - the comment
  • Method Details