Package | Description |
---|---|
org.kepler.gui.state | |
org.kepler.reporting.gui | |
org.kepler.reporting.rio | |
org.kepler.reporting.rio.fop | |
org.kepler.reporting.rio.test |
Modifier and Type | Method and Description |
---|---|
ReportInstance |
ReportingStateChangeEvent.getReportInstance() |
Modifier and Type | Method and Description |
---|---|
void |
ReportingStateChangeEvent.setReportInstance(ReportInstance reportInstance) |
Modifier and Type | Method and Description |
---|---|
void |
ReportViewerPanel.setReport(ReportInstance report) |
Modifier and Type | Method and Description |
---|---|
static ReportInstance |
ReportAssembler.populateReport(Queryable queryable,
ReportLayout reportLayout,
KeplerLSID lsid,
int execId,
TableauFrame tableauFrame) |
static ReportInstance |
ReportAssembler.populateReportWithLatest(Queryable queryable,
ReportLayout reportLayout,
KeplerLSID lsid,
TableauFrame tableauFrame) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
RIORenderer.htmlRIO(ReportInstance rio)
Deprecated.
|
static javax.swing.JPanel |
RIORenderer.jpanelRIO(ReportInstance rio)
Deprecated.
|
static java.io.File |
RIORenderer.pdfRIO(ReportInstance rio)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ReportInstance |
ReportParser.parse(org.w3c.dom.Node rootNode) |
Modifier and Type | Method and Description |
---|---|
static java.awt.Component |
ReportRenderer.convertReport2AWT(ReportInstance report,
java.io.InputStream xslt)
Used for embedding a viewer pane in swing applications
|
static void |
ReportRenderer.convertReport2FO(ReportInstance report,
java.io.File xslt,
java.io.File fo) |
static void |
ReportRenderer.convertReport2HTML(ReportInstance report,
java.io.File xslt,
java.io.File html)
Converts a Report object to a PDF file.
|
static void |
ReportRenderer.convertReport2PDF(ReportInstance report,
java.io.File pdf,
java.io.InputStream xsltStream)
Converts a Report object to a PDF file.
|
void |
ReportRenderer.renderReportAsAWT(ReportInstance report,
java.io.File xslt)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ReportInstance |
ReportTest.makeReport() |