|
xmlgraphics-commons 1.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DSCComment
Base interface for all DSC comments.
Field Summary |
---|
Fields inherited from interface org.apache.xmlgraphics.ps.dsc.DSCParserConstants |
---|
COMMENT, DSC_COMMENT, EOF, HEADER_COMMENT, LINE |
Method Summary | |
---|---|
void |
generate(PSGenerator gen)
Writes the event to the given PSGenerator. |
java.lang.String |
getName()
Returns the name of the DSC comment. |
boolean |
hasValues()
Indicates whether this DSC comment has values. |
boolean |
isAtend()
Indicates whether the DSC comment's value is "Atend". |
void |
parseValue(java.lang.String value)
Parses the value of the DSC comment. |
Methods inherited from interface org.apache.xmlgraphics.ps.dsc.events.DSCEvent |
---|
asDSCComment, asLine, getEventType, isComment, isDSCComment, isHeaderComment, isLine |
Method Detail |
---|
java.lang.String getName()
void parseValue(java.lang.String value)
value
- the valueboolean hasValues()
boolean isAtend()
void generate(PSGenerator gen) throws java.io.IOException
DSCEvent
generate
in interface DSCEvent
gen
- the PSGenerator to write to
java.io.IOException
- In case of an I/O errorDSCEvent.generate(
org.apache.xmlgraphics.ps.PSGenerator)
|
xmlgraphics-commons 1.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |