|
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.PSGenerator
public class PSGenerator
PSGenerator is a PostScript generator that supports generation of report in PostScript.
| Field Summary |
|---|
| Fields inherited from class inetsoft.report.io.AbstractGenerator |
|---|
docInfo |
| Constructor Summary | |
|---|---|
PSGenerator()
Create a generator. |
|
PSGenerator(OutputStream out)
Create a generator to the specified output. |
|
| Method Summary | |
|---|---|
void |
cancel()
Cancel the generation if one if on going. |
void |
generate(Enumeration pages)
Generate PostScript file from a collection of StylePage objects. |
void |
generate(ReportSheet report)
Generate PostScript file. |
void |
generate(ReportSheet sheet,
Enumeration pages)
Write a collection of pages to text. |
protected Graphics |
getGraphics()
Get the graphics object for a new page. |
protected Dimension |
getPageDimension()
Get the graphics object for a new page. |
Size |
getPageSize()
Get the output page size. |
PSPrinter |
getPrinter()
Get the PSPrinter used inside this generator. |
void |
setPageSize(Size pgsize)
Set the output page size. |
| 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 PSGenerator()
public PSGenerator(OutputStream out)
| Method Detail |
|---|
public void generate(ReportSheet sheet,
Enumeration pages)
throws IOException
IOExceptionpublic void generate(ReportSheet report)
report - report object.public void generate(Enumeration pages)
public void cancel()
public PSPrinter getPrinter()
protected Graphics getGraphics()
protected Dimension getPageDimension()
public void setPageSize(Size pgsize)
pgsize - page size in inches.public Size getPageSize()
|
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 | ||||||||