Uses of Class
net.sf.jasperreports.engine.type.RunDirectionEnum
-
Packages that use RunDirectionEnum 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 Containsenumtypes used by the library's main classes.net.sf.jasperreports.export Provides exporter input, exporter output and exporter configurations -
-
Uses of RunDirectionEnum in net.sf.jasperreports.components.table.fill
Methods in net.sf.jasperreports.components.table.fill that return RunDirectionEnum Modifier and Type Method Description RunDirectionEnumTableReport. getColumnDirection() -
Uses of RunDirectionEnum in net.sf.jasperreports.crosstabs
Methods in net.sf.jasperreports.crosstabs that return RunDirectionEnum Modifier and Type Method Description RunDirectionEnumJRCrosstab. getRunDirectionValue()Retrieves the run direction of this crosstabMethods in net.sf.jasperreports.crosstabs with parameters of type RunDirectionEnum Modifier and Type Method Description voidJRCrosstab. setRunDirection(RunDirectionEnum runDirectionEnum)Sets the run direction of the crosstab. -
Uses of RunDirectionEnum in net.sf.jasperreports.crosstabs.base
Fields in net.sf.jasperreports.crosstabs.base declared as RunDirectionEnum Modifier and Type Field Description protected RunDirectionEnumJRBaseCrosstab. runDirectionValueMethods in net.sf.jasperreports.crosstabs.base that return RunDirectionEnum Modifier and Type Method Description RunDirectionEnumJRBaseCrosstab. getRunDirectionValue()Methods in net.sf.jasperreports.crosstabs.base with parameters of type RunDirectionEnum Modifier and Type Method Description voidJRBaseCrosstab. setRunDirection(RunDirectionEnum runDirectionValue) -
Uses of RunDirectionEnum in net.sf.jasperreports.crosstabs.design
Fields in net.sf.jasperreports.crosstabs.design declared as RunDirectionEnum Modifier and Type Field Description protected RunDirectionEnumJRDesignCrosstab. runDirectionValueMethods in net.sf.jasperreports.crosstabs.design that return RunDirectionEnum Modifier and Type Method Description RunDirectionEnumJRDesignCrosstab. getRunDirectionValue()Methods in net.sf.jasperreports.crosstabs.design with parameters of type RunDirectionEnum Modifier and Type Method Description voidJRDesignCrosstab. setRunDirection(RunDirectionEnum runDirectionValue) -
Uses of RunDirectionEnum in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return RunDirectionEnum Modifier and Type Method Description RunDirectionEnumJRReport. getColumnDirection()Specifies whether columns will be filled from left to right or from right to left.RunDirectionEnumJRPrintText. getRunDirectionValue()Gets the text run direction.Methods in net.sf.jasperreports.engine with parameters of type RunDirectionEnum Modifier and Type Method Description voidJRPrintText. setRunDirection(RunDirectionEnum runDirectionEnum)Sets the text run direction. -
Uses of RunDirectionEnum in net.sf.jasperreports.engine.base
Fields in net.sf.jasperreports.engine.base declared as RunDirectionEnum Modifier and Type Field Description protected RunDirectionEnumJRBaseReport. columnDirectionprotected RunDirectionEnumJRBasePrintText. runDirectionValueMethods in net.sf.jasperreports.engine.base that return RunDirectionEnum Modifier and Type Method Description RunDirectionEnumJRBaseReport. getColumnDirection()RunDirectionEnumJRBasePrintText. getRunDirectionValue()Methods in net.sf.jasperreports.engine.base with parameters of type RunDirectionEnum Modifier and Type Method Description voidJRBasePrintText. setRunDirection(RunDirectionEnum runDirectionValue) -
Uses of RunDirectionEnum in net.sf.jasperreports.engine.design
Methods in net.sf.jasperreports.engine.design with parameters of type RunDirectionEnum Modifier and Type Method Description voidJasperDesign. setColumnDirection(RunDirectionEnum columnDirection)Sets the column direction. -
Uses of RunDirectionEnum in net.sf.jasperreports.engine.fill
Fields in net.sf.jasperreports.engine.fill declared as RunDirectionEnum Modifier and Type Field Description protected RunDirectionEnumJRBaseFiller. columnDirectionMethods in net.sf.jasperreports.engine.fill that return RunDirectionEnum Modifier and Type Method Description RunDirectionEnumJRFillCrosstab. getRunDirectionValue()RunDirectionEnumJRFillTextElement. getRunDirectionValue()RunDirectionEnumJRTemplatePrintText. getRunDirectionValue()Methods in net.sf.jasperreports.engine.fill with parameters of type RunDirectionEnum Modifier and Type Method Description voidJRFillCrosstab. setRunDirection(RunDirectionEnum runDirection)voidJRTemplatePrintText. setRunDirection(RunDirectionEnum runDirectionValue) -
Uses of RunDirectionEnum in net.sf.jasperreports.engine.type
Methods in net.sf.jasperreports.engine.type that return RunDirectionEnum Modifier and Type Method Description static RunDirectionEnumRunDirectionEnum. getByName(String name)static RunDirectionEnumRunDirectionEnum. getByValue(byte value)Deprecated.Used only by deprecated serialized fields.static RunDirectionEnumRunDirectionEnum. getByValue(Byte value)Deprecated.Used only by deprecated serialized fields.static RunDirectionEnumRunDirectionEnum. 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. -
Uses of RunDirectionEnum in net.sf.jasperreports.export
Methods in net.sf.jasperreports.export that return RunDirectionEnum Modifier and Type Method Description RunDirectionEnumAbstractXlsReportConfiguration. getSheetDirection()RunDirectionEnumXlsReportConfiguration. getSheetDirection()This setting indicates if the sheet is left-to-right or right-to-left oriented.Methods in net.sf.jasperreports.export with parameters of type RunDirectionEnum Modifier and Type Method Description voidAbstractXlsReportConfiguration. setSheetDirection(RunDirectionEnum sheetDirection)
-