Uses of Interface
net.sf.jasperreports.engine.JRLineBox
-
Packages that use JRLineBox Package Description net.sf.jasperreports.charts.base Contains base implementations for chart related interfaces.net.sf.jasperreports.charts.design Contains design time implementations for chart related interfaces.net.sf.jasperreports.charts.fill Contains fill time implementations for chart related interfaces.net.sf.jasperreports.components.iconlabel Contains classes for the built-in Icon Label component.net.sf.jasperreports.components.table Contains classes for the built-in Table component.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.export Provides utility classes for exporting reports to various popular formats such as PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.net.sf.jasperreports.engine.export.draw Contains classes for drawing elements at export time.net.sf.jasperreports.engine.export.oasis Provides utility classes for exporting reports to Open Document Format, such as ODT and ODS.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.export.tabulator 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.util Contains utility classes for the core library.net.sf.jasperreports.engine.xml.print net.sf.jasperreports.jackson.util net.sf.jasperreports.pdf net.sf.jasperreports.poi.export -
-
Uses of JRLineBox in net.sf.jasperreports.charts.base
Fields in net.sf.jasperreports.charts.base declared as JRLineBox Modifier and Type Field Description protected JRLineBox
JRBaseChart. lineBox
Methods in net.sf.jasperreports.charts.base that return JRLineBox Modifier and Type Method Description JRLineBox
JRBaseChart. getLineBox()
-
Uses of JRLineBox in net.sf.jasperreports.charts.design
Fields in net.sf.jasperreports.charts.design declared as JRLineBox Modifier and Type Field Description protected JRLineBox
JRDesignChart. lineBox
Methods in net.sf.jasperreports.charts.design that return JRLineBox Modifier and Type Method Description JRLineBox
JRDesignChart. getLineBox()
-
Uses of JRLineBox in net.sf.jasperreports.charts.fill
Fields in net.sf.jasperreports.charts.fill declared as JRLineBox Modifier and Type Field Description protected JRLineBox
JRFillChart. initLineBox
protected JRLineBox
JRFillChart. lineBox
Methods in net.sf.jasperreports.charts.fill that return JRLineBox Modifier and Type Method Description JRLineBox
JRFillChart. getLineBox()
-
Uses of JRLineBox in net.sf.jasperreports.components.iconlabel
Methods in net.sf.jasperreports.components.iconlabel that return JRLineBox Modifier and Type Method Description JRLineBox
IconLabelComponent. getLineBox()
JRLineBox
IconLabelComponentFill. getLineBox()
Methods in net.sf.jasperreports.components.iconlabel with parameters of type JRLineBox Modifier and Type Method Description void
IconLabelComponent. setLineBox(JRLineBox lineBox)
-
Uses of JRLineBox in net.sf.jasperreports.components.table
Fields in net.sf.jasperreports.components.table declared as JRLineBox Modifier and Type Field Description protected JRLineBox
CompiledBaseCell. box
protected JRLineBox
DesignBaseCell. box
Methods in net.sf.jasperreports.components.table that return JRLineBox Modifier and Type Method Description JRLineBox
CompiledBaseCell. getLineBox()
JRLineBox
DesignBaseCell. getLineBox()
-
Uses of JRLineBox in net.sf.jasperreports.crosstabs.base
Fields in net.sf.jasperreports.crosstabs.base declared as JRLineBox Modifier and Type Field Description protected JRLineBox
JRBaseCellContents. lineBox
protected JRLineBox
JRBaseCrosstab. lineBox
Methods in net.sf.jasperreports.crosstabs.base that return JRLineBox Modifier and Type Method Description JRLineBox
JRBaseCellContents. getLineBox()
JRLineBox
JRBaseCrosstab. getLineBox()
-
Uses of JRLineBox in net.sf.jasperreports.crosstabs.design
Fields in net.sf.jasperreports.crosstabs.design declared as JRLineBox Modifier and Type Field Description protected JRLineBox
JRDesignCrosstab. lineBox
Methods in net.sf.jasperreports.crosstabs.design that return JRLineBox Modifier and Type Method Description JRLineBox
JRDesignCellContents. getLineBox()
JRLineBox
JRDesignCrosstab. getLineBox()
-
Uses of JRLineBox in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return JRLineBox Modifier and Type Method Description JRLineBox
JRLineBox. clone(JRBoxContainer boxContainer)
JRLineBox
JRBoxContainer. getLineBox()
Methods in net.sf.jasperreports.engine with parameters of type JRLineBox Modifier and Type Method Description JRPen
JRBoxPenProvider. getPen(JRLineBox box)
Gets the pen object. -
Uses of JRLineBox in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRLineBox Modifier and Type Class Description class
JRBaseLineBox
This is useful for drawing borders around text elements and images.Fields in net.sf.jasperreports.engine.base declared as JRLineBox Modifier and Type Field Description protected JRLineBox
JRBaseBoxPen. lineBox
protected JRLineBox
JRBaseFrame. lineBox
protected JRLineBox
JRBaseImage. lineBox
protected JRLineBox
JRBasePrintImage. lineBox
protected JRLineBox
JRBasePrintText. lineBox
protected JRLineBox
JRBaseStyle. lineBox
protected JRLineBox
JRBaseTextElement. lineBox
Methods in net.sf.jasperreports.engine.base that return JRLineBox Modifier and Type Method Description JRLineBox
JRBaseLineBox. clone(JRBoxContainer boxContainer)
JRLineBox
JRBaseBoxPen. getBox()
JRLineBox
JRBoxPen. getBox()
JRLineBox
JRBaseFrame. getLineBox()
JRLineBox
JRBaseImage. getLineBox()
JRLineBox
JRBasePrintFrame. getLineBox()
JRLineBox
JRBasePrintImage. getLineBox()
JRLineBox
JRBasePrintText. getLineBox()
JRLineBox
JRBaseStyle. getLineBox()
JRLineBox
JRBaseTextElement. getLineBox()
Methods in net.sf.jasperreports.engine.base with parameters of type JRLineBox Modifier and Type Method Description JRBoxPen
JRBaseBoxPen. clone(JRLineBox lineBox)
JRBoxPen
JRBoxPen. clone(JRLineBox lineBox)
void
JRBasePrintFrame. copyBox(JRLineBox lineBox)
void
JRBasePrintImage. copyBox(JRLineBox lineBox)
void
JRBasePrintText. copyBox(JRLineBox lineBox)
JRPen
JRBaseBoxBottomPen. getPen(JRLineBox box)
JRPen
JRBaseBoxLeftPen. getPen(JRLineBox box)
JRPen
JRBaseBoxPen. getPen(JRLineBox box)
JRPen
JRBaseBoxRightPen. getPen(JRLineBox box)
JRPen
JRBaseBoxTopPen. getPen(JRLineBox box)
JRPen
JRBoxPen. getPen(JRLineBox box)
Constructors in net.sf.jasperreports.engine.base with parameters of type JRLineBox Constructor Description JRBaseBoxBottomPen(JRLineBox box)
JRBaseBoxLeftPen(JRLineBox box)
JRBaseBoxPen(JRLineBox box)
JRBaseBoxRightPen(JRLineBox box)
JRBaseBoxTopPen(JRLineBox box)
-
Uses of JRLineBox in net.sf.jasperreports.engine.design
Fields in net.sf.jasperreports.engine.design declared as JRLineBox Modifier and Type Field Description protected JRLineBox
JRDesignImage. lineBox
protected JRLineBox
JRDesignTextElement. lineBox
Methods in net.sf.jasperreports.engine.design that return JRLineBox Modifier and Type Method Description JRLineBox
JRDesignFrame. getLineBox()
JRLineBox
JRDesignImage. getLineBox()
JRLineBox
JRDesignTextElement. getLineBox()
Methods in net.sf.jasperreports.engine.design with parameters of type JRLineBox Modifier and Type Method Description void
JRDesignFrame. copyBox(JRLineBox lineBox)
-
Uses of JRLineBox in net.sf.jasperreports.engine.export
Methods in net.sf.jasperreports.engine.export that return JRLineBox Modifier and Type Method Description JRLineBox
GridCellStyle. getBox()
JRLineBox
JRExporterGridCell. getBox()
Methods in net.sf.jasperreports.engine.export with parameters of type JRLineBox Modifier and Type Method Description protected boolean
HtmlExporter. appendBorderStyle(JRLineBox box, StringBuilder styleBuffer)
protected boolean
HtmlExporter. appendPaddingStyle(JRLineBox box, StringBuilder styleBuffer)
protected GridCellStyle
JRGridLayout. cellStyle(Color backcolor, Color forecolor, JRLineBox box)
void
ElementGridCell. setBox(JRLineBox box)
void
ElementReplacementGridCell. setBox(JRLineBox box)
void
JRExporterGridCell. setBox(JRLineBox box)
Constructors in net.sf.jasperreports.engine.export with parameters of type JRLineBox Constructor Description GridCellStyle(Color backcolor, Color forecolor, JRLineBox box)
-
Uses of JRLineBox in net.sf.jasperreports.engine.export.draw
Methods in net.sf.jasperreports.engine.export.draw with parameters of type JRLineBox Modifier and Type Method Description protected void
ElementDrawer. drawBox(Graphics2D grx, JRLineBox box, JRPrintElement element, int offsetX, int offsetY)
-
Uses of JRLineBox in net.sf.jasperreports.engine.export.oasis
Methods in net.sf.jasperreports.engine.export.oasis with parameters of type JRLineBox Modifier and Type Method Description void
BorderStyle. setBox(JRLineBox box)
-
Uses of JRLineBox in net.sf.jasperreports.engine.export.ooxml
Methods in net.sf.jasperreports.engine.export.ooxml with parameters of type JRLineBox Modifier and Type Method Description void
XlsxBorderHelper. export(JRLineBox box)
void
DocxBorderHelper. exportBorder(JRLineBox box)
void
XlsxCellHelper. 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)
void
DocxBorderHelper. exportPadding(JRLineBox box)
protected void
JRPptxExporter. exportPen(JRLineBox lineBox)
int
XlsxBorderHelper. getBorder(JRLineBox box, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction, JRStyle parentStyle)
int
XlsxStyleHelper. 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)
int
XlsxFontHelper. getFont(JRLineBox box, Locale locale)
protected JRPen
JRPptxExporter. getPptxPen(JRLineBox box)
Constructors in net.sf.jasperreports.engine.export.ooxml with parameters of type JRLineBox Constructor Description DocxBorderInfo(JRLineBox box)
XlsxBorderInfo(JRLineBox box)
XlsxBorderInfo(JRLineBox box, LineDirectionEnum direction)
-
Uses of JRLineBox in net.sf.jasperreports.engine.export.tabulator
Methods in net.sf.jasperreports.engine.export.tabulator that return JRLineBox Modifier and Type Method Description protected JRLineBox
Tabulator.TableCellCreator. copyFrameBox(FrameCell frameCell, JRPrintFrame frame, JRLineBox baseBox, boolean keepLeft, boolean keepRight, boolean keepTop, boolean keepBottom)
protected JRLineBox
Tabulator.TableCellCreator. copyParentBox(Cell cell, JRPrintElement element, JRLineBox baseBox, boolean keepLeft, boolean keepRight, boolean keepTop, boolean keepBottom)
JRLineBox
TableCell. getBox()
Methods in net.sf.jasperreports.engine.export.tabulator with parameters of type JRLineBox Modifier and Type Method Description protected JRLineBox
Tabulator.TableCellCreator. copyFrameBox(FrameCell frameCell, JRPrintFrame frame, JRLineBox baseBox, boolean keepLeft, boolean keepRight, boolean keepTop, boolean keepBottom)
protected JRLineBox
Tabulator.TableCellCreator. copyParentBox(Cell cell, JRPrintElement element, JRLineBox baseBox, boolean keepLeft, boolean keepRight, boolean keepTop, boolean keepBottom)
void
TableCell. setBox(JRLineBox box)
Constructors in net.sf.jasperreports.engine.export.tabulator with parameters of type JRLineBox Constructor Description TableCell(Tabulator tabulator, TablePosition position, Cell cell, JRPrintElement element, TableCell.CellType cellType, int colSpan, int rowSpan, Color backcolor, JRLineBox box)
-
Uses of JRLineBox in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRLineBox Modifier and Type Class Description class
CachingLineBox
Fields in net.sf.jasperreports.engine.fill declared as JRLineBox Modifier and Type Field Description protected JRLineBox
JRFillImage. initLineBox
protected JRLineBox
JRFillTextElement. initLineBox
protected JRLineBox
JRFillCrosstab. lineBox
protected JRLineBox
JRFillFrame. lineBox
protected JRLineBox
JRFillImage. lineBox
protected JRLineBox
JRFillTextElement. lineBox
protected JRLineBox
JRTemplateFrame. lineBox
protected JRLineBox
JRTemplateText. lineBox
Methods in net.sf.jasperreports.engine.fill that return JRLineBox Modifier and Type Method Description JRLineBox
CachingLineBox. clone(JRBoxContainer boxContainer)
JRLineBox
JRFillCellContents. getLineBox()
JRLineBox
JRFillCrosstab. getLineBox()
JRLineBox
JRFillFrame. getLineBox()
JRLineBox
JRFillImage. getLineBox()
JRLineBox
JRFillTextElement. getLineBox()
JRLineBox
JRTemplateFrame. getLineBox()
JRLineBox
JRTemplateImage. getLineBox()
JRLineBox
JRTemplatePrintFrame. getLineBox()
JRLineBox
JRTemplatePrintImage. getLineBox()
JRLineBox
JRTemplatePrintText. getLineBox()
JRLineBox
JRTemplateText. getLineBox()
protected JRLineBox
JRFillTextElement. getPrintLineBox()
Methods in net.sf.jasperreports.engine.fill with parameters of type JRLineBox Modifier and Type Method Description void
JRTemplateFrame. copyBox(JRLineBox lineBox)
void
JRTemplateImage. copyLineBox(JRLineBox box)
Copies box attributes.void
JRTemplateText. copyLineBox(JRLineBox box)
Copies box attributes.protected void
JRFillCellContents. setBox(JRLineBox box)
Constructors in net.sf.jasperreports.engine.fill with parameters of type JRLineBox Constructor Description CachingLineBox(JRLineBox base)
-
Uses of JRLineBox in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util that return JRLineBox Modifier and Type Method Description static JRLineBox
JRBoxUtil. copyBordersNoPadding(JRLineBox box, boolean keepLeft, boolean keepRight, boolean keepTop, boolean keepBottom, JRLineBox complementaryBox)
Methods in net.sf.jasperreports.engine.util with parameters of type JRLineBox Modifier and Type Method Description static void
StyleUtil. appendBox(JRLineBox destBox, JRLineBox srcBox)
Merges two boxes, by appending the properties of the source box to the ones of the destination box.static void
JRBoxUtil. copy(JRLineBox source, JRLineBox dest)
static JRLineBox
JRBoxUtil. copyBordersNoPadding(JRLineBox box, boolean keepLeft, boolean keepRight, boolean keepTop, boolean keepBottom, JRLineBox complementaryBox)
static void
JRBoxUtil. eraseBox(JRLineBox box)
JRStyle
StyleResolver. getBaseStyle(JRLineBox box)
Integer
StyleResolver. getBottomPadding(JRLineBox box)
Integer
StyleResolver. getLeftPadding(JRLineBox box)
Integer
StyleResolver. getPadding(JRLineBox box)
Integer
StyleResolver. getRightPadding(JRLineBox box)
Integer
StyleResolver. getTopPadding(JRLineBox box)
static boolean
JRBoxUtil. hasOwnValues(JRLineBox box)
static void
JRBoxUtil. reset(JRLineBox box, boolean resetLeft, boolean resetRight, boolean resetTop, boolean resetBottom)
static void
JRBoxUtil. rotate(JRLineBox box, RotationEnum rotation)
void
JRApiWriter. writeBox(JRLineBox box, String boxHolder)
-
Uses of JRLineBox in net.sf.jasperreports.engine.xml.print
Methods in net.sf.jasperreports.engine.xml.print with parameters of type JRLineBox Modifier and Type Method Description void
BoxLoader. loadBox(XmlLoader xmlLoader, JRLineBox box)
-
Uses of JRLineBox in net.sf.jasperreports.jackson.util
Methods in net.sf.jasperreports.jackson.util with parameters of type JRLineBox Modifier and Type Method Description boolean
LineBoxSerializer. isEmpty(com.fasterxml.jackson.databind.SerializerProvider provider, JRLineBox value)
void
LineBoxSerializer. serialize(JRLineBox value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)
-
Uses of JRLineBox in net.sf.jasperreports.pdf
Methods in net.sf.jasperreports.pdf with parameters of type JRLineBox Modifier and Type Method Description protected void
JRPdfExporter. exportBox(JRLineBox box, JRPrintElement element)
-
Uses of JRLineBox in net.sf.jasperreports.poi.export
Methods in net.sf.jasperreports.poi.export with parameters of type JRLineBox Modifier and Type Method Description void
JRXlsMetadataExporter.BoxStyle. setBox(JRLineBox box)
-