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

Packages that use JRBox
net.sf.jasperreports.crosstabs   
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.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. 
 

Uses of JRBox in net.sf.jasperreports.crosstabs
 

Methods in net.sf.jasperreports.crosstabs that return JRBox
 JRBox JRCellContents.getBox()
          Deprecated. Replaced by JRBoxContainer.getLineBox()
 

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

Methods in net.sf.jasperreports.crosstabs.base that return JRBox
 JRBox JRBaseCellContents.getBox()
          Deprecated. Replaced by JRBaseCellContents.getLineBox()
 

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

Methods in net.sf.jasperreports.crosstabs.design that return JRBox
 JRBox JRDesignCellContents.getBox()
          Deprecated. Replaced by JRDesignCellContents.getLineBox()
 

Methods in net.sf.jasperreports.crosstabs.design with parameters of type JRBox
 void JRDesignCellContents.setBox(JRBox box)
          Deprecated. Replaced by JRDesignCellContents.getLineBox()
 

Uses of JRBox in net.sf.jasperreports.engine
 

Subinterfaces of JRBox in net.sf.jasperreports.engine
 interface JRChart
          Implementations of this interface can be used for rendering chart components.
 interface JRFrame
          An abstract representation of a report elements container.
 interface JRImage
          An abstract representation of a graphic element representing an image.
 interface JRPrintFrame
          A print elements container.
 interface JRPrintImage
           
 interface JRPrintText
           
 interface JRStaticText
          An abstract representation of a report static text.
 interface JRTextElement
          An abstract representation of a report text element.
 interface JRTextField
          An abstract representation of a report static text.
 

Methods in net.sf.jasperreports.engine that return JRBox
 JRBox JRPrintText.getBox()
          Deprecated. Replaced by JRBoxContainer.getLineBox()
 JRBox JRImage.getBox()
          Deprecated. Replaced by JRBoxContainer.getLineBox()
 JRBox JRTextElement.getBox()
          Deprecated. Replaced by JRBoxContainer.getLineBox()
 JRBox JRChart.getBox()
          Deprecated. Replaced by JRBoxContainer.getLineBox()
 JRBox JRPrintImage.getBox()
          Deprecated. Replaced by JRBoxContainer.getLineBox()
 

Methods in net.sf.jasperreports.engine with parameters of type JRBox
 void JRPrintText.setBox(JRBox box)
          Deprecated.  
 void JRPrintImage.setBox(JRBox box)
          Deprecated. Replaced by JRBoxContainer.getLineBox()
 

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

Classes in net.sf.jasperreports.engine.base that implement JRBox
 class JRBaseBox
          Deprecated. Replaced by JRBaseLineBox
 class JRBaseChart
           
 class JRBaseFrame
          Base read-only implementation of JRFrame.
 class JRBaseImage
          The actual implementation of a graphic element representing an image.
 class JRBasePrintFrame
          Base implementation of JRPrintFrame.
 class JRBasePrintImage
           
 class JRBasePrintText
           
 class JRBaseStaticText
          This class is used for representing a static text element.
 class JRBaseTextElement
          This class provides functionality common to text elements.
 class JRBaseTextField
          This class is used for representing a text field.
 

Methods in net.sf.jasperreports.engine.base that return JRBox
 JRBox JRBasePrintText.getBox()
          Deprecated. Replaced by JRBasePrintText.getLineBox()
 JRBox JRBasePrintImage.getBox()
          Deprecated. Replaced by JRBasePrintImage.getLineBox()
 JRBox JRBaseFrame.getBox()
          Deprecated. Replaced by JRBaseFrame.getLineBox()
 JRBox JRBaseTextElement.getBox()
          Deprecated. Replaced by JRBaseTextElement.getLineBox()
 JRBox JRBasePrintFrame.getBox()
          Deprecated. Replaced by JRBasePrintFrame.getLineBox()
 JRBox JRBaseImage.getBox()
          Deprecated. Replaced by JRBaseImage.getLineBox()
 JRBox JRBaseChart.getBox()
          Deprecated. Replaced by JRBaseChart.getLineBox()
 

Methods in net.sf.jasperreports.engine.base with parameters of type JRBox
 void JRBasePrintText.setBox(JRBox box)
          Deprecated. Replaced by JRBasePrintText.copyBox(JRLineBox)
 void JRBasePrintImage.setBox(JRBox box)
          Deprecated. Replaced by JRBasePrintImage.copyBox(JRLineBox)
 void JRBasePrintFrame.setBox(JRBox box)
          Deprecated. Replaced by JRBasePrintFrame.copyBox(JRLineBox)
 

Constructors in net.sf.jasperreports.engine.base with parameters of type JRBox
JRBaseBox(JRBox box)
          Deprecated. Replaced by JRLineBox.clone(JRBoxContainer)
 

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

