Package | Description |
---|---|
net.sf.jasperreports.components |
Contains classes for built-in components.
|
net.sf.jasperreports.components.headertoolbar |
Contains classes for the built-in Header Toolbar component.
|
net.sf.jasperreports.components.sort |
Contains classes for the built-in Sort component.
|
net.sf.jasperreports.components.table |
Contains classes for the built-in Table component.
|
net.sf.jasperreports.components.table.fill |
Contains fill time implementations for Table component related interfaces.
|
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.data |
Contains classes for data adapters.
|
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.export |
Provides utility classes for exporting reports to various popular formats such as
PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.
|
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.fonts |
Provides support for font extensions.
|
net.sf.jasperreports.engine.query |
Provides support for report queries and query executers.
|
net.sf.jasperreports.engine.style |
Contains factory interfaces and implementations for style providers.
|
net.sf.jasperreports.engine.util |
Contains utility classes for the core library.
|
net.sf.jasperreports.export |
Provides exporter input, exporter output and exporter configurations
|
net.sf.jasperreports.extensions |
Provides support for extension points.
|
net.sf.jasperreports.functions |
Provides support for built-in JasperReports functions.
|
net.sf.jasperreports.governors |
Provides support for report governors.
|
net.sf.jasperreports.parts | |
net.sf.jasperreports.repo |
Provides support for JasperReports repository.
|
net.sf.jasperreports.types.date |
Provides the built-in
DateRange type implementation. |
net.sf.jasperreports.util |
Contains utility classes.
|
net.sf.jasperreports.web.util |
Contains utility classes for web applications.
|
Modifier and Type | Method and Description |
---|---|
ExtensionsRegistry |
ComponentsExtensionsRegistryFactory.createRegistry(java.lang.String registryId,
JRPropertiesMap properties) |
Modifier and Type | Method and Description |
---|---|
ExtensionsRegistry |
HeaderToolbarParameterContributorExtensionFactory.createRegistry(java.lang.String registryId,
JRPropertiesMap properties) |
ExtensionsRegistry |
HeaderToolbarConditionalStyleProviderExtensionFactory.createRegistry(java.lang.String registryId,
JRPropertiesMap properties) |
Modifier and Type | Method and Description |
---|---|
ExtensionsRegistry |
SortParameterContributorExtensionFactory.createRegistry(java.lang.String registryId,
JRPropertiesMap properties) |
Modifier and Type | Method and Description |
---|---|
JRPropertiesMap |
StandardBaseColumn.getPropertiesMap() |
JRPropertiesMap |
CompiledCell.getPropertiesMap() |
JRPropertiesMap |
DesignCell.getPropertiesMap() |
Modifier and Type | Method and Description |
---|---|
protected JRPropertiesMap |
FillTable.evaluateProperties(BaseColumn column,
byte evaluation) |
JRPropertiesMap |
FillColumn.getPropertiesMap() |
JRPropertiesMap |
TableReport.getPropertiesMap() |
JRPropertiesMap |
TableReport.TableIndexProperties.getPropertiesMap() |
JRPropertiesMap |
TableReportDataset.getPropertiesMap() |
Constructor and Description |
---|
FillColumn(BaseColumn tableColumn,
int width,
java.util.List<FillColumn> subcolumns,
JRPropertiesMap properties) |
FillColumn(BaseColumn tableColumn,
JRPropertiesMap properties) |
Constructor and Description |
---|
TableReport.ColumnHeaderCreator(TableReport.ReportBandInfo bandInfo,
FillColumn fillColumn,
int xOffset,
int yOffset,
int level,
java.util.Map<java.lang.Integer,JRPropertiesMap> headerBaseProperties,
java.util.concurrent.atomic.AtomicBoolean firstColumn) |
Modifier and Type | Method and Description |
---|---|
JRPropertiesMap |
JRBaseCellContents.getPropertiesMap() |
Modifier and Type | Method and Description |
---|---|
JRPropertiesMap |
JRDesignCellContents.getPropertiesMap() |
Modifier and Type | Method and Description |
---|---|
ExtensionsRegistry |
DataAdapterParameterContributorExtensionsRegistryFactory.createRegistry(java.lang.String registryId,
JRPropertiesMap properties) |
ExtensionsRegistry |
DefaultDataAdapterServiceExtensionsRegistryFactory.createRegistry(java.lang.String registryId,
JRPropertiesMap properties) |
Modifier and Type | Method and Description |
---|---|
JRPropertiesMap |
JRPropertiesMap.cloneProperties()
Clones this property map.
|
JRPropertiesMap |
JRPropertiesMap.getBaseProperties()
Returns the base properties map, if any.
|
protected static JRPropertiesMap |
JRPropertiesUtil.getOwnProperties(JRPropertiesHolder propertiesHolder) |
static JRPropertiesMap |
JRPropertiesMap.getPropertiesClone(JRPropertiesHolder propertiesHolder)
Clones the properties map of a properties holder.
|
JRPropertiesMap |
ElementDecorator.getPropertiesMap() |
JRPropertiesMap |
JasperPrint.getPropertiesMap() |
JRPropertiesMap |
JRPropertiesHolder.getPropertiesMap()
Returns this object's properties map.
|
static JRPropertiesMap |
JRPropertiesMap.loadProperties(java.net.URL location)
Loads a properties file from a location.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<JRPropertiesUtil.PropertySuffix> |
JRPropertiesUtil.getAllProperties(JRPropertiesMap propertiesMap,
java.lang.String prefix)
Returns the list of all properties for a key prefix, including global
properties.
|
java.lang.Boolean |
JRPropertiesUtil.getBooleanProperty(JRPropertiesMap propertiesMap,
java.lang.String key)
Returns the value of a property as a boolean, looking first in the supplied properties map
and then in the system properties.
|
boolean |
JRPropertiesUtil.getBooleanProperty(JRPropertiesMap propertiesMap,
java.lang.String key,
boolean defaultValue)
Returns the value of a property as a boolean, looking first in the supplied properties map
and then in the system properties.
|
java.lang.Character |
JRPropertiesUtil.getCharacterProperty(JRPropertiesMap propertiesMap,
java.lang.String key)
Returns the value of a property as a
Character value,
looking first in the supplied properties map
and then in the system properties. |
float |
JRPropertiesUtil.getFloatProperty(JRPropertiesMap propertiesMap,
java.lang.String key,
float defaultValue)
Returns the value of a property as a float, looking first in the supplied properties map
and then in the system properties.
|
int |
JRPropertiesUtil.getIntegerProperty(JRPropertiesMap propertiesMap,
java.lang.String key,
int defaultValue)
Returns the value of a property as an integer, looking first in the supplied properties map
and then in the system properties.
|
long |
JRPropertiesUtil.getLongProperty(JRPropertiesMap propertiesMap,
java.lang.String key,
int defaultValue)
Deprecated.
|
long |
JRPropertiesUtil.getLongProperty(JRPropertiesMap propertiesMap,
java.lang.String key,
long defaultValue)
Returns the value of a property as a long, looking first in the supplied properties map
and then in the system properties.
|
static java.util.List<JRPropertiesUtil.PropertySuffix> |
JRPropertiesUtil.getProperties(JRPropertiesMap propertiesMap,
java.lang.String prefix)
Returns the list of all properties for a key prefix.
|
java.lang.String |
JRPropertiesUtil.getProperty(JRPropertiesMap propertiesMap,
java.lang.String key)
Returns the value of a property, looking first in the supplied properties map
and then in the system properties.
|
void |
JRPropertiesMap.setBaseProperties(JRPropertiesMap base)
Sets the base properties map.
|
protected void |
JRPropertiesUtil.transfer(JRPropertiesMap source,
JRPropertiesHolder destination,
java.lang.String tranferPropertiesPrefix) |
void |
JRPropertiesUtil.transferProperties(JRPropertiesMap source,
JRPropertiesHolder destination,
java.util.List<java.lang.String> propertyNames) |
void |
JRPropertiesUtil.transferProperties(JRPropertiesMap source,
JRPropertiesHolder destination,
java.lang.String tranferPropertiesPrefix)
Copies properties from one object to another.
|
Constructor and Description |
---|
JRPropertiesMap(JRPropertiesMap propertiesMap)
Clones a properties map.
|
Modifier and Type | Field and Description |
---|---|
protected JRPropertiesMap |
JRBaseParameter.propertiesMap |
protected JRPropertiesMap |
JRBaseDataset.propertiesMap |
protected JRPropertiesMap |
JRBaseDatasetRun.propertiesMap |
protected JRPropertiesMap |
JRBaseScriptlet.propertiesMap |
protected JRPropertiesMap |
JRBaseField.propertiesMap |
Modifier and Type | Method and Description |
---|---|
JRPropertiesMap |
JRBaseParameter.getPropertiesMap() |
JRPropertiesMap |
JRBasePrintElement.getPropertiesMap() |
JRPropertiesMap |
JRBaseDataset.getPropertiesMap() |
JRPropertiesMap |
JRBaseDatasetRun.getPropertiesMap() |
JRPropertiesMap |
JRBaseScriptlet.getPropertiesMap() |
JRPropertiesMap |
JRBaseReport.getPropertiesMap() |
JRPropertiesMap |
JRBaseBand.getPropertiesMap() |
JRPropertiesMap |
JRBasePart.getPropertiesMap() |
JRPropertiesMap |
JRBaseField.getPropertiesMap() |
JRPropertiesMap |
JRBaseElement.getPropertiesMap() |
Modifier and Type | Method and Description |
---|---|
JRPropertiesMap |
JRDesignBand.getPropertiesMap() |
Modifier and Type | Method and Description |
---|---|
ExtensionsRegistry |
MatcherExportFilterMappingExtensionsRegistryFactory.createRegistry(java.lang.String registryId,
JRPropertiesMap properties) |
static JROriginExporterFilter |
JROriginExporterFilter.getFilter(JasperReportsContext jasperReportsContext,
JRPropertiesMap propertiesMap,
java.lang.String originFilterPrefix) |
static JROriginExporterFilter |
JROriginExporterFilter.getFilter(JRPropertiesMap propertiesMap,
java.lang.String originFilterPrefix)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected JRPropertiesMap |
JRFillElement.dynamicProperties |
protected JRPropertiesMap |
JRFillElement.mergedProperties |
protected JRPropertiesMap |
JRFillElement.staticProperties |
Modifier and Type | Method and Description |
---|---|
JRPropertiesMap |
DynamicPropertiesHolder.getDynamicProperties() |
JRPropertiesMap |
JRFillElement.getDynamicProperties() |
protected JRPropertiesMap |
JRFillElement.getEvaluatedProperties() |
JRPropertiesMap |
JRFillField.getPropertiesMap() |
JRPropertiesMap |
JRFillDatasetRun.getPropertiesMap() |
JRPropertiesMap |
JRTemplateElement.getPropertiesMap() |
JRPropertiesMap |
JRTemplatePrintElement.getPropertiesMap() |
JRPropertiesMap |
JRFillScriptlet.getPropertiesMap() |
JRPropertiesMap |
JRFillParameter.getPropertiesMap() |
JRPropertiesMap |
JRFillElement.getPropertiesMap() |
JRPropertiesMap |
JRFillCellContents.getPropertiesMap() |
JRPropertiesMap |
JRFillDataset.getPropertiesMap() |
JRPropertiesMap |
JRFillBand.getPropertiesMap() |
Modifier and Type | Method and Description |
---|---|
ExtensionsRegistry |
SimpleFontExtensionsRegistryFactory.createRegistry(java.lang.String registryId,
JRPropertiesMap properties) |
Modifier and Type | Method and Description |
---|---|
ExtensionsRegistry |
SQLQueryClauseFunctionsExtensions.createRegistry(java.lang.String registryId,
JRPropertiesMap properties) |
Modifier and Type | Method and Description |
---|---|
ExtensionsRegistry |
PropertyStyleProviderExtensionFactory.createRegistry(java.lang.String registryId,
JRPropertiesMap properties) |
Modifier and Type | Method and Description |
---|---|
protected static JRPropertiesMap |
JRProperties.getOwnProperties(JRPropertiesHolder propertiesHolder)
Deprecated.
|
JRPropertiesMap |
DelegatePropertiesHolder.getPropertiesMap() |
Modifier and Type | Method and Description |
---|---|
void |
ObjectUtils.HashCode.add(JRPropertiesMap properties)
Adds a set of properties to the hash.
|
static boolean |
ObjectUtils.equals(JRPropertiesMap p1,
JRPropertiesMap p2)
Determines whether two property sets are identical.
|
static java.util.List<JRProperties.PropertySuffix> |
JRProperties.getAllProperties(JRPropertiesMap propertiesMap,
java.lang.String prefix)
Deprecated.
Returns the list of all properties for a key prefix, including global
properties.
|
static boolean |
JRProperties.getBooleanProperty(JRPropertiesMap propertiesMap,
java.lang.String key,
boolean defaultValue)
Deprecated.
Returns the value of a property as a boolean, looking first in the supplied properties map
and then in the system properties.
|
static java.lang.Character |
JRProperties.getCharacterProperty(JRPropertiesMap propertiesMap,
java.lang.String key)
Deprecated.
Returns the value of a property as a
Character value,
looking first in the supplied properties holder and then in the
system properties. |
static float |
JRProperties.getFloatProperty(JRPropertiesMap propertiesMap,
java.lang.String key,
float defaultValue)
Deprecated.
Returns the value of a property as a float, looking first in the supplied properties map
and then in the system properties.
|
static int |
JRProperties.getIntegerProperty(JRPropertiesMap propertiesMap,
java.lang.String key,
int defaultValue)
Deprecated.
Returns the value of a property as an integer, looking first in the supplied properties map
and then in the system properties.
|
static long |
JRProperties.getLongProperty(JRPropertiesMap propertiesMap,
java.lang.String key,
int defaultValue)
Deprecated.
Returns the value of a property as a long, looking first in the supplied properties map
and then in the system properties.
|
static java.util.List<JRProperties.PropertySuffix> |
JRProperties.getProperties(JRPropertiesMap propertiesMap,
java.lang.String prefix)
Deprecated.
Returns the list of all properties for a key prefix.
|
static java.lang.String |
JRProperties.getProperty(JRPropertiesMap propertiesMap,
java.lang.String key)
Deprecated.
Returns the value of a property, looking first in the supplied properties map
and then in the system properties.
|
protected static void |
JRProperties.transfer(JRPropertiesMap source,
JRPropertiesHolder destination,
java.lang.String tranferPropertiesPrefix)
Deprecated.
|
static void |
JRProperties.transferProperties(JRPropertiesMap source,
JRPropertiesHolder destination,
java.lang.String tranferPropertiesPrefix)
Deprecated.
Copies properties from one object to another.
|
Modifier and Type | Method and Description |
---|---|
JRPropertiesMap |
ReadOnlyPartJasperPrint.getPropertiesMap() |
Modifier and Type | Method and Description |
---|---|
ExtensionsRegistry |
ExtensionsRegistryFactory.createRegistry(java.lang.String registryId,
JRPropertiesMap properties)
Instantiates an extensions registry.
|
ExtensionsRegistry |
DefaultExtensionsRegistryFactory.createRegistry(java.lang.String registryId,
JRPropertiesMap properties) |
ExtensionsRegistry |
SpringExtensionsRegistryFactory.createRegistry(java.lang.String registryId,
JRPropertiesMap properties) |
protected ListableBeanFactory |
SpringExtensionsRegistryFactory.getBeanFactory(java.lang.String registryId,
JRPropertiesMap properties) |
protected ExtensionsRegistry |
DefaultExtensionsRegistry.instantiateRegistry(JRPropertiesMap props,
java.lang.String registryId,
java.lang.String factoryClass) |
Modifier and Type | Method and Description |
---|---|
ExtensionsRegistry |
FunctionsRegistryFactory.createRegistry(java.lang.String registryId,
JRPropertiesMap properties) |
Modifier and Type | Method and Description |
---|---|
ExtensionsRegistry |
GovernorExtensionsRegistryFactory.createRegistry(java.lang.String registryId,
JRPropertiesMap properties) |
Modifier and Type | Method and Description |
---|---|
ExtensionsRegistry |
PartComponentsExtensionsRegistryFactory.createRegistry(java.lang.String registryId,
JRPropertiesMap properties) |
Modifier and Type | Method and Description |
---|---|
ExtensionsRegistry |
FileRepositoryServiceExtensionsRegistryFactory.createRegistry(java.lang.String registryId,
JRPropertiesMap properties) |
ExtensionsRegistry |
DefaultRepositoryExtensionsRegistryFactory.createRegistry(java.lang.String registryId,
JRPropertiesMap properties) |
ExtensionsRegistry |
FileRepositoryExtensionsRegistryFactory.createRegistry(java.lang.String registryId,
JRPropertiesMap properties) |
Modifier and Type | Method and Description |
---|---|
ExtensionsRegistry |
DateRangeQueryClauseExtensions.createRegistry(java.lang.String registryId,
JRPropertiesMap properties) |
Modifier and Type | Method and Description |
---|---|
ExtensionsRegistry |
CastorMappingExtensionsRegistryFactory.createRegistry(java.lang.String registryId,
JRPropertiesMap properties) |
ExtensionsRegistry |
IdentitySecretsProviderExtensionsRegistryFactory.createRegistry(java.lang.String registryId,
JRPropertiesMap properties) |
Modifier and Type | Method and Description |
---|---|
ExtensionsRegistry |
WebResourceHandlersExtensionRegistryFactory.createRegistry(java.lang.String registryId,
JRPropertiesMap properties) |
ExtensionsRegistry |
JacksonMappingExtensionsRegistryFactory.createRegistry(java.lang.String registryId,
JRPropertiesMap properties) |
ExtensionsRegistry |
ContentTypeMappingExtensionsRegistryFactory.createRegistry(java.lang.String registryId,
JRPropertiesMap properties) |
ExtensionsRegistry |
RequirejsConfigTemplateExtensionFactory.createRegistry(java.lang.String registryId,
JRPropertiesMap properties) |
ExtensionsRegistry |
RequirejsModuleMappingExtensionsRegistryFactory.createRegistry(java.lang.String registryId,
JRPropertiesMap properties) |
protected void |
RequirejsConfigTemplateExtensionFactory.setPaths(java.lang.String registryId,
JRPropertiesMap properties,
RequirejsTemplateConfigContributor templateContributor) |
protected void |
RequirejsConfigTemplateExtensionFactory.setResources(java.lang.String registryId,
JRPropertiesMap properties,
RequirejsTemplateConfigContributor templateContributor) |
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com