Uses of Interface
net.sf.jasperreports.engine.JRStyleContainer
-
Packages that use JRStyleContainer Package Description net.sf.jasperreports.components.iconlabel Contains classes for the built-in Icon Label component.net.sf.jasperreports.components.subreport.fill Contains fill time implementations for subreport component related interfaces.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.crosstabs.fill Contains classes to be used at report filling time 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.convert 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.net.sf.jasperreports.engine.xml Contains classes for loading report templates from XML files. -
-
Uses of JRStyleContainer in net.sf.jasperreports.components.iconlabel
Classes in net.sf.jasperreports.components.iconlabel that implement JRStyleContainer Modifier and Type Class Description classIconLabelComponentclassIconLabelComponentFill -
Uses of JRStyleContainer in net.sf.jasperreports.components.subreport.fill
Classes in net.sf.jasperreports.components.subreport.fill that implement JRStyleContainer Modifier and Type Class Description classComponentFillSubreportclassSubreportElementAdapter -
Uses of JRStyleContainer in net.sf.jasperreports.components.table
Subinterfaces of JRStyleContainer in net.sf.jasperreports.components.table Modifier and Type Interface Description interfaceBaseCellinterfaceCellClasses in net.sf.jasperreports.components.table that implement JRStyleContainer Modifier and Type Class Description classCompiledBaseCellclassCompiledCellclassDesignBaseCellclassDesignCell -
Uses of JRStyleContainer in net.sf.jasperreports.crosstabs
Subinterfaces of JRStyleContainer in net.sf.jasperreports.crosstabs Modifier and Type Interface Description interfaceJRCellContentsCrosstab cell contents interface.interfaceJRCrosstabCrosstab element interface. -
Uses of JRStyleContainer in net.sf.jasperreports.crosstabs.base
Classes in net.sf.jasperreports.crosstabs.base that implement JRStyleContainer Modifier and Type Class Description classJRBaseCellContentsBase read-only implementation ofJRCellContents.classJRBaseCrosstabBase read-onlycrosstabimplementation. -
Uses of JRStyleContainer in net.sf.jasperreports.crosstabs.design
Classes in net.sf.jasperreports.crosstabs.design that implement JRStyleContainer Modifier and Type Class Description classJRDesignCellContentsImplementation ofJRCellContentsused for report design.classJRDesignCrosstabDesign-timecrosstabimplementation. -
Uses of JRStyleContainer in net.sf.jasperreports.crosstabs.fill
Methods in net.sf.jasperreports.crosstabs.fill with parameters of type JRStyleContainer Modifier and Type Method Description voidIconLabelFillObjectFactory. registerDelayedStyleSetter(JRStyleSetter delayedSetter, JRStyleContainer styleContainer) -
Uses of JRStyleContainer in net.sf.jasperreports.engine
Subinterfaces of JRStyleContainer in net.sf.jasperreports.engine Modifier and Type Interface Description interfaceJRBoxContainerinterfaceJRBreakAn abstract representation of a break element.interfaceJRChartImplementations of this interface can be used for rendering chart components.interfaceJRCommonElementAn abstract representation of a report element.interfaceJRCommonGraphicElementAn abstract representation of a report graphic element.interfaceJRCommonImageAn abstract representation that provides basic functionality for images.interfaceJRCommonRectangleAn abstract representation of a graphic element representing a rectangle.interfaceJRCommonTextCommon interface of design and print text elements.interfaceJRComponentElementA report element that wraps an abstract component.interfaceJRConditionalStyleinterfaceJRElementAn abstract representation of a report element.interfaceJREllipseAn abstract representation of a graphic element representing an ellipse.interfaceJRFontAn abstract representation of a font.interfaceJRFrameAn abstract representation of a report elements container.interfaceJRGenericElementA "generic" report element that will produce ageneric print elementin the generated report.interfaceJRGenericPrintElementA generic print element.interfaceJRGraphicElementAn abstract representation of a report graphic element.interfaceJRImageAn abstract representation of a graphic element representing an image.interfaceJRImageAlignmentAn interface that defines constants useful for image alignment.interfaceJRLineAn abstract representation of a graphic element representing a straight line.interfaceJRLineBoxThis is useful for drawing borders around text elements and images.interfaceJRParagraphinterfaceJRParagraphContainerinterfaceJRPenContainerinterfaceJRPrintElementinterfaceJRPrintEllipseinterfaceJRPrintFrameA print elements container.interfaceJRPrintGraphicElementinterfaceJRPrintImageinterfaceJRPrintLineinterfaceJRPrintRectangleinterfaceJRPrintTextinterfaceJRRectangleAn abstract representation of a graphic element representing a rectangle.interfaceJRStaticTextAn abstract representation of a report static text.interfaceJRStyleProvides a collection of style settings declared at the report level.interfaceJRSubreportAn abstract representation of a subreport.interfaceJRTextAlignmentAn interface that defines constants useful for text alignment.interfaceJRTextElementAn abstract representation of a report text element.interfaceJRTextFieldAn abstract representation of a report text.Classes in net.sf.jasperreports.engine that implement JRStyleContainer Modifier and Type Class Description classElementDecoratorMethods in net.sf.jasperreports.engine with parameters of type JRStyleContainer Modifier and Type Method Description JRFontJRAbstractObjectFactory. getFont(JRStyleContainer styleContainer, JRFont font)abstract voidJRAbstractObjectFactory. setStyle(JRStyleSetter setter, JRStyleContainer styleContainer)Sets a style or a style reference on an object. -
Uses of JRStyleContainer in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRStyleContainer Modifier and Type Class Description classJRBaseBreakThe actual implementation of a break element.classJRBaseChartclassJRBaseComponentElementA read-onlyJRComponentElementimplementation which is included in compiled reports.classJRBaseConditionalStyleclassJRBaseElementThis class provides a skeleton implementation for a report element.classJRBaseEllipseThe actual implementation of a graphic element representing an ellipse.classJRBaseFontclassJRBaseFrameBase read-only implementation ofJRFrame.classJRBaseGenericElementA read-only implementation ofJRGenericElementthat is included in compiled reports.classJRBaseGenericPrintElementA basic implementation ofJRGenericPrintElement.classJRBaseGraphicElementThis class provides functionality common to graphic elements.classJRBaseImageThe actual implementation of a graphic element representing an image.classJRBaseLineThe actual implementation of a graphic element representing a straight line.classJRBaseLineBoxThis is useful for drawing borders around text elements and images.classJRBaseParagraphclassJRBasePrintElementclassJRBasePrintEllipseclassJRBasePrintFrameBase implementation ofJRPrintFrame.classJRBasePrintGraphicElementclassJRBasePrintImageclassJRBasePrintLineclassJRBasePrintRectangleclassJRBasePrintTextclassJRBaseRectangleThe actual implementation of a graphic element representing a rectangle.classJRBaseStaticTextThis class is used for representing a static text element.classJRBaseStyleclassJRBaseSubreportclassJRBaseTextElementThis class provides functionality common to text elements.classJRBaseTextFieldThis class is used for representing a text field.static classJRVirtualPrintPage.JRIdHolderTemplateElementFields in net.sf.jasperreports.engine.base declared as JRStyleContainer Modifier and Type Field Description protected JRStyleContainerJRBaseFont. styleContainerMethods in net.sf.jasperreports.engine.base with parameters of type JRStyleContainer Modifier and Type Method Description voidJRBaseObjectFactory. setStyle(JRStyleSetter setter, JRStyleContainer styleContainer)This method preserves both specified styles and external style name references.Constructors in net.sf.jasperreports.engine.base with parameters of type JRStyleContainer Constructor Description JRBaseFont(JRStyleContainer styleContainer)JRBaseFont(JRStyleContainer styleContainer, JRFont font)JRBaseFont(JRStyleContainer styleContainer, JRFont font, JRAbstractObjectFactory factory) -
Uses of JRStyleContainer in net.sf.jasperreports.engine.convert
Methods in net.sf.jasperreports.engine.convert with parameters of type JRStyleContainer Modifier and Type Method Description JRStyleReportConverter. resolveStyle(JRStyleContainer originalContainer) -
Uses of JRStyleContainer in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRStyleContainer Modifier and Type Class Description classJRDesignBreakThe actual implementation of a break element, used at design time.classJRDesignChartclassJRDesignComponentElementAJRComponentElementimplementation which is to be used at report design time.classJRDesignConditionalStyleclassJRDesignElementThis class provides a skeleton implementation for a design time report element.classJRDesignEllipseThe actual implementation of a graphic element representing an ellipse, used at design time.classJRDesignFontclassJRDesignFrameImplementation ofJRFrameto be used at design time.classJRDesignGenericElementA implementation ofJRGenericElementthat is to be used at report design time.classJRDesignGraphicElementThis class contains functionality common to graphic elements at design time.classJRDesignImageThe actual implementation of a graphic element representing an image, used at design time.classJRDesignLineThe actual implementation of a graphic element representing a straight line, used at design time.classJRDesignRectangleThe actual implementation of a graphic element representing a rectangle, used at design time.classJRDesignStaticTextThis class is used for representing a design static text element.classJRDesignStyleclassJRDesignSubreportclassJRDesignTextElementThis class provides functionality common to design text elements.classJRDesignTextFieldConstructors in net.sf.jasperreports.engine.design with parameters of type JRStyleContainer Constructor Description JRDesignFont(JRStyleContainer styleContainer) -
Uses of JRStyleContainer in net.sf.jasperreports.engine.fill
Subinterfaces of JRStyleContainer in net.sf.jasperreports.engine.fill Modifier and Type Interface Description interfaceJRRecordedValuesPrintElementInterface implemented by print elements that can record field/variable values.Classes in net.sf.jasperreports.engine.fill that implement JRStyleContainer Modifier and Type Class Description classCachingLineBoxclassCachingParagraphclassJRFillBreakclassJRFillCellContentsCrosstab cell contents filler.classJRFillChartclassJRFillComponentElementAJRComponentElementwhich is used during report fill.classJRFillCrosstabFill-time implementation of acrosstab.classJRFillElementclassJRFillEllipseclassJRFillFrameFill time implementation of a frame element.classJRFillGenericElementAJRGenericElementused during report fill.classJRFillGraphicElementclassJRFillImageclassJRFillLineclassJRFillRectangleclassJRFillStaticTextclassJRFillSubreportclassJRFillTextElementclassJRFillTextFieldclassJRRecordedValuesGenericPrintElementGeneric print element implementation that supports recorded values.classJRRecordedValuesPrintImagePrint image implementation that supports recorded values.classJRRecordedValuesPrintTextPrint text implementation that supports recorded values.classJRTemplateElementBase class consisting of print element information shared by multiple print elements.classJRTemplateEllipseEllipse information shared by multiple print ellipse objects.classJRTemplateFrameFrame information shared by multiple print frame objects.classJRTemplateGenericElementGeneric print element information shared by multiple elements.classJRTemplateGenericPrintElementImplementation ofJRGenericPrintElementthat uses aJRTemplateGenericElementinstance to store common attributes.classJRTemplateGraphicElementBase class consisting of graphic print element information shared by multiple print element instances.classJRTemplateImageImage information shared by multiple print image objects.classJRTemplateLineLine element information shared by multiple print line objects.classJRTemplatePrintElementBase implementation ofJRPrintElementthat uses aJRTemplateElementinstance to store common attributes.classJRTemplatePrintEllipseBase implementation ofJRPrintEllipsethat uses aJRTemplateEllipseinstance to store common attributes.classJRTemplatePrintFrameImplementation ofJRPrintFramethat usestemplate framesto store common attributes.classJRTemplatePrintGraphicElementBase implementation ofJRPrintGraphicElementthat uses aJRTemplateGraphicElementinstance to store common attributes.classJRTemplatePrintImageImplementation ofJRPrintImagethat uses aJRTemplateImageinstance to store common attributes.classJRTemplatePrintLineImplementation ofJRPrintLinethat uses aJRTemplateLineinstance to store common attributes.classJRTemplatePrintRectangleImplementation ofJRPrintRectanglethat uses aJRTemplateRectangleinstance to store common attributes.classJRTemplatePrintTextImplementation ofJRPrintTextthat uses aJRTemplateTextinstance to store common attributes.classJRTemplateRectangleRectangle information shared by multiple print rectangle objects.classJRTemplateTextText element information shared by multiple print text objects.Methods in net.sf.jasperreports.engine.fill with parameters of type JRStyleContainer Modifier and Type Method Description voidJRFillObjectFactory. registerDelayedStyleSetter(JRStyleSetter delayedSetter, JRStyleContainer styleContainer)voidJRFillObjectFactory. setStyle(JRStyleSetter setter, JRStyleContainer styleContainer) -
Uses of JRStyleContainer in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util with parameters of type JRStyleContainer Modifier and Type Method Description JRStyleStyleResolver. getBaseStyle(JRStyleContainer styleContainer)protected static JRStyleStyleResolver. getBaseStyleFromStyleContainer(JRStyleContainer styleContainer)ModeEnumStyleUtil. resolveMode(JRStyleContainer styleContainer)protected voidJRApiWriter. writeStyleReferenceAttr(JRStyleContainer styleContainer, String styleName) -
Uses of JRStyleContainer in net.sf.jasperreports.engine.xml
Methods in net.sf.jasperreports.engine.xml with parameters of type JRStyleContainer Modifier and Type Method Description voidJRXmlBaseWriter. writeStyleReferenceAttr(JRStyleContainer styleContainer)
-