|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ExportFactory
Interface for factory classes that create export generators and formatters.
| Field Summary | |
|---|---|
static int |
FORMATTER
Type flag indicating that the factory creates a Formatter instance. |
static int |
GENERATOR
Type flag indicating that the factory creates a Generator instance. |
static int |
MULTIPLE_TIMES
The exporter will access every style page for multiple times. |
static int |
ONCE
The exporter will access every style page once. |
static int |
ZERO
The exporter will not access style page. |
| Method Summary | |
|---|---|
Object |
createExporter(OutputStream output,
Object data)
Creates the generator or formatter for the export type supported by this factory. |
int |
getExporterType()
Gets the type of exporter created by this factory. |
int |
getPageAccess()
Get the page access type, 0 - not required, 1 - once, 2 - more than once. |
| Field Detail |
|---|
static final int GENERATOR
static final int FORMATTER
static final int ZERO
static final int ONCE
static final int MULTIPLE_TIMES
| Method Detail |
|---|
Object createExporter(OutputStream output,
Object data)
getType.
output - the output stream to which the exported file will be
written.data - data specific to the type of export.
int getExporterType()
GENERATOR or FORMATTER.
int getPageAccess()
|
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 | ||||||||