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

Packages that use JRBox
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.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). 
 

Uses of JRBox in net.sf.jasperreports.engine
 

Methods in net.sf.jasperreports.engine that return JRBox
 JRBox JRPrintImage.getBox()
           
 JRBox JRPrintText.getBox()
           
 JRBox JRTextElement.getBox()
          Returns an object containing all border and padding properties for this text element
 JRBox JRChart.getBox()
          Gets the box around the element.
 JRBox JRImage.getBox()
          Returns an object containing all border and padding properties for this text element
 

Methods in net.sf.jasperreports.engine with parameters of type JRBox
 void JRPrintImage.setBox(JRBox box)
           
 void JRPrintText.setBox(JRBox box)
           
 

Uses of JRBox in net.sf.jasperreports.engine.base
 

Classes in net.sf.jasperreports.engine.base that implement JRBox
 class JRBaseBox
          This is useful for drawing borders around text elements and images.
 

Fields in net.sf.jasperreports.engine.base declared as JRBox
protected  JRBox JRBaseChart.box
           
protected  JRBox JRBasePrintImage.box
           
protected  JRBox JRBaseTextElement.box
           
protected  JRBox JRBasePrintText.box
           
protected  JRBox JRBaseImage.box
           
 

Methods in net.sf.jasperreports.engine.base that return JRBox
 JRBox JRBaseChart.getBox()
           
 JRBox JRBasePrintImage.getBox()
           
 JRBox JRBaseTextElement.getBox()
           
 JRBox JRBasePrintText.getBox()
           
 JRBox JRBaseImage.getBox()
           
 

Methods in net.sf.jasperreports.engine.base with parameters of type JRBox
 void JRBasePrintImage.setBox(JRBox box)
           
 void JRBasePrintText.setBox(JRBox box)
           
 

Uses of JRBox in net.sf.jasperreports.engine.design
 

Fields in net.sf.jasperreports.engine.design declared as JRBox
protected  JRBox JRDesignChart.box
           
protected  JRBox JRDesignImage.box
           
protected  JRBox JRDesignTextElement.box
           
 

Methods in net.sf.jasperreports.engine.design that return JRBox
 JRBox JRDesignChart.getBox()
           
 JRBox JRDesignImage.getBox()
           
 JRBox JRDesignTextElement.getBox()
           
 

Methods in net.sf.jasperreports.engine.design with parameters of type JRBox
 void JRDesignChart.setBox(JRBox box)
           
 void JRDesignImage.setBox(JRBox box)
           
 void JRDesignTextElement.setBox(JRBox box)
          Sets the element box, containing all border and padding properties for this text element
 

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

Methods in net.sf.jasperreports.engine.export with parameters of type JRBox
protected  void JRGraphics2DExporter.exportBox(JRBox box, JRPrintElement element)
           
protected  void JRPdfExporter.exportBox(JRBox box, JRPrintElement element)
           
 

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

Methods in net.sf.jasperreports.engine.fill that return JRBox
 JRBox JRTemplateImage.getBox()
           
 JRBox JRFillChart.getBox()
           
 JRBox JRFillTextElement.getBox()
           
 JRBox JRFillImage.getBox()
           
 JRBox JRTemplateText.getBox()
           
 JRBox JRTemplatePrintText.getBox()
           
 JRBox JRTemplatePrintImage.getBox()
           
 

Methods in net.sf.jasperreports.engine.fill with parameters of type JRBox
 void JRTemplatePrintText.setBox(JRBox box)
           
 void JRTemplatePrintImage.setBox(JRBox box)
           
 



© 2001-2005 JasperSoft Corporation www.jaspersoft.com