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.convert | |
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 |
Contains utility classes for the core library.
|
net.sf.jasperreports.engine.xml |
Contains classes for loading report templates from XML files.
|
Modifier and Type | Method and Description |
---|---|
void |
JRExpressionCollector.collect(JRRectangle rectangle) |
void |
JRVisitor.visitRectangle(JRRectangle rectangle) |
Modifier and Type | Class and Description |
---|---|
class |
JRBaseRectangle
The actual implementation of a graphic element representing a rectangle.
|
Modifier and Type | Method and Description |
---|---|
void |
JRBaseObjectFactory.visitRectangle(JRRectangle rectangle) |
Constructor and Description |
---|
JRBaseRectangle(JRRectangle rectangle,
JRBaseObjectFactory factory)
Initializes properties that are specific to rectangles.
|
Modifier and Type | Method and Description |
---|---|
void |
ConvertVisitor.visitRectangle(JRRectangle rectangle) |
Modifier and Type | Class and Description |
---|---|
class |
JRDesignRectangle
The actual implementation of a graphic element representing a rectangle, used at design time.
|
Modifier and Type | Class and Description |
---|---|
class |
JRFillRectangle |
Modifier and Type | Method and Description |
---|---|
protected void |
JRTemplateRectangle.setRectangle(JRRectangle rectangle) |
void |
JRFillObjectFactory.visitRectangle(JRRectangle rectangle) |
Constructor and Description |
---|
JRFillRectangle(JRBaseFiller filler,
JRRectangle rectangle,
JRFillObjectFactory factory) |
JRTemplateRectangle(JROrigin origin,
JRDefaultStyleProvider defaultStyleProvider,
JRRectangle rectangle) |
Modifier and Type | Method and Description |
---|---|
void |
JRVisitorSupport.visitRectangle(JRRectangle rectangle) |
void |
JRDelegationVisitor.visitRectangle(JRRectangle rectangle) |
void |
UniformElementVisitor.visitRectangle(JRRectangle rectangle) |
void |
JRApiWriter.writeRectangle(JRRectangle rectangle,
String rectangleName) |
Modifier and Type | Method and Description |
---|---|
void |
XmlWriterVisitor.visitRectangle(JRRectangle rectangle) |
void |
JRXmlWriter.writeRectangle(JRRectangle rectangle) |
Copyright © 2016. All rights reserved.