Uses of Interface
net.sf.jasperreports.engine.JRLineBox

Packages that use JRLineBox
net.sf.jasperreports.components.table   
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.export.draw   
net.sf.jasperreports.engine.export.oasis   
net.sf.jasperreports.engine.export.ooxml   
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 Utility classes. 
net.sf.jasperreports.engine.xml Contains classes for loading report templates from XML files. 
 

Uses of JRLineBox in net.sf.jasperreports.components.table
 

Methods in net.sf.jasperreports.components.table that return JRLineBox
 JRLineBox CompiledCell.getLineBox()
           
 JRLineBox DesignCell.getLineBox()
           
 

Uses of JRLineBox in net.sf.jasperreports.crosstabs.base
 

Fields in net.sf.jasperreports.crosstabs.base declared as JRLineBox
protected  JRLineBox JRBaseCellContents.lineBox
           
protected  JRLineBox JRBaseCrosstab.lineBox
           
 

Methods in net.sf.jasperreports.crosstabs.base that return JRLineBox
 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
protected  JRLineBox JRDesignCrosstab.lineBox
           
 

Methods in net.sf.jasperreports.crosstabs.design that return JRLineBox
 JRLineBox JRDesignCellContents.getLineBox()
           
 JRLineBox JRDesignCrosstab.getLineBox()
           
 

Uses of JRLineBox in net.sf.jasperreports.engine
 

Methods in net.sf.jasperreports.engine that return JRLineBox
 JRLineBox JRLineBox.clone(JRBoxContainer boxContainer)
           
 JRLineBox JRBoxContainer.getLineBox()
           
 JRLineBox JRStyle.getLineBox()
           
 

Methods in net.sf.jasperreports.engine with parameters of type JRLineBox
 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
 class JRBaseLineBox
          This is useful for drawing borders around text elements and images.
 

Fields in net.sf.jasperreports.engine.base declared as JRLineBox
protected  JRLineBox JRBaseBoxPen.lineBox
           
protected  JRLineBox JRBaseTextElement.lineBox
           
protected  JRLineBox JRBaseChart.lineBox
           
protected  JRLineBox JRBaseFrame.lineBox
           
protected  JRLineBox JRBasePrintText.lineBox
           
protected  JRLineBox JRBaseImage.lineBox
           
protected  JRLineBox JRBaseStyle.lineBox
           
protected  JRLineBox JRBaseBox.lineBox
          Deprecated.  
protected  JRLineBox JRBasePrintImage.lineBox
           
 

Methods in net.sf.jasperreports.engine.base that return JRLineBox
 JRLineBox JRBaseLineBox.clone(JRBoxContainer boxContainer)
           
 JRLineBox JRBaseBoxPen.getBox()
           
 JRLineBox JRBoxPen.getBox()
           
 JRLineBox JRBaseTextElement.getLineBox()
           
 JRLineBox JRBaseChart.getLineBox()
           
 JRLineBox JRBasePrintFrame.getLineBox()
           
 JRLineBox JRBaseFrame.getLineBox()
           
 JRLineBox JRBasePrintText.getLineBox()
           
 JRLineBox JRBaseImage.getLineBox()
           
 JRLineBox JRBaseStyle.getLineBox()
           
 JRLineBox JRBasePrintImage.getLineBox()
           
 

Methods in net.sf.jasperreports.engine.base with parameters of type JRLineBox
 JRBoxPen JRBaseBoxPen.clone(JRLineBox lineBox)
           
 JRBoxPen JRBoxPen.clone(JRLineBox lineBox)
           
 void JRBasePrintFrame.copyBox(JRLineBox lineBox)
           
 void JRBasePrintText.copyBox(JRLineBox lineBox)
           
 void JRBasePrintImage.copyBox(JRLineBox lineBox)
           
 JRPen JRBaseBoxPen.getPen(JRLineBox box)
           
 JRPen JRBaseBoxBottomPen.getPen(JRLineBox box)
           
 JRPen JRBaseBoxLeftPen.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
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
protected  JRLineBox JRDesignTextElement.lineBox
           
protected  JRLineBox JRDesignChart.lineBox
           
protected  JRLineBox JRDesignImage.lineBox
           
 

Methods in net.sf.jasperreports.engine.design that return JRLineBox
 JRLineBox JRDesignTextElement.getLineBox()
           
 JRLineBox JRDesignChart.getLineBox()
           
 JRLineBox JRDesignImage.getLineBox()
           
 JRLineBox JRDesignFrame.getLineBox()
           
 

Methods in net.sf.jasperreports.engine.design with parameters of type JRLineBox
 void JRDesignFrame.copyBox(JRLineBox lineBox)
           
 

Uses of JRLineBox in net.sf.jasperreports.engine.export
 

Methods in net.sf.jasperreports.engine.export that return JRLineBox
 JRLineBox JRExporterGridCell.getBox()
           
 

