|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JRPropertiesHolder | |
---|---|
net.sf.jasperreports.crosstabs | |
net.sf.jasperreports.crosstabs.base | |
net.sf.jasperreports.crosstabs.design | |
net.sf.jasperreports.crosstabs.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.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. |
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 | Utility classes. |
Uses of JRPropertiesHolder in net.sf.jasperreports.crosstabs |
---|
Subinterfaces of JRPropertiesHolder in net.sf.jasperreports.crosstabs | |
---|---|
interface |
JRCrosstab
Crosstab element interface. |
interface |
JRCrosstabParameter
Crosstab paramters interface. |
Uses of JRPropertiesHolder in net.sf.jasperreports.crosstabs.base |
---|
Classes in net.sf.jasperreports.crosstabs.base that implement JRPropertiesHolder | |
---|---|
class |
JRBaseCrosstab
Base read-only crosstab implementation. |
class |
JRBaseCrosstabParameter
Base read-only implementation of crosstab parameters. |
Uses of JRPropertiesHolder in net.sf.jasperreports.crosstabs.design |
---|
Classes in net.sf.jasperreports.crosstabs.design that implement JRPropertiesHolder | |
---|---|
class |
JRDesignCrosstab
Design-time crosstab implementation. |
class |
JRDesignCrosstabParameter
Implementation of crosstab parameters to be used for report designing. |
Uses of JRPropertiesHolder in net.sf.jasperreports.crosstabs.fill |
---|
Classes in net.sf.jasperreports.crosstabs.fill that implement JRPropertiesHolder | |
---|---|
class |
JRFillCrosstabParameter
Crosstab parameter implementation used at fill time. |
Uses of JRPropertiesHolder in net.sf.jasperreports.engine |
---|
Subinterfaces of JRPropertiesHolder in net.sf.jasperreports.engine | |
---|---|
interface |
JRBreak
An abstract representation of a break element. |
interface |
JRChart
Implementations of this interface can be used for rendering chart components. |
interface |
JRDataset
Interface representing a data set that can be used in a report. |
interface |
JRElement
An abstract representation of a report element. |
interface |
JREllipse
An abstract representation of a graphic element representing an ellipse. |
interface |
JRField
An abstract representation of a data source field. |
interface |
JRFrame
An abstract representation of a report elements container. |
interface |
JRGraphicElement
An abstract representation of a report graphic element. |
interface |
JRImage
An abstract representation of a graphic element representing an image. |
interface |
JRLine
An abstract representation of a graphic element representing a straight line. |
interface |
JRParameter
|
interface |
JRRectangle
An abstract representation of a graphic element representing a rectangle. |
interface |
JRReport
An abstract representation of a Jasper report. |
interface |
JRStaticText
An abstract representation of a report static text. |
interface |
JRSubreport
|
interface |
JRTextElement
An abstract representation of a report text element. |
interface |
JRTextField
An abstract representation of a report static text. |
interface |
JRValueParameter
A report/dataset parameter having an assigned value. |
Classes in net.sf.jasperreports.engine that implement JRPropertiesHolder | |
---|---|
class |
JasperPrint
An instance of this class represents a page-oriented document that can be viewed, printed or exported to other formats. |
class |
JasperReport
The actual representation of a compiled report. |
Methods in net.sf.jasperreports.engine that return JRPropertiesHolder | |
---|---|
JRPropertiesHolder |
JasperPrint.getParentProperties()
|
JRPropertiesHolder |
JRPropertiesHolder.getParentProperties()
Returns the parent properties holder, whose properties are used as defaults for this object. |
Methods in net.sf.jasperreports.engine with parameters of type JRPropertiesHolder | |
---|---|
static JRPropertiesMap |
JRPropertiesMap.getPropertiesClone(JRPropertiesHolder propertiesHolder)
Clones the properties map of a properties holder. |
Uses of JRPropertiesHolder in net.sf.jasperreports.engine.base |
---|
Classes in net.sf.jasperreports.engine.base that implement JRPropertiesHolder | |
---|---|
class |
JRBaseBreak
The actual implementation of a break element. |
class |
JRBaseChart
|
class |
JRBaseDataset
The base implementation of JRDataset . |
class |
JRBaseElement
This class provides a skeleton implementation for a report element. |
class |
JRBaseEllipse
The actual implementation of a graphic element representing an ellipse. |
class |
JRBaseField
|
class |
JRBaseFrame
Base read-only implementation of JRFrame . |
class |
JRBaseGraphicElement
This class provides functionality common to graphic elements. |
class |
JRBaseImage
The actual implementation of a graphic element representing an image. |
class |
JRBaseLine
The actual implementation of a graphic element representing a straight line. |
class |
JRBaseParameter
|
class |
JRBaseRectangle
The actual implementation of a graphic element representing a rectangle. |
class |
JRBaseReport
|
class |
JRBaseStaticText
This class is used for representing a static text element. |
class |
JRBaseSubreport
|
class |
JRBaseTextElement
This class provides functionality common to text elements. |
class |
JRBaseTextField
This class is used for representing a text field. |
Methods in net.sf.jasperreports.engine.base that return JRPropertiesHolder | |
---|---|
JRPropertiesHolder |
JRBaseDataset.getParentProperties()
|
JRPropertiesHolder |
JRBaseElement.getParentProperties()
|
JRPropertiesHolder |
JRBaseField.getParentProperties()
|
JRPropertiesHolder |
JRBaseParameter.getParentProperties()
|
JRPropertiesHolder |
JRBaseReport.getParentProperties()
|
Uses of JRPropertiesHolder in net.sf.jasperreports.engine.design |
---|
Classes in net.sf.jasperreports.engine.design that implement JRPropertiesHolder | |
---|---|
class |
JasperDesign
JasperDesign is used for in-memory representation of a report design. |
class |
JRDesignBreak
The actual implementation of a break element, used at design time. |
class |
JRDesignChart
|
class |
JRDesignDataset
Implementation of JRDataset to be used for report desing. |
class |
JRDesignElement
This class provides a skeleton implementation for a design time report element. |
class |
JRDesignEllipse
The actual implementation of a graphic element representing an ellipse, used at design time. |
class |
JRDesignField
|
class |
JRDesignFrame
Implementation of JRFrame to be used at design time. |
class |
JRDesignGraphicElement
This class contains functionality common to graphic elements at design time. |
class |
JRDesignImage
The actual implementation of a graphic element representing an image, used at design time. |
class |
JRDesignLine
The actual implementation of a graphic element representing a straight line, used at design time. |
class |
JRDesignParameter
|
class |
JRDesignRectangle
The actual implementation of a graphic element representing a rectangle, used at design time. |
class |
JRDesignStaticText
This class is used for representing a design static text element. |
class |
JRDesignSubreport
|
class |
JRDesignTextElement
This class provides functionality common to design text elements. |
class |
JRDesignTextField
|
Uses of JRPropertiesHolder in net.sf.jasperreports.engine.export |
---|
Methods in net.sf.jasperreports.engine.export with parameters of type JRPropertiesHolder | |
---|---|
protected void |
JRXmlExporter.exportProperties(JRPropertiesHolder propertiesHolder)
|
Uses of JRPropertiesHolder in net.sf.jasperreports.engine.fill |
---|
Classes in net.sf.jasperreports.engine.fill that implement JRPropertiesHolder | |
---|---|
class |
JRFillBreak
|
class |
JRFillChart
|
class |
JRFillCrosstab
Fill-time implementation of a crosstab . |
class |
JRFillDataset
|
class |
JRFillElement
|
class |
JRFillEllipse
|
class |
JRFillField
|
class |
JRFillFrame
Fill time implementation of a frame element. |
class |
JRFillGraphicElement
|
class |
JRFillImage
|
class |
JRFillLine
|
class |
JRFillParameter
|
class |
JRFillRectangle
|
class |
JRFillStaticText
|
class |
JRFillSubreport
|
class |
JRFillTextElement
|
class |
JRFillTextField
|
Methods in net.sf.jasperreports.engine.fill that return JRPropertiesHolder | |
---|---|
JRPropertiesHolder |
JRFillDataset.getParentProperties()
|
JRPropertiesHolder |
JRFillElement.getParentProperties()
|
JRPropertiesHolder |
JRFillField.getParentProperties()
|
JRPropertiesHolder |
JRFillParameter.getParentProperties()
|
protected JRPropertiesHolder |
TextMeasurer.getTextPropertiesHolder()
|
Uses of JRPropertiesHolder in net.sf.jasperreports.engine.util |
---|
Methods in net.sf.jasperreports.engine.util with parameters of type JRPropertiesHolder | |
---|---|
static JRTextMeasurer |
JRTextMeasurerUtil.createTextMeasurer(JRCommonText text,
JRPropertiesHolder propertiesHolder)
Creates a text measurer for a text object. |
static boolean |
JRProperties.getBooleanProperty(JRPropertiesHolder propertiesHolder,
java.lang.String key,
boolean defaultValue)
Returns the value of a property as a boolean, looking first in the supplied properties holder and then in the system properties. |
static int |
JRProperties.getIntegerProperty(JRPropertiesHolder propertiesHolder,
java.lang.String key,
int defaultValue)
Returns the value of a property as an integer, looking first in the supplied properties holder and then in the system properties. |
protected static JRPropertiesMap |
JRProperties.getOwnProperties(JRPropertiesHolder propertiesHolder)
|
static java.util.List |
JRProperties.getProperties(JRPropertiesHolder propertiesHolder,
java.lang.String prefix)
Returns the list of all properties for a key prefix. |
static java.lang.String |
JRProperties.getProperty(JRPropertiesHolder propertiesHolder,
java.lang.String key)
Returns the value of a property, looking first in the supplied properties holder and then in the system properties. |
static JRTextMeasurerFactory |
JRTextMeasurerUtil.getTextMeasurerFactory(JRPropertiesHolder propertiesHolder)
Returns the text measurer factory given a set of properties. |
protected static java.lang.String |
JRTextMeasurerUtil.getTextMeasurerFactoryClass(JRPropertiesHolder propertiesHolder)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |