Uses of Interface
net.sf.jasperreports.engine.component.Component
-
Packages that use Component Package Description net.sf.jasperreports.components.barbecue Contains classes for the built-in Barbecue component.net.sf.jasperreports.components.barcode4j Contains classes for the built-in Barcode4J component.net.sf.jasperreports.components.charts Contains interfaces and base classes for the built-in Spider Chart component.net.sf.jasperreports.components.iconlabel Contains classes for the built-in Icon Label component.net.sf.jasperreports.components.list Contains classes for the built-in List component.net.sf.jasperreports.components.map Contains classes for the built-in Google Map component.net.sf.jasperreports.components.map.fill Contains fill time implementations for Google Map component related interfaces.net.sf.jasperreports.components.sort Contains classes for the built-in Sort component.net.sf.jasperreports.components.spiderchart Contains classes for the built-in Spider Chart 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.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.component Provides interfaces and base classes for the built-in JasperReports component functionality.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 Component in net.sf.jasperreports.components.barbecue
Subinterfaces of Component in net.sf.jasperreports.components.barbecue Modifier and Type Interface Description interfaceBarbecueComponentClasses in net.sf.jasperreports.components.barbecue that implement Component Modifier and Type Class Description classStandardBarbecueComponentMethods in net.sf.jasperreports.components.barbecue that return Component Modifier and Type Method Description ComponentBarbecueCompiler. toCompiledComponent(Component component, JRBaseObjectFactory baseFactory)Methods in net.sf.jasperreports.components.barbecue with parameters of type Component Modifier and Type Method Description voidBarbecueCompiler. collectExpressions(Component component, JRExpressionCollector collector)ComponentBarbecueCompiler. toCompiledComponent(Component component, JRBaseObjectFactory baseFactory)FillComponentBarbecueFillFactory. toFillComponent(Component component, JRFillObjectFactory factory)voidBarbecueCompiler. verify(Component component, JRVerifier verifier) -
Uses of Component in net.sf.jasperreports.components.barcode4j
Classes in net.sf.jasperreports.components.barcode4j that implement Component Modifier and Type Class Description classBarcode4jComponentclassBarcodeComponentclassCodabarComponentclassCode128ComponentclassCode39ComponentclassDataMatrixComponentclassEAN128ComponentclassEAN13ComponentclassEAN8ComponentclassFourStateBarcodeComponentclassInterleaved2Of5ComponentclassPDF417ComponentclassPOSTNETComponentclassQRCodeComponentContains the main settings for the QRCode componentclassRoyalMailCustomerComponentclassUPCAComponentclassUPCEComponentclassUSPSIntelligentMailComponentMethods in net.sf.jasperreports.components.barcode4j that return Component Modifier and Type Method Description ComponentBarcodeCompiler. toCompiledComponent(Component component, JRBaseObjectFactory baseFactory)Methods in net.sf.jasperreports.components.barcode4j with parameters of type Component Modifier and Type Method Description voidBarcodeCompiler. collectExpressions(Component component, JRExpressionCollector collector)ComponentBarcodeCompiler. toCompiledComponent(Component component, JRBaseObjectFactory baseFactory)FillComponentBarcodeFillFactory. toFillComponent(Component component, JRFillObjectFactory factory)voidBarcodeCompiler. verify(Component component, JRVerifier verifier) -
Uses of Component in net.sf.jasperreports.components.charts
Subinterfaces of Component in net.sf.jasperreports.components.charts Modifier and Type Interface Description interfaceChartComponent -
Uses of Component in net.sf.jasperreports.components.iconlabel
Classes in net.sf.jasperreports.components.iconlabel that implement Component Modifier and Type Class Description classIconLabelComponentMethods in net.sf.jasperreports.components.iconlabel that return Component Modifier and Type Method Description ComponentIconLabelComponentCompiler. toCompiledComponent(Component component, JRBaseObjectFactory baseFactory)Methods in net.sf.jasperreports.components.iconlabel with parameters of type Component Modifier and Type Method Description voidIconLabelComponentCompiler. collectExpressions(Component component, JRExpressionCollector collector)ComponentIconLabelComponentCompiler. toCompiledComponent(Component component, JRBaseObjectFactory baseFactory)FillComponentIconLabelComponentFillFactory. toFillComponent(Component component, JRFillObjectFactory factory)voidIconLabelComponentCompiler. verify(Component component, JRVerifier verifier) -
Uses of Component in net.sf.jasperreports.components.list
Subinterfaces of Component in net.sf.jasperreports.components.list Modifier and Type Interface Description interfaceListComponentList component interface.Classes in net.sf.jasperreports.components.list that implement Component Modifier and Type Class Description classStandardListComponentStandardListComponentimplementation.Methods in net.sf.jasperreports.components.list that return Component Modifier and Type Method Description ComponentListComponentCompiler. toCompiledComponent(Component component, JRBaseObjectFactory baseFactory)Methods in net.sf.jasperreports.components.list with parameters of type Component Modifier and Type Method Description voidListComponentCompiler. collectExpressions(Component component, JRExpressionCollector collector)ComponentListComponentCompiler. toCompiledComponent(Component component, JRBaseObjectFactory baseFactory)FillComponentFillListFactory. toFillComponent(Component component, JRFillObjectFactory factory)voidListComponentCompiler. verify(Component component, JRVerifier verifier) -
Uses of Component in net.sf.jasperreports.components.map
Subinterfaces of Component in net.sf.jasperreports.components.map Modifier and Type Interface Description interfaceMapComponentThe Map component interface.Classes in net.sf.jasperreports.components.map that implement Component Modifier and Type Class Description classStandardMapComponentMethods in net.sf.jasperreports.components.map that return Component Modifier and Type Method Description ComponentMapCompiler. toCompiledComponent(Component component, JRBaseObjectFactory baseFactory)Methods in net.sf.jasperreports.components.map with parameters of type Component Modifier and Type Method Description voidMapCompiler. collectExpressions(Component component, JRExpressionCollector collector)ComponentMapCompiler. toCompiledComponent(Component component, JRBaseObjectFactory baseFactory)voidMapCompiler. verify(Component component, JRVerifier verifier) -
Uses of Component in net.sf.jasperreports.components.map.fill
Methods in net.sf.jasperreports.components.map.fill with parameters of type Component Modifier and Type Method Description FillComponentMapFillFactory. toFillComponent(Component component, JRFillObjectFactory factory) -
Uses of Component in net.sf.jasperreports.components.sort
Classes in net.sf.jasperreports.components.sort that implement Component Modifier and Type Class Description classSortComponentMethods in net.sf.jasperreports.components.sort that return Component Modifier and Type Method Description ComponentSortComponentCompiler. toCompiledComponent(Component component, JRBaseObjectFactory baseFactory)Methods in net.sf.jasperreports.components.sort with parameters of type Component Modifier and Type Method Description voidSortComponentCompiler. collectExpressions(Component component, JRExpressionCollector collector)ComponentSortComponentCompiler. toCompiledComponent(Component component, JRBaseObjectFactory baseFactory)FillComponentSortComponentFillFactory. toFillComponent(Component component, JRFillObjectFactory factory)voidSortComponentCompiler. verify(Component component, JRVerifier verifier) -
Uses of Component in net.sf.jasperreports.components.spiderchart
Classes in net.sf.jasperreports.components.spiderchart that implement Component Modifier and Type Class Description classSpiderChartComponentMethods in net.sf.jasperreports.components.spiderchart that return Component Modifier and Type Method Description ComponentSpiderChartCompiler. toCompiledComponent(Component component, JRBaseObjectFactory baseFactory)Methods in net.sf.jasperreports.components.spiderchart with parameters of type Component Modifier and Type Method Description voidSpiderChartCompiler. collectExpressions(Component component, JRExpressionCollector collector)ComponentSpiderChartCompiler. toCompiledComponent(Component component, JRBaseObjectFactory baseFactory)FillComponentSpiderChartFillFactory. toFillComponent(Component component, JRFillObjectFactory factory)voidSpiderChartCompiler. verify(Component component, JRVerifier verifier) -
Uses of Component in net.sf.jasperreports.components.subreport.fill
Constructors in net.sf.jasperreports.components.subreport.fill with parameters of type Component Constructor Description SubreportFillComponent(Component subreportComponent, JRFillObjectFactory factory) -
Uses of Component in net.sf.jasperreports.components.table
Subinterfaces of Component in net.sf.jasperreports.components.table Modifier and Type Interface Description interfaceTableComponentClasses in net.sf.jasperreports.components.table that implement Component Modifier and Type Class Description classStandardTableMethods in net.sf.jasperreports.components.table that return Component Modifier and Type Method Description ComponentTableCompiler. toCompiledComponent(Component component, JRBaseObjectFactory baseFactory)Methods in net.sf.jasperreports.components.table with parameters of type Component Modifier and Type Method Description voidTableCompiler. collectExpressions(Component component, JRExpressionCollector collector)ComponentTableCompiler. toCompiledComponent(Component component, JRBaseObjectFactory baseFactory)FillComponentFillTableFactory. toFillComponent(Component component, JRFillObjectFactory factory)voidTableCompiler. verify(Component component, JRVerifier verifier) -
Uses of Component in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return Component Modifier and Type Method Description ComponentJRComponentElement. getComponent()Returns the component instance wrapped by this element. -
Uses of Component in net.sf.jasperreports.engine.base
Methods in net.sf.jasperreports.engine.base that return Component Modifier and Type Method Description ComponentJRBaseComponentElement. getComponent() -
Uses of Component in net.sf.jasperreports.engine.component
Subinterfaces of Component in net.sf.jasperreports.engine.component Modifier and Type Interface Description interfaceContextAwareComponentMethods in net.sf.jasperreports.engine.component that return Component Modifier and Type Method Description ComponentComponentCompiler. toCompiledComponent(Component component, JRBaseObjectFactory baseFactory)Provides a "compiled" component instance that will be included in the compiled report.Methods in net.sf.jasperreports.engine.component with parameters of type Component Modifier and Type Method Description voidComponentCompiler. collectExpressions(Component component, JRExpressionCollector collector)Collects report expressions from a component.ComponentComponentCompiler. toCompiledComponent(Component component, JRBaseObjectFactory baseFactory)Provides a "compiled" component instance that will be included in the compiled report.FillComponentComponentFillFactory. toFillComponent(Component component, JRFillObjectFactory factory)Creates a fill component instance for a component.voidComponentCompiler. verify(Component component, JRVerifier verifier)Logically verifies a component. -
Uses of Component in net.sf.jasperreports.engine.design
Methods in net.sf.jasperreports.engine.design that return Component Modifier and Type Method Description ComponentJRDesignComponentElement. getComponent()Methods in net.sf.jasperreports.engine.design with parameters of type Component Modifier and Type Method Description voidJRDesignComponentElement. setComponent(Component component)Sets the component instance wrapped by this element. -
Uses of Component in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill that return Component Modifier and Type Method Description ComponentJRFillComponentElement. getComponent()
-