Uses of Class
net.sf.jasperreports.engine.type.LineDirectionEnum
-
Packages that use LineDirectionEnum Package Description 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.export.ooxml Provides utility classes for exporting reports to Office Open XML Format, such as DOCX, XLSX and PPTX.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. -
-
Uses of LineDirectionEnum in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return LineDirectionEnum Modifier and Type Method Description LineDirectionEnumJRLine. getDirectionValue()Gets the line direction.LineDirectionEnumJRPrintLine. getDirectionValue()Gets the line direction.Methods in net.sf.jasperreports.engine with parameters of type LineDirectionEnum Modifier and Type Method Description voidJRLine. setDirection(LineDirectionEnum lineDirectionEnum)Sets the line direction.voidJRPrintLine. setDirection(LineDirectionEnum lineDirectionEnum)Sets the line direction. -
Uses of LineDirectionEnum in net.sf.jasperreports.engine.base
Fields in net.sf.jasperreports.engine.base declared as LineDirectionEnum Modifier and Type Field Description protected LineDirectionEnumJRBaseLine. directionValueprotected LineDirectionEnumJRBasePrintLine. directionValueMethods in net.sf.jasperreports.engine.base that return LineDirectionEnum Modifier and Type Method Description LineDirectionEnumJRBaseLine. getDirectionValue()LineDirectionEnumJRBasePrintLine. getDirectionValue()Methods in net.sf.jasperreports.engine.base with parameters of type LineDirectionEnum Modifier and Type Method Description voidJRBaseLine. setDirection(LineDirectionEnum directionValue)voidJRBasePrintLine. setDirection(LineDirectionEnum directionValue) -
Uses of LineDirectionEnum in net.sf.jasperreports.engine.design
Fields in net.sf.jasperreports.engine.design declared as LineDirectionEnum Modifier and Type Field Description protected LineDirectionEnumJRDesignLine. directionValueMethods in net.sf.jasperreports.engine.design that return LineDirectionEnum Modifier and Type Method Description LineDirectionEnumJRDesignLine. getDirectionValue()Methods in net.sf.jasperreports.engine.design with parameters of type LineDirectionEnum Modifier and Type Method Description voidJRDesignLine. setDirection(LineDirectionEnum directionValue) -
Uses of LineDirectionEnum in net.sf.jasperreports.engine.export.ooxml
Fields in net.sf.jasperreports.engine.export.ooxml declared as LineDirectionEnum Modifier and Type Field Description protected LineDirectionEnumXlsxBorderInfo. directionprotected LineDirectionEnumXlsxStyleInfo. directionMethods in net.sf.jasperreports.engine.export.ooxml that return LineDirectionEnum Modifier and Type Method Description LineDirectionEnumXlsxBorderInfo. getDirection()Methods in net.sf.jasperreports.engine.export.ooxml with parameters of type LineDirectionEnum Modifier and Type Method Description voidXlsxCellHelper. exportHeader(JRExporterGridCell gridCell, JRPrintElement element, int rowIndex, int colIndex, int maxColIndex, TextValue textValue, String pattern, Locale locale, boolean isWrapText, boolean isHidden, boolean isLocked, boolean isShrinkToFit, boolean isIgnoreTextFormatting, RotationEnum rotation, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction)voidXlsxCellHelper. exportHeader(JRExporterGridCell gridCell, JRPrintElement element, int rowIndex, int colIndex, int maxColIndex, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction)voidXlsxCellHelper. exportHeader(JRLineBox box, int rowIndex, int colIndex, int maxColIndex, TextValue textValue, String pattern, Locale locale, boolean isWrapText, boolean isHidden, boolean isLocked, boolean isShrinkToFit, boolean isIgnoreTextFormatting, RotationEnum rotation, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction, JRStyle parentStyle)voidXlsxCellHelper. exportHeader(JRPrintElement element, int rowIndex, int colIndex, int maxColIndex, TextValue textValue, String pattern, Locale locale, boolean isWrapText, boolean isHidden, boolean isLocked, boolean isShrinkToFit, boolean isIgnoreTextFormatting, RotationEnum rotation, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction, JRStyle parentStyle)intXlsxBorderHelper. getBorder(JRExporterGridCell gridCell, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction)intXlsxBorderHelper. getBorder(JRLineBox box, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction, JRStyle parentStyle)intXlsxBorderHelper. getBorder(JRPrintElement element, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction, JRStyle parentStyle)intXlsxStyleHelper. getCellStyle(JRExporterGridCell gridCell, JRPrintElement element, String pattern, Locale locale, boolean isWrapText, boolean isHidden, boolean isLocked, boolean isShrinkToFit, boolean isIgnoreTextFormatting, RotationEnum rotation, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction)intXlsxStyleHelper. getCellStyle(JRLineBox box, String pattern, Locale locale, boolean isWrapText, boolean isHidden, boolean isLocked, boolean isShrinkToFit, boolean isIgnoreTextFormatting, RotationEnum rotation, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction, JRStyle parentStyle)intXlsxStyleHelper. getCellStyle(JRPrintElement element, String pattern, Locale locale, boolean isWrapText, boolean isHidden, boolean isLocked, boolean isShrinkToFit, boolean isIgnoreTextFormatting, RotationEnum rotation, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction, JRStyle parentStyle)Constructors in net.sf.jasperreports.engine.export.ooxml with parameters of type LineDirectionEnum Constructor Description XlsxBorderInfo(JRLineBox box, LineDirectionEnum direction)XlsxStyleInfo(int formatIndex, int fontIndex, int borderIndex, boolean isWrapText, boolean isHidden, boolean isLocked, boolean isShrinkToFit, boolean isIgnoreTextFormatting, int rotation, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction)XlsxStyleInfo(int formatIndex, int fontIndex, int borderIndex, JRExporterGridCell gridCell, JRPrintElement element, boolean isWrapText, boolean isHidden, boolean isLocked, boolean isShrinkToFit, boolean isIgnoreTextFormatting, int rotation, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction)XlsxStyleInfo(int formatIndex, int fontIndex, int borderIndex, JRPrintElement element, boolean isWrapText, boolean isHidden, boolean isLocked, boolean isShrinkToFit, boolean isIgnoreTextFormatting, int rotation, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction, JRStyle parentStyle) -
Uses of LineDirectionEnum in net.sf.jasperreports.engine.fill
Fields in net.sf.jasperreports.engine.fill declared as LineDirectionEnum Modifier and Type Field Description protected LineDirectionEnumJRTemplateLine. directionValueMethods in net.sf.jasperreports.engine.fill that return LineDirectionEnum Modifier and Type Method Description LineDirectionEnumJRFillLine. getDirectionValue()LineDirectionEnumJRTemplateLine. getDirectionValue()LineDirectionEnumJRTemplatePrintLine. getDirectionValue()Methods in net.sf.jasperreports.engine.fill with parameters of type LineDirectionEnum Modifier and Type Method Description voidJRFillLine. setDirection(LineDirectionEnum direction)voidJRTemplateLine. setDirection(LineDirectionEnum directionValue)voidJRTemplatePrintLine. setDirection(LineDirectionEnum direction) -
Uses of LineDirectionEnum in net.sf.jasperreports.engine.type
Methods in net.sf.jasperreports.engine.type that return LineDirectionEnum Modifier and Type Method Description static LineDirectionEnumLineDirectionEnum. getByName(String name)static LineDirectionEnumLineDirectionEnum. getByValue(byte value)Deprecated.Used only by deprecated serialized fields.static LineDirectionEnumLineDirectionEnum. getByValue(Byte value)Deprecated.Used only by deprecated serialized fields.static LineDirectionEnumLineDirectionEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static LineDirectionEnum[]LineDirectionEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-