Uses of Interface
net.sf.jasperreports.engine.JRVisitable
-
Packages that use JRVisitable Package Description net.sf.jasperreports.components.list Contains classes for the built-in List 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.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. -
-
Uses of JRVisitable in net.sf.jasperreports.components.list
Subinterfaces of JRVisitable in net.sf.jasperreports.components.list Modifier and Type Interface Description interfaceListComponentList component interface.interfaceListContentsContainer of report elements that are to be printed for each record in the list subdataset.Classes in net.sf.jasperreports.components.list that implement JRVisitable Modifier and Type Class Description classBaseListContentsListContentsimplementation used in compiled reports.classDesignListContentsListContentsimplementation used at report design time.classFillListContentsList contents fill element container.classStandardListComponentStandardListComponentimplementation. -
Uses of JRVisitable in net.sf.jasperreports.components.subreport.fill
Classes in net.sf.jasperreports.components.subreport.fill that implement JRVisitable Modifier and Type Class Description classComponentFillSubreportclassSubreportElementAdapter -
Uses of JRVisitable in net.sf.jasperreports.components.table
Subinterfaces of JRVisitable in net.sf.jasperreports.components.table Modifier and Type Interface Description interfaceBaseCellinterfaceCellinterfaceTableComponentClasses in net.sf.jasperreports.components.table that implement JRVisitable Modifier and Type Class Description classCompiledBaseCellclassCompiledCellclassDesignBaseCellclassDesignCellclassStandardTable -
Uses of JRVisitable in net.sf.jasperreports.crosstabs
Subinterfaces of JRVisitable in net.sf.jasperreports.crosstabs Modifier and Type Interface Description interfaceJRCellContentsCrosstab cell contents interface.interfaceJRCrosstabCrosstab element interface. -
Uses of JRVisitable in net.sf.jasperreports.crosstabs.base
Classes in net.sf.jasperreports.crosstabs.base that implement JRVisitable Modifier and Type Class Description classJRBaseCellContentsBase read-only implementation ofJRCellContents.classJRBaseCrosstabBase read-onlycrosstabimplementation. -
Uses of JRVisitable in net.sf.jasperreports.crosstabs.design
Classes in net.sf.jasperreports.crosstabs.design that implement JRVisitable Modifier and Type Class Description classJRDesignCellContentsImplementation ofJRCellContentsused for report design.classJRDesignCrosstabDesign-timecrosstabimplementation. -
Uses of JRVisitable in net.sf.jasperreports.engine
Subinterfaces of JRVisitable in net.sf.jasperreports.engine Modifier and Type Interface Description interfaceJRBandImplementations of this interface represent various bands in the report template.interfaceJRBreakAn abstract representation of a break element.interfaceJRChartImplementations of this interface can be used for rendering chart components.interfaceJRChildAn abstract representation of a report element.interfaceJRComponentElementA report element that wraps an abstract component.interfaceJRElementAn abstract representation of a report element.interfaceJRElementGroupGroups several report elements.interfaceJREllipseAn abstract representation of a graphic element representing an ellipse.interfaceJRFrameAn abstract representation of a report elements container.interfaceJRGenericElementA "generic" report element that will produce ageneric print elementin the generated report.interfaceJRGraphicElementAn abstract representation of a report graphic element.interfaceJRImageAn abstract representation of a graphic element representing an image.interfaceJRLineAn abstract representation of a graphic element representing a straight line.interfaceJRRectangleAn abstract representation of a graphic element representing a rectangle.interfaceJRStaticTextAn abstract representation of a report static text.interfaceJRSubreportAn abstract representation of a subreport.interfaceJRTextElementAn abstract representation of a report text element.interfaceJRTextFieldAn abstract representation of a report text.Classes in net.sf.jasperreports.engine that implement JRVisitable Modifier and Type Class Description classElementDecoratorMethods in net.sf.jasperreports.engine with parameters of type JRVisitable Modifier and Type Method Description ObjectJRAbstractObjectFactory. getVisitResult(JRVisitable visitable) -
Uses of JRVisitable in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRVisitable Modifier and Type Class Description classJRBaseBandUsed for implementing band functionality.classJRBaseBreakThe actual implementation of a break element.classJRBaseChartclassJRBaseComponentElementA read-onlyJRComponentElementimplementation which is included in compiled reports.classJRBaseElementThis class provides a skeleton implementation for a report element.classJRBaseElementGroupclassJRBaseEllipseThe actual implementation of a graphic element representing an ellipse.classJRBaseFrameBase read-only implementation ofJRFrame.classJRBaseGenericElementA read-only implementation ofJRGenericElementthat is included in compiled reports.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.classJRBaseRectangleThe actual implementation of a graphic element representing a rectangle.classJRBaseStaticTextThis class is used for representing a static text element.classJRBaseSubreportclassJRBaseTextElementThis class provides functionality common to text elements.classJRBaseTextFieldThis class is used for representing a text field. -
Uses of JRVisitable in net.sf.jasperreports.engine.convert
Methods in net.sf.jasperreports.engine.convert with parameters of type JRVisitable Modifier and Type Method Description JRPrintElementConvertVisitor. getVisitPrintElement(JRVisitable visitable) -
Uses of JRVisitable in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRVisitable Modifier and Type Class Description classJRDesignBandclassJRDesignBreakThe actual implementation of a break element, used at design time.classJRDesignChartclassJRDesignComponentElementAJRComponentElementimplementation which is to be used at report design time.classJRDesignElementThis class provides a skeleton implementation for a design time report element.classJRDesignElementGroupclassJRDesignEllipseThe actual implementation of a graphic element representing an ellipse, used at design time.classJRDesignFrameImplementation 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.classJRDesignSubreportclassJRDesignTextElementThis class provides functionality common to design text elements.classJRDesignTextField -
Uses of JRVisitable in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRVisitable Modifier and Type Class Description classJRFillBandclassJRFillBreakclassJRFillCellContentsCrosstab cell contents filler.classJRFillChartclassJRFillComponentElementAJRComponentElementwhich is used during report fill.classJRFillCrosstabFill-time implementation of acrosstab.classJRFillElementclassJRFillElementContainerAbstract implementation of an element container filler.classJRFillElementGroupclassJRFillEllipseclassJRFillFrameFill time implementation of a frame element.protected classJRFillFrame.JRFillFrameElementsFrame element container filler.classJRFillGenericElementAJRGenericElementused during report fill.classJRFillGraphicElementclassJRFillImageclassJRFillLineclassJRFillRectangleclassJRFillStaticTextclassJRFillSubreportclassJRFillTextElementclassJRFillTextField -
Uses of JRVisitable in net.sf.jasperreports.engine.util
Method parameters in net.sf.jasperreports.engine.util with type arguments of type JRVisitable Modifier and Type Method Description static voidElementsVisitorUtils. visitElements(JRVisitor visitor, Collection<? extends JRVisitable> elements)Visits a collections of elements.
-