Classes in net.sf.jasperreports.engine.design that implement JRBox
 class JRDesignChart
           
 class JRDesignFrame
          Implementation of JRFrame to be used at design time.
 class JRDesignImage
          The actual implementation of a graphic element representing an image, used at design time.
 class JRDesignStaticText
          This class is used for representing a design static text element.
 class JRDesignTextElement
          This class provides functionality common to design text elements.
 class JRDesignTextField
           
 

Methods in net.sf.jasperreports.engine.design that return JRBox
 JRBox JRDesignImage.getBox()
          Deprecated. Replaced by JRDesignImage.getLineBox()
 JRBox JRDesignFrame.getBox()
          Deprecated. Replaced by JRDesignFrame.getLineBox()
 JRBox JRDesignChart.getBox()
          Deprecated. Replaced by JRDesignChart.getLineBox()
 JRBox JRDesignTextElement.getBox()
          Deprecated. Replaced by JRDesignTextElement.getLineBox()
 

Methods in net.sf.jasperreports.engine.design with parameters of type JRBox
 void JRDesignImage.setBox(JRBox box)
          Deprecated. Replaced by JRDesignImage.getLineBox()
 void JRDesignFrame.setBox(JRBox box)
          Deprecated. Replaced by JRDesignFrame.copyBox(JRLineBox)
 void JRDesignChart.setBox(JRBox box)
          Deprecated. Replaced by JRDesignChart.getLineBox()
 void JRDesignTextElement.setBox(JRBox box)
          Deprecated. Replaced by JRDesignTextElement.getLineBox()
 

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

Classes in net.sf.jasperreports.engine.fill that implement JRBox
 class JRFillChart
           
 class JRFillFrame
          Fill time implementation of a frame element.
 class JRFillImage
           
 class JRFillStaticText
           
 class JRFillTextElement
           
 class JRFillTextField
           
 class JRRecordedValuesPrintImage
          Print image implementation that supports recorded values.
 class JRRecordedValuesPrintText
          Print text implementation that supports recorded values.
 class JRTemplateFrame
          Frame information shared by multiple print frame objects.
 class JRTemplateImage
          Image information shared by multiple print image objects.
 class JRTemplatePrintFrame
          Implementation of JRPrintFrame that uses template frames to store common attributes.
 class JRTemplatePrintImage
          Implementation of JRPrintImage that uses a JRTemplateImage instance to store common attributes.
 class JRTemplatePrintText
          Implementation of JRPrintText that uses a JRTemplateText instance to store common attributes.
 class JRTemplateText
          Text element information shared by multiple print text objects.
 

Methods in net.sf.jasperreports.engine.fill that return JRBox
 JRBox JRFillTextElement.getBox()
          Deprecated. Replaced by JRFillTextElement.getLineBox()
 JRBox JRFillImage.getBox()
          Deprecated. Replaced by JRFillImage.getLineBox()
 JRBox JRFillChart.getBox()
          Deprecated. Replaced by JRFillChart.getLineBox()
 JRBox JRFillCellContents.getBox()
          Deprecated. Replaced by JRFillCellContents.getLineBox()
 JRBox JRTemplatePrintFrame.getBox()
          Deprecated. Replaced by JRTemplatePrintFrame.getLineBox()
 JRBox JRTemplateFrame.getBox()
          Deprecated. Replaced by JRTemplateFrame.getLineBox()
 JRBox JRTemplateImage.getBox()
          Deprecated. Replaced by JRTemplateImage.getLineBox()
 JRBox JRTemplatePrintText.getBox()
          Deprecated. Replaced by JRTemplatePrintText.getLineBox()
 JRBox JRTemplatePrintImage.getBox()
          Deprecated. Replaced by JRTemplatePrintImage.getLineBox()
 JRBox JRTemplateText.getBox()
          Deprecated. Replaced by JRTemplateText.getLineBox()
 

Methods in net.sf.jasperreports.engine.fill with parameters of type JRBox
 void JRTemplateFrame.setBox(JRBox box)
          Deprecated. Replaced by JRTemplateFrame.copyBox(JRLineBox)
 void JRTemplateImage.setBox(JRBox box)
          Deprecated. Replaced by JRTemplateImage.getLineBox()
 void JRTemplatePrintText.setBox(JRBox box)
          Deprecated. Replaced by JRTemplatePrintText.getLineBox()
 void JRTemplatePrintImage.setBox(JRBox box)
          Deprecated. Replaced by JRTemplatePrintImage.getLineBox()
 

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

Classes in net.sf.jasperreports.engine.util that implement JRBox
 class LineBoxWrapper
           
 

Methods in net.sf.jasperreports.engine.util with parameters of type JRBox
static void JRBoxUtil.setBoxToLineBox(JRBox box, JRLineBox lineBox)
           
 



Copyright © 2011. All Rights Reserved.