Uses of Interface
net.sf.jasperreports.charts.JRItemLabel
-
Packages that use JRItemLabel 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.charts.util Contains utility classes for complex chart customization. -
-
Uses of JRItemLabel in net.sf.jasperreports.charts
Methods in net.sf.jasperreports.charts that return JRItemLabel Modifier and Type Method Description JRItemLabel
JRItemLabel. clone(JRChart parentChart)
Returns the item label formatting mask.JRItemLabel
ChartCopyObjectFactory. copyItemLabel(JRItemLabel itemLabel, JRChart chart)
JRItemLabel
JRBarPlot. getItemLabel()
JRItemLabel
JRPiePlot. getItemLabel()
Methods in net.sf.jasperreports.charts with parameters of type JRItemLabel Modifier and Type Method Description JRItemLabel
ChartCopyObjectFactory. copyItemLabel(JRItemLabel itemLabel, JRChart chart)
-
Uses of JRItemLabel in net.sf.jasperreports.charts.base
Classes in net.sf.jasperreports.charts.base that implement JRItemLabel Modifier and Type Class Description class
JRBaseItemLabel
An immutable representation of the formatting options for showing the item labels in a category plot.Fields in net.sf.jasperreports.charts.base declared as JRItemLabel Modifier and Type Field Description protected JRItemLabel
JRBaseBarPlot. itemLabel
protected JRItemLabel
JRBasePiePlot. itemLabel
Methods in net.sf.jasperreports.charts.base that return JRItemLabel Modifier and Type Method Description JRItemLabel
JRBaseItemLabel. clone(JRChart parentChart)
JRItemLabel
ChartCopyBaseObjectFactory. copyItemLabel(JRItemLabel itemLabel, JRChart chart)
JRItemLabel
JRBaseBarPlot. getItemLabel()
JRItemLabel
JRBasePiePlot. getItemLabel()
Methods in net.sf.jasperreports.charts.base with parameters of type JRItemLabel Modifier and Type Method Description JRItemLabel
ChartCopyBaseObjectFactory. copyItemLabel(JRItemLabel itemLabel, JRChart chart)
void
JRBasePiePlot. setItemLabel(JRItemLabel itemLabel)
Constructors in net.sf.jasperreports.charts.base with parameters of type JRItemLabel Constructor Description JRBaseItemLabel(JRItemLabel itemLabel, ChartsBaseObjectFactory 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. -
Uses of JRItemLabel in net.sf.jasperreports.charts.design
Classes in net.sf.jasperreports.charts.design that implement JRItemLabel Modifier and Type Class Description class
JRDesignItemLabel
An object that specifies how an item label should be displayed.Methods in net.sf.jasperreports.charts.design that return JRItemLabel Modifier and Type Method Description JRItemLabel
ChartCopyDesignObjectFactory. copyItemLabel(JRItemLabel itemLabel, JRChart chart)
Methods in net.sf.jasperreports.charts.design with parameters of type JRItemLabel Modifier and Type Method Description JRItemLabel
ChartCopyDesignObjectFactory. copyItemLabel(JRItemLabel itemLabel, JRChart chart)
void
JRDesignBar3DPlot. setItemLabel(JRItemLabel itemLabel)
Deprecated.void
JRDesignBarPlot. setItemLabel(JRItemLabel itemLabel)
Constructors in net.sf.jasperreports.charts.design with parameters of type JRItemLabel Constructor Description JRDesignItemLabel(JRItemLabel itemLabel, JRChart chart)
Constructs a new item label that is a copy of an existing one. -
Uses of JRItemLabel in net.sf.jasperreports.charts.fill
Classes in net.sf.jasperreports.charts.fill that implement JRItemLabel Modifier and Type Class Description class
JRFillItemLabel
Fields in net.sf.jasperreports.charts.fill declared as JRItemLabel Modifier and Type Field Description protected JRItemLabel
JRFillItemLabel. parent
Methods in net.sf.jasperreports.charts.fill that return JRItemLabel Modifier and Type Method Description JRItemLabel
JRFillItemLabel. clone(JRChart parentChart)
JRItemLabel
JRFillBarPlot. getItemLabel()
JRItemLabel
JRFillPiePlot. getItemLabel()
Methods in net.sf.jasperreports.charts.fill with parameters of type JRItemLabel Modifier and Type Method Description void
JRFillBarPlot. setItemLabel(JRItemLabel itemLabel)
Constructors in net.sf.jasperreports.charts.fill with parameters of type JRItemLabel Constructor Description JRFillItemLabel(JRItemLabel itemLabel, JRFillObjectFactory factory)
-
Uses of JRItemLabel in net.sf.jasperreports.charts.util
Methods in net.sf.jasperreports.charts.util with parameters of type JRItemLabel Modifier and Type Method Description void
ChartsApiWriter. writeItemLabel(JRItemLabel itemLabel, String parentName, String itemLabelSuffix)
Writes the description of how to display item labels in a category plot.
-