org.apache.xmlgraphics.ps.dsc.events
Class DSCHeaderComment
java.lang.Object
|
+--org.apache.xmlgraphics.ps.dsc.events.AbstractEvent
|
+--org.apache.xmlgraphics.ps.dsc.events.DSCHeaderComment
- All Implemented Interfaces:
- DSCEvent, DSCParserConstants
- public class DSCHeaderComment
- extends AbstractEvent
Represents a DSC header comment (beginning with "%!).
Constructor Summary |
DSCHeaderComment(java.lang.String comment)
Creates a new instance. |
Method Summary |
void |
generate(PSGenerator gen)
Writes the event to the given PSGenerator. |
java.lang.String |
getComment()
Returns the comment. |
int |
getEventType()
Returns the event type. |
boolean |
isHeaderComment()
Indicates whether the instance is a header comment. |
boolean |
isPSAdobe30()
Indicates whether the file started by this comments is DSC 3.0 compliant. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DSCHeaderComment
public DSCHeaderComment(java.lang.String comment)
- Creates a new instance.
- Parameters:
comment
- the comment
getComment
public java.lang.String getComment()
- Returns the comment.
- Returns:
- the comment
isPSAdobe30
public boolean isPSAdobe30()
- Indicates whether the file started by this comments is DSC 3.0 compliant.
- Returns:
- true if the file is DSC 3.0 compliant.
generate
public void generate(PSGenerator gen)
throws java.io.IOException
- Description copied from interface:
DSCEvent
- Writes the event to the given PSGenerator.
- See Also:
DSCEvent.generate(
org.apache.xmlgraphics.ps.PSGenerator)
getEventType
public int getEventType()
- Description copied from interface:
DSCEvent
- Returns the event type.
- See Also:
DSCEvent.getEventType()
isHeaderComment
public boolean isHeaderComment()
- Description copied from interface:
DSCEvent
- Indicates whether the instance is a header comment.
- Overrides:
isHeaderComment
in class AbstractEvent
- See Also:
AbstractEvent.isHeaderComment()
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.