|
xmlgraphics-commons 1.5 | |||||||||
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. |
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(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 |
---|
String getName()
void parseValue(String value)
value
- the valueboolean hasValues()
boolean isAtend()
void generate(PSGenerator gen) throws IOException
DSCEvent
generate
in interface DSCEvent
gen
- the PSGenerator to write to
IOException
- In case of an I/O errorDSCEvent.generate(
org.apache.xmlgraphics.ps.PSGenerator)
|
xmlgraphics-commons 1.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |