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(JRLine line) |
void |
JRVisitor.visitLine(JRLine line) |
Modifier and Type | Class and Description |
---|---|
class |
JRBaseLine
The actual implementation of a graphic element representing a straight line.
|
Modifier and Type | Method and Description |
---|---|
void |
JRBaseObjectFactory.visitLine(JRLine line) |
Constructor and Description |
---|
JRBaseLine(JRLine line,
JRBaseObjectFactory factory)
Initializes properties that are specific to lines.
|
Modifier and Type | Method and Description |
---|---|
void |
ConvertVisitor.visitLine(JRLine line) |
Modifier and Type | Class and Description |
---|---|
class |
JRDesignLine
The actual implementation of a graphic element representing a straight line, used at design time.
|
Modifier and Type | Class and Description |
---|---|
class |
JRFillLine |
Modifier and Type | Method and Description |
---|---|
protected void |
JRTemplateLine.setLine(JRLine line) |
void |
JRFillObjectFactory.visitLine(JRLine line) |
Constructor and Description |
---|
JRFillLine(JRBaseFiller filler,
JRLine line,
JRFillObjectFactory factory) |
JRTemplateLine(JROrigin origin,
JRDefaultStyleProvider defaultStyleProvider,
JRLine line) |
Modifier and Type | Method and Description |
---|---|
void |
JRDelegationVisitor.visitLine(JRLine line) |
void |
JRVisitorSupport.visitLine(JRLine line) |
void |
UniformElementVisitor.visitLine(JRLine line) |
void |
JRApiWriter.writeLine(JRLine line,
java.lang.String lineName) |
Modifier and Type | Method and Description |
---|---|
void |
XmlWriterVisitor.visitLine(JRLine line) |
void |
JRXmlWriter.writeLine(JRLine line) |
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com