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

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

Uses of JRBoxContainer in net.sf.jasperreports.crosstabs
 

Subinterfaces of JRBoxContainer in net.sf.jasperreports.crosstabs
 interface JRCellContents
          Crosstab cell contents interface.
 

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

Classes in net.sf.jasperreports.crosstabs.base that implement JRBoxContainer
 class JRBaseCellContents
          Base read-only implementation of JRCellContents.
 

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

Classes in net.sf.jasperreports.crosstabs.design that implement JRBoxContainer
 class JRDesignCellContents
          Implementation of JRCellContents used for report design.
 

Uses of JRBoxContainer in net.sf.jasperreports.engine
 

Subinterfaces of JRBoxContainer in net.sf.jasperreports.engine
 interface JRChart
          Implementations of this interface can be used for rendering chart components.
 interface JRCommonImage
           
 interface JRCommonText
          Common interface of design and print text elements.
 interface JRConditionalStyle
           
 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 JRStyle
           
 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 JRBoxContainer
 JRBoxContainer JRLineBox.getBoxContainer()
           
 

Methods in net.sf.jasperreports.engine with parameters of type JRBoxContainer
 JRLineBox JRLineBox.clone(JRBoxContainer boxContainer)
           
 

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

Classes in net.sf.jasperreports.engine.base that implement JRBoxContainer
 class JRBaseChart
           
 class JRBaseConditionalStyle
           
 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 JRBaseStyle
           
 class JRBaseTextElement
          This class provides functionality common to text elements.
 class JRBaseTextField
          This class is used for representing a text field.
 

Fields in net.sf.jasperreports.engine.base declared as JRBoxContainer
protected  JRBoxContainer JRBaseLineBox.boxContainer
           
 

Methods in net.sf.jasperreports.engine.base that return JRBoxContainer
 JRBoxContainer JRBaseLineBox.getBoxContainer()
           
 

Methods in net.sf.jasperreports.engine.base with parameters of type JRBoxContainer
 JRLineBox JRBaseLineBox.clone(JRBoxContainer boxContainer)
           
 

Constructors in net.sf.jasperreports.engine.base with parameters of type JRBoxContainer
JRBaseLineBox(JRBoxContainer boxContainer)
           
 

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

Classes in net.sf.jasperreports.engine.design that implement JRBoxContainer
 class JRDesignChart
           
 class JRDesignConditionalStyle
           
 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 JRDesignStyle
           
 class JRDesignTextElement
          This class provides functionality common to design text elements.
 class JRDesignTextField
           
 

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

Classes in net.sf.jasperreports.engine.fill that implement JRBoxContainer
 class JRFillCellContents
          Crosstab cell contents filler.
 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
           
 class JRTemplatePrintFrame
          Implementation of JRPrintFrame that uses template frames for keeping common data.
 class JRTemplatePrintImage
           
 class JRTemplatePrintText
           
 class JRTemplateText
           
 



© 2001-2006 JasperSoft Corporation www.jaspersoft.com