Package | Description |
---|---|
net.sf.jasperreports.charts |
Contains interfaces for chart plots and chart datasets.
|
net.sf.jasperreports.charts.base |
Contains base implementations for chart related interfaces.
|
net.sf.jasperreports.charts.design |
Contains design time implementations for chart related interfaces.
|
net.sf.jasperreports.charts.fill |
Contains fill time implementations for chart related interfaces.
|
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 |
---|---|
JRItemLabel |
JRItemLabel.clone(JRChart parentChart)
Returns the item label formatting mask.
|
JRItemLabel |
JRPie3DPlot.getItemLabel() |
JRItemLabel |
JRBar3DPlot.getItemLabel() |
JRItemLabel |
JRBarPlot.getItemLabel() |
JRItemLabel |
JRPiePlot.getItemLabel() |
Modifier and Type | Class and Description |
---|---|
class |
JRBaseItemLabel
An immutable representation of the formatting options for showing the
item labels in a category plot.
|
Modifier and Type | Field and Description |
---|---|
protected JRItemLabel |
JRBasePiePlot.itemLabel |
protected JRItemLabel |
JRBaseBar3DPlot.itemLabel |
protected JRItemLabel |
JRBaseBarPlot.itemLabel |
protected JRItemLabel |
JRBasePie3DPlot.itemLabel |
Modifier and Type | Method and Description |
---|---|
JRItemLabel |
JRBaseItemLabel.clone(JRChart parentChart) |
JRItemLabel |
JRBasePiePlot.getItemLabel() |
JRItemLabel |
JRBaseBar3DPlot.getItemLabel() |
JRItemLabel |
JRBaseBarPlot.getItemLabel() |
JRItemLabel |
JRBasePie3DPlot.getItemLabel() |
Modifier and Type | Method and Description |
---|---|
void |
JRBasePiePlot.setItemLabel(JRItemLabel itemLabel) |
void |
JRBasePie3DPlot.setItemLabel(JRItemLabel itemLabel) |
Constructor and Description |
---|
JRBaseItemLabel(JRItemLabel itemLabel,
JRBaseObjectFactory factory)
Constructs a copy of an existing item label specification and registers
any expression in the new copy with the specified factory.
|
JRBaseItemLabel(JRItemLabel itemLabel,
JRChart chart)
Constructs a copy of an existing item label specification.
|
Modifier and Type | Class and Description |
---|---|
class |
JRDesignItemLabel
An object that specifies how an item label should be displayed.
|
Modifier and Type | Method and Description |
---|---|
void |
JRDesignBar3DPlot.setItemLabel(JRItemLabel itemLabel) |
void |
JRDesignBarPlot.setItemLabel(JRItemLabel itemLabel) |
Constructor and Description |
---|
JRDesignItemLabel(JRItemLabel itemLabel,
JRChart chart)
Constructs a new item label that is a copy of an existing one.
|
Modifier and Type | Class and Description |
---|---|
class |
JRFillItemLabel |
Modifier and Type | Field and Description |
---|---|
protected JRItemLabel |
JRFillItemLabel.parent |
Modifier and Type | Method and Description |
---|---|
JRItemLabel |
JRFillItemLabel.clone(JRChart parentChart) |
JRItemLabel |
JRFillBarPlot.getItemLabel() |
JRItemLabel |
JRFillPiePlot.getItemLabel() |
JRItemLabel |
JRFillPie3DPlot.getItemLabel() |
JRItemLabel |
JRFillBar3DPlot.getItemLabel() |
Modifier and Type | Method and Description |
---|---|
void |
JRFillBarPlot.setItemLabel(JRItemLabel itemLabel) |
void |
JRFillBar3DPlot.setItemLabel(JRItemLabel itemLabel) |
Constructor and Description |
---|
JRFillItemLabel(JRItemLabel itemLabel,
JRFillObjectFactory factory) |
Modifier and Type | Method and Description |
---|---|
void |
JRApiWriter.writeItemLabel(JRItemLabel itemLabel,
java.lang.String parentName,
java.lang.String itemLabelSuffix)
Writes the description of how to display item labels in a category plot.
|
Modifier and Type | Method and Description |
---|---|
void |
JRXmlWriter.writeItemLabel(JRItemLabel itemLabel)
Writes the description of how to display item labels in a category plot.
|
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com