Package | Description |
---|---|
net.sf.jasperreports.components.table.fill |
Contains fill time implementations for Table component related interfaces.
|
net.sf.jasperreports.crosstabs |
Contains classes for the Crosstab report element.
|
net.sf.jasperreports.crosstabs.base |
Contains base classes for the Crosstab report element.
|
net.sf.jasperreports.crosstabs.design |
Contains design classes for the Crosstab report element.
|
net.sf.jasperreports.engine |
Provides access to the library's main functionality through facade 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.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 |
Contains
enum types used by the library's main classes. |
net.sf.jasperreports.export |
Provides exporter input, exporter output and exporter configurations
|
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 |
JRBaseFiller.columnDirection |
Modifier and Type | Method and Description |
---|---|
RunDirectionEnum |
JRFillTextElement.getRunDirectionValue() |
RunDirectionEnum |
JRFillCrosstab.getRunDirectionValue() |
RunDirectionEnum |
JRTemplatePrintText.getRunDirectionValue() |
Modifier and Type | Method and Description |
---|---|
void |
JRFillCrosstab.setRunDirection(RunDirectionEnum runDirection) |
void |
JRTemplatePrintText.setRunDirection(RunDirectionEnum runDirectionValue) |
Modifier and Type | Method and Description |
---|---|
static RunDirectionEnum |
RunDirectionEnum.getByName(String name) |
static RunDirectionEnum |
RunDirectionEnum.getByValue(byte value)
Deprecated.
Used only by deprecated serialized fields.
|
static RunDirectionEnum |
RunDirectionEnum.getByValue(Byte value)
Deprecated.
Used only by deprecated serialized fields.
|
static RunDirectionEnum |
RunDirectionEnum.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
RunDirectionEnum |
AbstractXlsReportConfiguration.getSheetDirection() |
RunDirectionEnum |
XlsReportConfiguration.getSheetDirection()
This setting indicates if the sheet is left-to-right or right-to-left oriented.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractXlsReportConfiguration.setSheetDirection(RunDirectionEnum sheetDirection) |
Copyright © 2017. All rights reserved.