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.export.draw |
Contains classes for drawing elements at export time.
|
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(JRBreak breakElement) |
void |
JRVisitor.visitBreak(JRBreak breakElement) |
Modifier and Type | Class and Description |
---|---|
class |
JRBaseBreak
The actual implementation of a break element.
|
Modifier and Type | Method and Description |
---|---|
void |
JRBaseObjectFactory.visitBreak(JRBreak breakElement) |
Constructor and Description |
---|
JRBaseBreak(JRBreak breakElement,
JRBaseObjectFactory factory)
Initializes properties that are specific to break elements.
|
Modifier and Type | Method and Description |
---|---|
void |
ConvertVisitor.visitBreak(JRBreak breakElement) |
Modifier and Type | Class and Description |
---|---|
class |
JRDesignBreak
The actual implementation of a break element, used at design time.
|
Modifier and Type | Method and Description |
---|---|
void |
DrawVisitor.visitBreak(JRBreak breakElement) |
Modifier and Type | Class and Description |
---|---|
class |
JRFillBreak |
Modifier and Type | Method and Description |
---|---|
void |
JRFillObjectFactory.visitBreak(JRBreak breakElement) |
Constructor and Description |
---|
JRFillBreak(JRBaseFiller filler,
JRBreak breakElement,
JRFillObjectFactory factory) |
Modifier and Type | Method and Description |
---|---|
void |
UniformElementVisitor.visitBreak(JRBreak breakElement) |
void |
JRDelegationVisitor.visitBreak(JRBreak breakElement) |
void |
JRVisitorSupport.visitBreak(JRBreak breakElement) |
void |
JRApiWriter.writeBreak(JRBreak breakElement,
String breakName) |
Modifier and Type | Method and Description |
---|---|
void |
XmlWriterVisitor.visitBreak(JRBreak breakElement) |
void |
JRXmlWriter.writeBreak(JRBreak breakElement) |
Copyright © 2016. All rights reserved.