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).
|
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 |
---|---|
abstract JRConditionalStyle |
JRAbstractObjectFactory.getConditionalStyle(JRConditionalStyle conditionalStyle,
JRStyle parentStyle) |
JRConditionalStyle[] |
JRStyle.getConditionalStyles() |
Modifier and Type | Method and Description |
---|---|
abstract JRConditionalStyle |
JRAbstractObjectFactory.getConditionalStyle(JRConditionalStyle conditionalStyle,
JRStyle parentStyle) |
Modifier and Type | Class and Description |
---|---|
class |
JRBaseConditionalStyle |
Modifier and Type | Field and Description |
---|---|
protected JRConditionalStyle[] |
JRBaseStyle.conditionalStyles |
Modifier and Type | Method and Description |
---|---|
JRConditionalStyle |
JRBaseObjectFactory.getConditionalStyle(JRConditionalStyle conditionalStyle,
JRStyle style) |
JRConditionalStyle[] |
JRBaseStyle.getConditionalStyles() |
Modifier and Type | Method and Description |
---|---|
JRConditionalStyle |
JRBaseObjectFactory.getConditionalStyle(JRConditionalStyle conditionalStyle,
JRStyle style) |
Constructor and Description |
---|
JRBaseConditionalStyle(JRConditionalStyle style,
JRStyle parentStyle,
JRAbstractObjectFactory factory) |
Modifier and Type | Class and Description |
---|---|
class |
JRDesignConditionalStyle |
Modifier and Type | Method and Description |
---|---|
JRConditionalStyle[] |
JRDesignStyle.getConditionalStyles() |
Modifier and Type | Method and Description |
---|---|
List<JRConditionalStyle> |
JRDesignStyle.getConditionalStyleList() |
Modifier and Type | Method and Description |
---|---|
void |
JRDesignStyle.addConditionalStyle(int index,
JRConditionalStyle conditionalStyle) |
void |
JRDesignStyle.addConditionalStyle(JRConditionalStyle conditionalStyle) |
boolean |
JRDesignStyle.removeConditionalStyle(JRConditionalStyle conditionalStyle) |
Modifier and Type | Method and Description |
---|---|
JRConditionalStyle |
JRFillObjectFactory.getConditionalStyle(JRConditionalStyle conditionalStyle,
JRStyle style) |
Modifier and Type | Method and Description |
---|---|
JRConditionalStyle |
JRFillObjectFactory.getConditionalStyle(JRConditionalStyle conditionalStyle,
JRStyle style) |
Modifier and Type | Method and Description |
---|---|
protected void |
JRApiWriter.writeConditionalStyle(JRConditionalStyle style,
String styleName)
Writes a conditional style.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JRXmlBaseWriter.writeConditionalStyle(JRConditionalStyle style)
Writes a conditional style.
|
Copyright © 2016. All rights reserved.