Package | Description |
---|---|
net.sf.jasperreports.components | |
net.sf.jasperreports.components.table.fill | |
net.sf.jasperreports.engine |
Provides access to the library's main functionality through façade 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.export |
Provides utility classes for exporting reports to various popular formats.
|
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 | |
net.sf.jasperreports.engine.util |
Utility classes.
|
net.sf.jasperreports.extensions | |
net.sf.jasperreports.governors |
Modifier and Type | Method and Description |
---|---|
ExtensionsRegistry |
ComponentsExtensionsRegistryFactory.createRegistry(java.lang.String registryId,
JRPropertiesMap properties) |
Modifier and Type | Method and Description |
---|---|
JRPropertiesMap |
TableReport.getPropertiesMap() |
JRPropertiesMap |
TableReportDataset.getPropertiesMap() |
Modifier and Type | Method and Description |
---|---|
JRPropertiesMap |
JRPropertiesMap.cloneProperties()
Clones this property map.
|
JRPropertiesMap |
JRPropertiesMap.getBaseProperties()
Returns the base properties map, if any.
|
static JRPropertiesMap |
JRPropertiesMap.getPropertiesClone(JRPropertiesHolder propertiesHolder)
Clones the properties map of a properties holder.
|
JRPropertiesMap |
ElementDecorator.getPropertiesMap() |
JRPropertiesMap |
JRPropertiesHolder.getPropertiesMap()
Returns this object's properties map.
|
JRPropertiesMap |
JasperPrint.getPropertiesMap() |
static JRPropertiesMap |
JRPropertiesMap.loadProperties(java.net.URL location)
Loads a properties file from a location.
|
Modifier and Type | Method and Description |
---|---|
void |
JRPropertiesMap.setBaseProperties(JRPropertiesMap base)
Sets the base properties map.
|
Constructor and Description |
---|
JRPropertiesMap(JRPropertiesMap propertiesMap)
Clones a properties map.
|
Modifier and Type | Field and Description |
---|---|
protected JRPropertiesMap |
JRBaseDataset.propertiesMap |
protected JRPropertiesMap |
JRBaseField.propertiesMap |
protected JRPropertiesMap |
JRBaseScriptlet.propertiesMap |
protected JRPropertiesMap |
JRBaseParameter.propertiesMap |
Modifier and Type | Method and Description |
---|---|
JRPropertiesMap |
JRBaseElement.getPropertiesMap() |
JRPropertiesMap |
JRBaseDataset.getPropertiesMap() |
JRPropertiesMap |
JRBaseField.getPropertiesMap() |
JRPropertiesMap |
JRBaseScriptlet.getPropertiesMap() |
JRPropertiesMap |
JRBaseParameter.getPropertiesMap() |
JRPropertiesMap |
JRBasePrintElement.getPropertiesMap() |
JRPropertiesMap |
JRBaseReport.getPropertiesMap() |
Modifier and Type | Method and Description |
---|---|
static JROriginExporterFilter |
JROriginExporterFilter.getFilter(JRPropertiesMap propertiesMap,
java.lang.String originFilterPrefix) |
Modifier and Type | Field and Description |
---|---|
protected JRPropertiesMap |
JRFillElement.dynamicProperties |
protected JRPropertiesMap |
JRFillElement.mergedProperties |
protected JRPropertiesMap |
JRFillElement.staticProperties |
Modifier and Type | Method and Description |
---|---|
protected JRPropertiesMap |
JRFillElement.getEvaluatedProperties() |
JRPropertiesMap |
JRFillScriptlet.getPropertiesMap() |
JRPropertiesMap |
JRFillParameter.getPropertiesMap() |
JRPropertiesMap |
JRFillField.getPropertiesMap() |
JRPropertiesMap |
JRTemplateElement.getPropertiesMap() |
JRPropertiesMap |
JRFillDataset.getPropertiesMap() |
JRPropertiesMap |
JRFillElement.getPropertiesMap() |
JRPropertiesMap |
JRTemplatePrintElement.getPropertiesMap() |
Modifier and Type | Method and Description |
---|---|
ExtensionsRegistry |
SimpleFontExtensionsRegistryFactory.createRegistry(java.lang.String registryId,
JRPropertiesMap properties) |
Modifier and Type | Method and Description |
---|---|
protected static JRPropertiesMap |
JRProperties.getOwnProperties(JRPropertiesHolder propertiesHolder) |
JRPropertiesMap |
DelegatePropertiesHolder.getPropertiesMap() |
Modifier and Type | Method and Description |
---|---|
static java.util.List |
JRProperties.getAllProperties(JRPropertiesMap propertiesMap,
java.lang.String prefix)
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)
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)
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)
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)
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)
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.getProperties(JRPropertiesMap propertiesMap,
java.lang.String prefix)
Returns the list of all properties for a key prefix.
|
static java.lang.String |
JRProperties.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.
|
protected static void |
JRProperties.transfer(JRPropertiesMap source,
JRPropertiesHolder destination,
java.lang.String tranferPropertiesPrefix) |
static void |
JRProperties.transferProperties(JRPropertiesMap source,
JRPropertiesHolder destination,
java.lang.String tranferPropertiesPrefix)
Copies properties from one object to another.
|
Modifier and Type | Method and Description |
---|---|
ExtensionsRegistry |
DefaultExtensionsRegistryFactory.createRegistry(java.lang.String registryId,
JRPropertiesMap properties) |
ExtensionsRegistry |
SpringExtensionsRegistryFactory.createRegistry(java.lang.String registryId,
JRPropertiesMap properties) |
ExtensionsRegistry |
ExtensionsRegistryFactory.createRegistry(java.lang.String registryId,
JRPropertiesMap properties)
Instantiates an extensions registry.
|
protected org.springframework.beans.factory.ListableBeanFactory |
SpringExtensionsRegistryFactory.getBeanFactory(java.lang.String registryId,
JRPropertiesMap properties) |
protected ExtensionsRegistry |
DefaultExtensionsRegistry.instantiateRegistry(JRPropertiesMap props,
java.lang.String registryId,
java.lang.String factoryClass) |
protected java.util.List |
DefaultExtensionsRegistry.loadRegistries(JRPropertiesMap properties) |
Modifier and Type | Method and Description |
---|---|
ExtensionsRegistry |
GovernorExtensionsRegistryFactory.createRegistry(java.lang.String registryId,
JRPropertiesMap properties) |
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com