Uses of Interface
net.sf.jasperreports.charts.JRItemLabel
Packages that use JRItemLabel
Package
Description
Contains interfaces for chart plots and chart datasets.
Contains base implementations for chart related interfaces.
Contains design time implementations for chart related interfaces.
Contains fill time implementations for chart related interfaces.
Contains utility classes for complex chart customization.
-
Uses of JRItemLabel in net.sf.jasperreports.charts
Methods in net.sf.jasperreports.charts that return JRItemLabelModifier and TypeMethodDescriptionReturns the item label formatting mask.ChartCopyObjectFactory.copyItemLabel(JRItemLabel itemLabel, JRChart chart) JRBarPlot.getItemLabel()JRPiePlot.getItemLabel()Methods in net.sf.jasperreports.charts with parameters of type JRItemLabelModifier and TypeMethodDescriptionChartCopyObjectFactory.copyItemLabel(JRItemLabel itemLabel, JRChart chart) -
Uses of JRItemLabel in net.sf.jasperreports.charts.base
Classes in net.sf.jasperreports.charts.base that implement JRItemLabelModifier and TypeClassDescriptionclassAn immutable representation of the formatting options for showing the item labels in a category plot.Fields in net.sf.jasperreports.charts.base declared as JRItemLabelModifier and TypeFieldDescriptionprotected JRItemLabelJRBaseBarPlot.itemLabelprotected JRItemLabelJRBasePiePlot.itemLabelMethods in net.sf.jasperreports.charts.base that return JRItemLabelModifier and TypeMethodDescriptionChartCopyBaseObjectFactory.copyItemLabel(JRItemLabel itemLabel, JRChart chart) JRBaseBarPlot.getItemLabel()JRBasePiePlot.getItemLabel()Methods in net.sf.jasperreports.charts.base with parameters of type JRItemLabelModifier and TypeMethodDescriptionChartCopyBaseObjectFactory.copyItemLabel(JRItemLabel itemLabel, JRChart chart) voidJRBasePiePlot.setItemLabel(JRItemLabel itemLabel) Constructors in net.sf.jasperreports.charts.base with parameters of type JRItemLabelModifierConstructorDescriptionJRBaseItemLabel(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 JRItemLabelModifier and TypeClassDescriptionclassAn object that specifies how an item label should be displayed.Methods in net.sf.jasperreports.charts.design that return JRItemLabelModifier and TypeMethodDescriptionChartCopyDesignObjectFactory.copyItemLabel(JRItemLabel itemLabel, JRChart chart) Methods in net.sf.jasperreports.charts.design with parameters of type JRItemLabelModifier and TypeMethodDescriptionChartCopyDesignObjectFactory.copyItemLabel(JRItemLabel itemLabel, JRChart chart) voidJRDesignBar3DPlot.setItemLabel(JRItemLabel itemLabel) Deprecated.voidJRDesignBarPlot.setItemLabel(JRItemLabel itemLabel) Constructors in net.sf.jasperreports.charts.design with parameters of type JRItemLabelModifierConstructorDescriptionJRDesignItemLabel(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 JRItemLabelFields in net.sf.jasperreports.charts.fill declared as JRItemLabelMethods in net.sf.jasperreports.charts.fill that return JRItemLabelMethods in net.sf.jasperreports.charts.fill with parameters of type JRItemLabelConstructors in net.sf.jasperreports.charts.fill with parameters of type JRItemLabelModifierConstructorDescriptionJRFillItemLabel(JRItemLabel itemLabel, JRFillObjectFactory factory) -
Uses of JRItemLabel in net.sf.jasperreports.charts.util
Methods in net.sf.jasperreports.charts.util with parameters of type JRItemLabelModifier and TypeMethodDescriptionvoidChartsApiWriter.writeItemLabel(JRItemLabel itemLabel, String parentName, String itemLabelSuffix) Writes the description of how to display item labels in a category plot.