|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjimm.datavision.layout.LayoutEngine
jimm.datavision.layout.excel.ExcelLE
public class ExcelLE
| Field Summary | |
|---|---|
(package private) short |
colAt
|
(package private) int |
fieldNum
|
protected java.io.OutputStream |
outStream
|
(package private) int |
pageNum
|
(package private) double |
pastPageUsed
|
(package private) int |
rowAt
|
(package private) boolean |
showPageHeaders
|
| Fields inherited from class jimm.datavision.layout.LayoutEngine |
|---|
currentSection, newPage, out, pageHeight, pageHeightUsed, pageNumber, pageWidth, POINTS_PER_INCH, previousSectionArea, report, SECT_DETAIL, SECT_GROUP_FOOTER, SECT_GROUP_HEADER, SECT_PAGE_FOOTER, SECT_PAGE_HEADER, SECT_REPORT_FOOTER, SECT_REPORT_HEADER, wantsMoreData |
| Constructor Summary | |
|---|---|
ExcelLE(java.io.OutputStream out,
boolean showAllPageHeaders)
Creates a new instance of the Excel LayoutEngine. |
|
| Method Summary | |
|---|---|
protected void |
doEnd()
Called by end as a chance to insert behavior when the
report ends. |
protected void |
doOutputField(Field field)
Called by outputField as a chance to insert behavior
when a field is output. |
protected void |
doOutputImage(ImageField imageField)
Called by outputImage as a chance to insert behavior
when a image is output. |
protected void |
doOutputLine(Line line)
Called by outputLine as a chance to insert behavior
when a line is output. |
protected void |
doStart()
Called by start as a chance to insert behavior when the
report starts. |
protected void |
doStartPage()
Called by startPage as a chance to insert behavior when a
new page starts. |
| Methods inherited from class jimm.datavision.layout.LayoutEngine |
|---|
calcDetailHeight, calcPageFooterHeight, calcReportFooterHeight, calcSectionHeights, cancel, checkRemainingPageLength, closeOutput, currentSectionTypeAsString, detail, doEndPage, doOutputSection, end, endPage, groupFooters, groupHeaders, outputField, outputImage, outputLine, outputSection, pageHeight, pageNumber, pageWidth, setReport, start, startPage, wantsMoreData |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.io.OutputStream outStream
int rowAt
short colAt
int fieldNum
double pastPageUsed
boolean showPageHeaders
int pageNum
| Constructor Detail |
|---|
public ExcelLE(java.io.OutputStream out,
boolean showAllPageHeaders)
out - This is a binary outputstream for receiving the generated Excel fileshowAllPageHeaders - This is a flag that instructs the layoutengine to reprint all
page headers sent by the report engine. Setting this to false will print
the page header only the first time and then ignore the rest.| Method Detail |
|---|
protected void doStart()
LayoutEnginestart as a chance to insert behavior when the
report starts.
doStart in class LayoutEngineprotected void doEnd()
LayoutEngineend as a chance to insert behavior when the
report ends.
doEnd in class LayoutEngineprotected void doStartPage()
LayoutEnginestartPage as a chance to insert behavior when a
new page starts.
doStartPage in class LayoutEngineprotected void doOutputField(Field field)
LayoutEngineoutputField as a chance to insert behavior
when a field is output.
doOutputField in class LayoutEnginefield - a fieldprotected void doOutputImage(ImageField imageField)
LayoutEngineoutputImage as a chance to insert behavior
when a image is output.
doOutputImage in class LayoutEngineimageField - an image fieldprotected void doOutputLine(Line line)
LayoutEngineoutputLine as a chance to insert behavior
when a line is output.
doOutputLine in class LayoutEngineline - a line
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||