Package | Description |
---|---|
net.sf.jasperreports.crosstabs | |
net.sf.jasperreports.crosstabs.base | |
net.sf.jasperreports.crosstabs.design | |
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.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.
|
Modifier and Type | Method and Description |
---|---|
JRBox |
JRCellContents.getBox()
Deprecated.
Replaced by
JRBoxContainer.getLineBox() |
Modifier and Type | Method and Description |
---|---|
JRBox |
JRBaseCellContents.getBox()
Deprecated.
Replaced by
JRBaseCellContents.getLineBox() |
Modifier and Type | Method and Description |
---|---|
JRBox |
JRDesignCellContents.getBox()
Deprecated.
Replaced by
JRDesignCellContents.getLineBox() |
Modifier and Type | Method and Description |
---|---|
void |
JRDesignCellContents.setBox(JRBox box)
Deprecated.
Replaced by
JRDesignCellContents.getLineBox() |
Modifier and Type | Interface and Description |
---|---|
interface |
JRChart
Implementations of this interface can be used for rendering chart components.
|
interface |
JRFrame
An abstract representation of a report elements container.
|
interface |
JRImage
An abstract representation of a graphic element representing an image.
|
interface |
JRPrintFrame
A print elements container.
|
interface |
JRPrintImage |
interface |
JRPrintText |
interface |
JRStaticText
An abstract representation of a report static text.
|
interface |
JRTextElement
An abstract representation of a report text element.
|
interface |
JRTextField
An abstract representation of a report static text.
|
Modifier and Type | Method and Description |
---|---|
JRBox |
JRImage.getBox()
Deprecated.
Replaced by
JRBoxContainer.getLineBox() |
JRBox |
JRPrintImage.getBox()
Deprecated.
Replaced by
JRBoxContainer.getLineBox() |
JRBox |
JRChart.getBox()
Deprecated.
Replaced by
JRBoxContainer.getLineBox() |
JRBox |
JRPrintText.getBox()
Deprecated.
Replaced by
JRBoxContainer.getLineBox() |
JRBox |
JRTextElement.getBox()
Deprecated.
Replaced by
JRBoxContainer.getLineBox() |
Modifier and Type | Method and Description |
---|---|
void |
JRPrintImage.setBox(JRBox box)
Deprecated.
Replaced by
JRBoxContainer.getLineBox() |
void |
JRPrintText.setBox(JRBox box)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
JRBaseBox
Deprecated.
Replaced by
JRBaseLineBox |
class |
JRBaseChart |
class |
JRBaseFrame
Base read-only implementation of
JRFrame . |
class |
JRBaseImage
The actual implementation of a graphic element representing an image.
|
class |
JRBasePrintFrame
Base implementation of
JRPrintFrame . |
class |
JRBasePrintImage |
class |
JRBasePrintText |
class |
JRBaseStaticText
This class is used for representing a static text element.
|
class |
JRBaseTextElement
This class provides functionality common to text elements.
|
class |
JRBaseTextField
This class is used for representing a text field.
|
Modifier and Type | Method and Description |
---|---|
JRBox |
JRBaseImage.getBox()
Deprecated.
Replaced by
JRBaseImage.getLineBox() |
JRBox |
JRBaseFrame.getBox()
Deprecated.
Replaced by
JRBaseFrame.getLineBox() |
JRBox |
JRBaseTextElement.getBox()
Deprecated.
Replaced by
JRBaseTextElement.getLineBox() |
JRBox |
JRBasePrintFrame.getBox()
Deprecated.
Replaced by
JRBasePrintFrame.getLineBox() |
JRBox |
JRBasePrintText.getBox()
Deprecated.
Replaced by
JRBasePrintText.getLineBox() |
JRBox |
JRBasePrintImage.getBox()
Deprecated.
Replaced by
JRBasePrintImage.getLineBox() |
JRBox |
JRBaseChart.getBox()
Deprecated.
Replaced by
JRBaseChart.getLineBox() |
Modifier and Type | Method and Description |
---|---|
void |
JRBasePrintFrame.setBox(JRBox box)
Deprecated.
Replaced by
JRBasePrintFrame.copyBox(JRLineBox) |
void |
JRBasePrintText.setBox(JRBox box)
Deprecated.
Replaced by
JRBasePrintText.copyBox(JRLineBox) |
void |
JRBasePrintImage.setBox(JRBox box)
Deprecated.
Replaced by
JRBasePrintImage.copyBox(JRLineBox) |
Constructor and Description |
---|
JRBaseBox(JRBox box)
Deprecated.
Replaced by
JRLineBox.clone(JRBoxContainer) |
Modifier and Type | Class and Description |
---|---|
class |
JRDesignChart |
class |
JRDesignFrame
Implementation of
JRFrame to be used at design time. |
class |
JRDesignImage
The actual implementation of a graphic element representing an image, used at design time.
|
class |
JRDesignStaticText
This class is used for representing a design static text element.
|
class |
JRDesignTextElement
This class provides functionality common to design text elements.
|
class |
JRDesignTextField |
Modifier and Type | Method and Description |
---|---|
JRBox |
JRDesignImage.getBox()
Deprecated.
Replaced by
JRDesignImage.getLineBox() |
JRBox |
JRDesignChart.getBox()
Deprecated.
Replaced by
JRDesignChart.getLineBox() |
JRBox |
JRDesignFrame.getBox()
Deprecated.
Replaced by
JRDesignFrame.getLineBox() |
JRBox |
JRDesignTextElement.getBox()
Deprecated.
Replaced by
JRDesignTextElement.getLineBox() |
Modifier and Type | Method and Description |
---|---|
void |
JRDesignImage.setBox(JRBox box)
Deprecated.
Replaced by
JRDesignImage.getLineBox() |
void |
JRDesignChart.setBox(JRBox box)
Deprecated.
Replaced by
JRDesignChart.getLineBox() |
void |
JRDesignFrame.setBox(JRBox box)
Deprecated.
Replaced by
JRDesignFrame.copyBox(JRLineBox) |
void |
JRDesignTextElement.setBox(JRBox box)
Deprecated.
Replaced by
JRDesignTextElement.getLineBox() |
Modifier and Type | Class and Description |
---|---|
class |
JRFillChart |
class |
JRFillFrame
Fill time implementation of a frame element.
|
class |
JRFillImage |
class |
JRFillStaticText |
class |
JRFillTextElement |
class |
JRFillTextField |
class |
JRRecordedValuesPrintImage
Print image implementation that supports recorded values.
|
class |
JRRecordedValuesPrintText
Print text implementation that supports recorded values.
|
class |
JRTemplateFrame
Frame information shared by multiple print frame objects.
|
class |
JRTemplateImage
Image information shared by multiple print image objects.
|
class |
JRTemplatePrintFrame
Implementation of
JRPrintFrame that uses
template frames to store common
attributes. |
class |
JRTemplatePrintImage
Implementation of
JRPrintImage that uses
a JRTemplateImage instance to
store common attributes. |
class |
JRTemplatePrintText
Implementation of
JRPrintText that uses
a JRTemplateText instance to
store common attributes. |
class |
JRTemplateText
Text element information shared by multiple print text objects.
|
Modifier and Type | Method and Description |
---|---|
JRBox |
JRTemplateFrame.getBox()
Deprecated.
Replaced by
JRTemplateFrame.getLineBox() |
JRBox |
JRTemplatePrintFrame.getBox()
Deprecated.
Replaced by
JRTemplatePrintFrame.getLineBox() |
JRBox |
JRTemplatePrintImage.getBox()
Deprecated.
Replaced by
JRTemplatePrintImage.getLineBox() |
JRBox |
JRFillCellContents.getBox()
Deprecated.
Replaced by
JRFillCellContents.getLineBox() |
JRBox |
JRFillTextElement.getBox()
Deprecated.
Replaced by
JRFillTextElement.getLineBox() |
JRBox |
JRTemplateImage.getBox()
Deprecated.
Replaced by
JRTemplateImage.getLineBox() |
JRBox |
JRFillImage.getBox()
Deprecated.
Replaced by
JRFillImage.getLineBox() |
JRBox |
JRTemplateText.getBox()
Deprecated.
Replaced by
JRTemplateText.getLineBox() |
JRBox |
JRFillChart.getBox()
Deprecated.
Replaced by
JRFillChart.getLineBox() |
JRBox |
JRTemplatePrintText.getBox()
Deprecated.
Replaced by
JRTemplatePrintText.getLineBox() |
Modifier and Type | Method and Description |
---|---|
void |
JRTemplateFrame.setBox(JRBox box)
Deprecated.
Replaced by
JRTemplateFrame.copyBox(JRLineBox) |
void |
JRTemplatePrintImage.setBox(JRBox box)
Deprecated.
Replaced by
JRTemplatePrintImage.getLineBox() |
void |
JRTemplateImage.setBox(JRBox box)
Deprecated.
Replaced by
JRTemplateImage.getLineBox() |
void |
JRTemplatePrintText.setBox(JRBox box)
Deprecated.
Replaced by
JRTemplatePrintText.getLineBox() |
Modifier and Type | Class and Description |
---|---|
class |
LineBoxWrapper |
Modifier and Type | Method and Description |
---|---|
static void |
JRBoxUtil.setBoxToLineBox(JRBox box,
JRLineBox lineBox) |
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com