Methods in net.sf.jasperreports.engine.export with parameters of type JRLineBox
protected  boolean JRXhtmlExporter.appendBorderStyle(JRLineBox box, java.lang.StringBuffer styleBuffer)
           
protected  boolean JRHtmlExporter.appendBorderStyle(JRLineBox box, java.lang.StringBuffer styleBuffer)
           
protected  boolean JRHtmlExporter.appendPaddingStyle(JRLineBox box, java.lang.StringBuffer styleBuffer)
           
protected  void JRPdfExporter.exportBox(JRLineBox box, JRPrintElement element)
           
 void JExcelApiMetadataExporter.BoxStyle.setBox(JRLineBox box)
           
 void JExcelApiExporter.BoxStyle.setBox(JRLineBox box)
           
 void JRExporterGridCell.setBox(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
protected  void ElementDrawer.drawBox(java.awt.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
 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
 void DocxBorderHelper.export(JRLineBox box)
           
 void XlsxBorderHelper.export(JRLineBox box)
           
 

Constructors in net.sf.jasperreports.engine.export.ooxml with parameters of type JRLineBox
DocxBorderInfo(JRLineBox box)
           
XlsxBorderInfo(JRLineBox box)
           
 

Uses of JRLineBox in net.sf.jasperreports.engine.fill
 

Fields in net.sf.jasperreports.engine.fill declared as JRLineBox
protected  JRLineBox JRFillTextElement.lineBox
           
protected  JRLineBox JRFillFrame.lineBox
           
protected  JRLineBox JRFillChart.lineBox
           
protected  JRLineBox JRFillImage.lineBox
           
protected  JRLineBox JRTemplateText.lineBox
           
protected  JRLineBox JRTemplateFrame.lineBox
           
 

Methods in net.sf.jasperreports.engine.fill that return JRLineBox
 JRLineBox JRTemplatePrintFrame.getLineBox()
           
 JRLineBox JRFillTextElement.getLineBox()
           
 JRLineBox JRFillFrame.getLineBox()
           
 JRLineBox JRFillChart.getLineBox()
           
 JRLineBox JRTemplatePrintText.getLineBox()
           
 JRLineBox JRFillCellContents.getLineBox()
           
 JRLineBox JRTemplateImage.getLineBox()
           
 JRLineBox JRFillImage.getLineBox()
           
 JRLineBox JRTemplateText.getLineBox()
           
 JRLineBox JRTemplateFrame.getLineBox()
           
 JRLineBox JRFillCrosstab.getLineBox()
           
 JRLineBox JRTemplatePrintImage.getLineBox()
           
 

Methods in net.sf.jasperreports.engine.fill with parameters of type JRLineBox
 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)
           
 

Uses of JRLineBox in net.sf.jasperreports.engine.util
 

Methods in net.sf.jasperreports.engine.util that return JRLineBox
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
static JRLineBox JRBoxUtil.copyBordersNoPadding(JRLineBox box, boolean keepLeft, boolean keepRight, boolean keepTop, boolean keepBottom, JRLineBox complementaryBox)
           
static java.lang.Integer JRStyleResolver.getBottomPadding(JRLineBox box)
           
static java.lang.Integer JRStyleResolver.getLeftPadding(JRLineBox box)
           
static java.lang.Integer JRStyleResolver.getPadding(JRLineBox box)
           
static java.lang.Integer JRStyleResolver.getRightPadding(JRLineBox box)
           
static java.lang.Integer JRStyleResolver.getTopPadding(JRLineBox box)
           
static void JRBoxUtil.reset(JRLineBox box, boolean resetLeft, boolean resetRight, boolean resetTop, boolean resetBottom)
           
static void JRBoxUtil.rotate(JRLineBox box, RotationEnum rotation)
           
static void JRBoxUtil.setBoxToLineBox(JRBox box, JRLineBox lineBox)
           
static void JRBoxUtil.setToBox(java.lang.Byte border, java.lang.Byte topBorder, java.lang.Byte leftBorder, java.lang.Byte bottomBorder, java.lang.Byte rightBorder, java.awt.Color borderColor, java.awt.Color topBorderColor, java.awt.Color leftBorderColor, java.awt.Color bottomBorderColor, java.awt.Color rightBorderColor, java.lang.Integer padding, java.lang.Integer topPadding, java.lang.Integer leftPadding, java.lang.Integer bottomPadding, java.lang.Integer rightPadding, JRLineBox box)
           
protected  void JRApiWriter.writeBox(JRLineBox box, java.lang.String boxHolder)
           
 

Uses of JRLineBox in net.sf.jasperreports.engine.xml
 

Methods in net.sf.jasperreports.engine.xml with parameters of type JRLineBox
static void JRBoxFactory.setBoxAttributes(org.xml.sax.Attributes atts, JRLineBox box)
           
 void JRXmlBaseWriter.writeBox(JRLineBox box)
           
 void JRXmlBaseWriter.writeBox(JRLineBox box, XmlNamespace namespace)
           
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com