Package | Description |
---|---|
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.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).
|
Modifier and Type | Interface and Description |
---|---|
interface |
JRCommonGraphicElement
An abstract representation of a report graphic element.
|
interface |
JRCommonImage
An abstract representation that provides basic functionality for images.
|
interface |
JRConditionalStyle |
interface |
JREllipse
An abstract representation of a graphic element representing an ellipse.
|
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 |
JRLineBox
This is useful for drawing borders around text elements and images.
|
interface |
JRPrintEllipse |
interface |
JRPrintGraphicElement |
interface |
JRPrintImage |
interface |
JRPrintLine |
interface |
JRPrintRectangle |
interface |
JRRectangle
An abstract representation of a graphic element representing a rectangle.
|
interface |
JRStyle
Provides a collection of style settings declared at the report level.
|
Modifier and Type | Method and Description |
---|---|
JRPen |
JRPen.clone(JRPenContainer penContainer) |
Modifier and Type | Class and Description |
---|---|
class |
JRBaseConditionalStyle |
class |
JRBaseEllipse
The actual implementation of a graphic element representing an ellipse.
|
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 |
JRBaseLineBox
This is useful for drawing borders around text elements and images.
|
class |
JRBasePrintEllipse |
class |
JRBasePrintGraphicElement |
class |
JRBasePrintImage |
class |
JRBasePrintLine |
class |
JRBasePrintRectangle |
class |
JRBaseRectangle
The actual implementation of a graphic element representing a rectangle.
|
class |
JRBaseStyle |
Modifier and Type | Field and Description |
---|---|
protected JRPenContainer |
JRBasePen.penContainer |
Modifier and Type | Method and Description |
---|---|
JRPen |
JRBasePen.clone(JRPenContainer penContainer) |
Constructor and Description |
---|
JRBasePen(JRPenContainer penContainer) |
Modifier and Type | Class and Description |
---|---|
class |
JRDesignConditionalStyle |
class |
JRDesignEllipse
The actual implementation of a graphic element representing an ellipse, 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 |
JRDesignRectangle
The actual implementation of a graphic element representing a rectangle, used at design time.
|
class |
JRDesignStyle |
Modifier and Type | Class and Description |
---|---|
class |
CachingLineBox |
class |
JRFillEllipse |
class |
JRFillGraphicElement |
class |
JRFillImage |
class |
JRFillLine |
class |
JRFillRectangle |
class |
JRRecordedValuesPrintImage
Print image implementation that supports recorded values.
|
class |
JRTemplateEllipse
Ellipse information shared by multiple print ellipse objects.
|
class |
JRTemplateGraphicElement
Base class consisting of graphic print element information shared by multiple
print element instances.
|
class |
JRTemplateImage
Image information shared by multiple print image objects.
|
class |
JRTemplateLine
Line element information shared by multiple print line objects.
|
class |
JRTemplatePrintEllipse
Base implementation of
JRPrintEllipse that uses
a JRTemplateEllipse instance to
store common attributes. |
class |
JRTemplatePrintGraphicElement
Base implementation of
JRPrintGraphicElement that uses
a JRTemplateGraphicElement instance to
store common attributes. |
class |
JRTemplatePrintImage
Implementation of
JRPrintImage that uses
a JRTemplateImage instance to
store common attributes. |
class |
JRTemplatePrintLine
Implementation of
JRPrintLine that uses
a JRTemplateLine instance to
store common attributes. |
class |
JRTemplatePrintRectangle
Implementation of
JRPrintRectangle that uses
a JRTemplateRectangle instance to
store common attributes. |
class |
JRTemplateRectangle
Rectangle information shared by multiple print rectangle objects.
|
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com