|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.report.io.AbstractGenerator
inetsoft.report.io.SVGGenerator
public class SVGGenerator
Generates a SVG page from a report or a set of StylePages.
| Field Summary |
|---|
| Fields inherited from class inetsoft.report.io.AbstractGenerator |
|---|
docInfo |
| Constructor Summary | |
|---|---|
SVGGenerator(OutputStream output)
Create a SVGGenerator. |
|
| Method Summary | |
|---|---|
void |
cancel()
Cancel the generation if one is going on. |
void |
generate(Enumeration pages)
Write a collection of pages to html. |
void |
generate(ReportSheet sheet)
Export a report. |
void |
generate(ReportSheet sheet,
Enumeration pages)
Write a collection of pages to text. |
Dimension |
getPageSize()
Deprecated. replaced by ReportSheet.getPageSize(). |
void |
setPageSize(Size size)
Deprecated. replaced by ReportSheet.setPageSize(). |
protected void |
writePages(Enumeration pages)
Write a set of pages to a SVG file. |
| Methods inherited from class inetsoft.report.io.AbstractGenerator |
|---|
addProgressListener, fireProgressEvent, getCachePages, getOutput, getReportCache, getReportId, removeProgressListener, setDocumentInfo, setOutput, setReportCache, setReportId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SVGGenerator(OutputStream output)
| Method Detail |
|---|
public void setPageSize(Size size)
size - Size object in inches.public Dimension getPageSize()
public void generate(ReportSheet sheet,
Enumeration pages)
throws IOException
IOException
public void generate(ReportSheet sheet)
throws IOException
sheet - report to export.
IOException
public void generate(Enumeration pages)
throws IOException
IOException
protected void writePages(Enumeration pages)
throws Exception
pages - a collection of StylePage objects.
Exceptionpublic void cancel()
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||