|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--org.jfree.xml.writer.XMLWriterSupport
|
+--org.jfree.report.modules.parser.extwriter.AbstractXMLDefinitionWriter
|
+--org.jfree.report.modules.parser.extwriter.StyleWriter
A style writer. This class will write a single stylesheet into the writer.
| Fields inherited from class org.jfree.xml.writer.XMLWriterSupport |
CLOSE,
CLOSE_TAG_DECREASE,
INDENT_ONLY,
OPEN,
OPEN_TAG_INCREASE |
| Constructor Summary | |
StyleWriter(ReportWriter reportWriter,
ElementStyleSheet elementStyleSheet,
int indentLevel,
CommentHintPath commentPath)
Creates a new writer. |
|
| Method Summary | |
void |
write(java.io.Writer writer)
Writes the style sheet. |
| Methods inherited from class org.jfree.report.modules.parser.extwriter.AbstractXMLDefinitionWriter |
getDefaultSafeTags,
getReport,
getReportWriter,
normalize,
writeComment,
writeComment |
| Methods inherited from class org.jfree.xml.writer.XMLWriterSupport |
allowLineBreak,
decreaseIndent,
endBlock,
getIndentLevel,
getLineSeparator,
getSafeTags,
increaseIndent,
indent,
startBlock,
writeCloseTag,
writeTag,
writeTag,
writeTag,
writeTag |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public StyleWriter(ReportWriter reportWriter,
ElementStyleSheet elementStyleSheet,
int indentLevel,
CommentHintPath commentPath)
reportWriter - the report writer.elementStyleSheet - the element style sheet (never null).indentLevel - the current indention level.commentPath - the path on where to search for ext-parser comments in the
report builder hints.| Method Detail |
public void write(java.io.Writer writer)
throws java.io.IOException,
ReportWriterException
writer - the character stream writer.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||