Class AbstractEvent

    • Constructor Detail

      • AbstractEvent

        public AbstractEvent()
    • Method Detail

      • isComment

        public boolean isComment()
        Description copied from interface: DSCEvent
        Indicates whether the instance is a PostScript comment.
        Specified by:
        isComment in interface DSCEvent
        Returns:
        true if the instance is a PostScript comment
        See Also:
        DSCEvent.isComment()
      • isDSCComment

        public boolean isDSCComment()
        Description copied from interface: DSCEvent
        Indicates whether the instance is a DSC comment.
        Specified by:
        isDSCComment in interface DSCEvent
        Returns:
        true if the instance is a DSC comment
        See Also:
        DSCEvent.isDSCComment()
      • isHeaderComment

        public boolean isHeaderComment()
        Description copied from interface: DSCEvent
        Indicates whether the instance is a header comment.
        Specified by:
        isHeaderComment in interface DSCEvent
        Returns:
        true if the instance is a header comment
        See Also:
        DSCEvent.isHeaderComment()
      • isLine

        public boolean isLine()
        Description copied from interface: DSCEvent
        Indicates whether the instance is a PostScript line.
        Specified by:
        isLine in interface DSCEvent
        Returns:
        true if the instance is a PostScript line
        See Also:
        DSCEvent.isLine()