Uses of Interface
net.sf.jasperreports.engine.JRBoxContainer
-
Packages that use JRBoxContainer Package Description 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 Contains classes for the Crosstab report element.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.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. -
-
Uses of JRBoxContainer in net.sf.jasperreports.components.iconlabel
Classes in net.sf.jasperreports.components.iconlabel that implement JRBoxContainer Modifier and Type Class Description classIconLabelComponentclassIconLabelComponentFill -
Uses of JRBoxContainer in net.sf.jasperreports.components.table
Subinterfaces of JRBoxContainer in net.sf.jasperreports.components.table Modifier and Type Interface Description interfaceBaseCellinterfaceCellClasses in net.sf.jasperreports.components.table that implement JRBoxContainer Modifier and Type Class Description classCompiledBaseCellclassCompiledCellclassDesignBaseCellclassDesignCell -
Uses of JRBoxContainer in net.sf.jasperreports.crosstabs
Subinterfaces of JRBoxContainer in net.sf.jasperreports.crosstabs Modifier and Type Interface Description interfaceJRCellContentsCrosstab cell contents interface.interfaceJRCrosstabCrosstab element interface. -
Uses of JRBoxContainer in net.sf.jasperreports.crosstabs.base
Classes in net.sf.jasperreports.crosstabs.base that implement JRBoxContainer Modifier and Type Class Description classJRBaseCellContentsBase read-only implementation ofJRCellContents.classJRBaseCrosstabBase read-onlycrosstabimplementation. -
Uses of JRBoxContainer in net.sf.jasperreports.crosstabs.design
Classes in net.sf.jasperreports.crosstabs.design that implement JRBoxContainer Modifier and Type Class Description classJRDesignCellContentsImplementation ofJRCellContentsused for report design.classJRDesignCrosstabDesign-timecrosstabimplementation. -
Uses of JRBoxContainer in net.sf.jasperreports.engine
Subinterfaces of JRBoxContainer in net.sf.jasperreports.engine Modifier and Type Interface Description interfaceJRChartImplementations of this interface can be used for rendering chart components.interfaceJRCommonImageAn abstract representation that provides basic functionality for images.interfaceJRCommonTextCommon interface of design and print text elements.interfaceJRConditionalStyleinterfaceJRFrameAn abstract representation of a report elements container.interfaceJRImageAn abstract representation of a graphic element representing an image.interfaceJRPrintFrameA print elements container.interfaceJRPrintImageinterfaceJRPrintTextinterfaceJRStaticTextAn abstract representation of a report static text.interfaceJRStyleProvides a collection of style settings declared at the report level.interfaceJRTextElementAn abstract representation of a report text element.interfaceJRTextFieldAn abstract representation of a report text.Methods in net.sf.jasperreports.engine that return JRBoxContainer Modifier and Type Method Description JRBoxContainerJRLineBox. getBoxContainer()Methods in net.sf.jasperreports.engine with parameters of type JRBoxContainer Modifier and Type Method Description JRLineBoxJRLineBox. clone(JRBoxContainer boxContainer) -
Uses of JRBoxContainer in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRBoxContainer Modifier and Type Class Description classJRBaseChartclassJRBaseConditionalStyleclassJRBaseFrameBase read-only implementation ofJRFrame.classJRBaseImageThe actual implementation of a graphic element representing an image.classJRBasePrintFrameBase implementation ofJRPrintFrame.classJRBasePrintImageclassJRBasePrintTextclassJRBaseStaticTextThis class is used for representing a static text element.classJRBaseStyleclassJRBaseTextElementThis class provides functionality common to text elements.classJRBaseTextFieldThis class is used for representing a text field.Fields in net.sf.jasperreports.engine.base declared as JRBoxContainer Modifier and Type Field Description protected JRBoxContainerJRBaseLineBox. boxContainerMethods in net.sf.jasperreports.engine.base that return JRBoxContainer Modifier and Type Method Description JRBoxContainerJRBaseLineBox. getBoxContainer()Methods in net.sf.jasperreports.engine.base with parameters of type JRBoxContainer Modifier and Type Method Description JRLineBoxJRBaseLineBox. clone(JRBoxContainer boxContainer)Constructors in net.sf.jasperreports.engine.base with parameters of type JRBoxContainer Constructor Description JRBaseLineBox(JRBoxContainer boxContainer) -
Uses of JRBoxContainer in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRBoxContainer Modifier and Type Class Description classJRDesignChartclassJRDesignConditionalStyleclassJRDesignFrameImplementation ofJRFrameto be used at design time.classJRDesignImageThe actual implementation of a graphic element representing an image, used at design time.classJRDesignStaticTextThis class is used for representing a design static text element.classJRDesignStyleclassJRDesignTextElementThis class provides functionality common to design text elements.classJRDesignTextField -
Uses of JRBoxContainer in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRBoxContainer Modifier and Type Class Description classJRFillCellContentsCrosstab cell contents filler.classJRFillChartclassJRFillCrosstabFill-time implementation of acrosstab.classJRFillFrameFill time implementation of a frame element.classJRFillImageclassJRFillStaticTextclassJRFillTextElementclassJRFillTextFieldclassJRRecordedValuesPrintImagePrint image implementation that supports recorded values.classJRRecordedValuesPrintTextPrint text implementation that supports recorded values.classJRTemplateFrameFrame information shared by multiple print frame objects.classJRTemplateImageImage information shared by multiple print image objects.classJRTemplatePrintFrameImplementation ofJRPrintFramethat usestemplate framesto store common attributes.classJRTemplatePrintImageImplementation ofJRPrintImagethat uses aJRTemplateImageinstance to store common attributes.classJRTemplatePrintTextImplementation ofJRPrintTextthat uses aJRTemplateTextinstance to store common attributes.classJRTemplateTextText element information shared by multiple print text objects.Methods in net.sf.jasperreports.engine.fill that return JRBoxContainer Modifier and Type Method Description JRBoxContainerCachingLineBox. getBoxContainer()Methods in net.sf.jasperreports.engine.fill with parameters of type JRBoxContainer Modifier and Type Method Description JRLineBoxCachingLineBox. clone(JRBoxContainer boxContainer) -
Uses of JRBoxContainer in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util with parameters of type JRBoxContainer Modifier and Type Method Description protected booleanStyleUtil. hasBorder(JRBoxContainer boxContainer, net.sf.jasperreports.engine.util.StyleUtil.BoxSideSelector selector)booleanStyleUtil. hasBox(JRBoxContainer boxContainer)protected booleanStyleUtil. hasPadding(JRBoxContainer boxContainer, net.sf.jasperreports.engine.util.StyleUtil.BoxSideSelector penSelector)
-