Package | Description |
---|---|
net.sf.jasperreports.components.table.fill | |
net.sf.jasperreports.crosstabs | |
net.sf.jasperreports.crosstabs.base | |
net.sf.jasperreports.crosstabs.design | |
net.sf.jasperreports.engine |
Provides access to the library's main functionality through façade classes for compiling, filling
and exporting reports and also publishes the library's main interfaces and classes.
|
net.sf.jasperreports.engine.base |
Contains base implementations for the library's main interfaces.
|
net.sf.jasperreports.engine.design |
Contains design time implementations for the library's main interfaces as well as report compiling tools.
|
net.sf.jasperreports.engine.export |
Provides utility classes for exporting reports to various popular formats.
|
net.sf.jasperreports.engine.fill |
Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports).
|
net.sf.jasperreports.engine.type |
Modifier and Type | Method and Description |
---|---|
RunDirectionEnum |
TableReport.getColumnDirection() |
Modifier and Type | Method and Description |
---|---|
RunDirectionEnum |
JRCrosstab.getRunDirectionValue()
Retrieves the run direction of this crosstab
|
Modifier and Type | Method and Description |
---|---|
void |
JRCrosstab.setRunDirection(RunDirectionEnum runDirectionEnum)
Sets the run direction of the crosstab.
|
Modifier and Type | Field and Description |
---|---|
protected RunDirectionEnum |
JRBaseCrosstab.runDirectionValue |
Modifier and Type | Method and Description |
---|---|
RunDirectionEnum |
JRBaseCrosstab.getRunDirectionValue() |
Modifier and Type | Method and Description |
---|---|
void |
JRBaseCrosstab.setRunDirection(RunDirectionEnum runDirectionValue) |
Modifier and Type | Field and Description |
---|---|
protected RunDirectionEnum |
JRDesignCrosstab.runDirectionValue |
Modifier and Type | Method and Description |
---|---|
RunDirectionEnum |
JRDesignCrosstab.getRunDirectionValue() |
Modifier and Type | Method and Description |
---|---|
void |
JRDesignCrosstab.setRunDirection(RunDirectionEnum runDirectionValue) |
Modifier and Type | Method and Description |
---|---|
RunDirectionEnum |
JRReport.getColumnDirection()
Specifies whether columns will be filled from left to right or from right to left.
|
RunDirectionEnum |
JRPrintText.getRunDirectionValue()
Gets the text run direction.
|
Modifier and Type | Method and Description |
---|---|
void |
JRPrintText.setRunDirection(RunDirectionEnum runDirectionEnum)
Sets the text run direction.
|
Modifier and Type | Field and Description |
---|---|
protected RunDirectionEnum |
JRBaseReport.columnDirection |
protected RunDirectionEnum |
JRBasePrintText.runDirectionValue |
Modifier and Type | Method and Description |
---|---|
RunDirectionEnum |
JRBaseReport.getColumnDirection() |
RunDirectionEnum |
JRBasePrintText.getRunDirectionValue() |
Modifier and Type | Method and Description |
---|---|
void |
JRBasePrintText.setRunDirection(RunDirectionEnum runDirectionValue) |
Modifier and Type | Method and Description |
---|---|
void |
JasperDesign.setColumnDirection(RunDirectionEnum columnDirection)
Sets the column direction.
|
Modifier and Type | Field and Description |
---|---|
protected RunDirectionEnum |
JRXlsAbstractExporter.sheetDirection |
Modifier and Type | Field and Description |
---|---|
protected RunDirectionEnum |
JRBaseFiller.columnDirection |
Modifier and Type | Method and Description |
---|---|
RunDirectionEnum |
JRTemplatePrintText.getRunDirectionValue() |
RunDirectionEnum |
JRFillCrosstab.getRunDirectionValue() |
RunDirectionEnum |
JRFillTextElement.getRunDirectionValue() |
Modifier and Type | Method and Description |
---|---|
void |
JRTemplatePrintText.setRunDirection(RunDirectionEnum runDirectionValue) |
void |
JRFillCrosstab.setRunDirection(RunDirectionEnum runDirection) |
Modifier and Type | Method and Description |
---|---|
static RunDirectionEnum |
RunDirectionEnum.getByName(java.lang.String name) |
static RunDirectionEnum |
RunDirectionEnum.getByValue(byte value) |
static RunDirectionEnum |
RunDirectionEnum.getByValue(java.lang.Byte value) |
static RunDirectionEnum |
RunDirectionEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RunDirectionEnum[] |
RunDirectionEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com