Uses of Interface
net.sf.jasperreports.customizers.util.ItemsCounter
-
Packages that use ItemsCounter Package Description net.sf.jasperreports.customizers.shape net.sf.jasperreports.customizers.util -
-
Uses of ItemsCounter in net.sf.jasperreports.customizers.shape
Classes in net.sf.jasperreports.customizers.shape that implement ItemsCounter Modifier and Type Class Description protected class
LineDotShapeCustomizer.XYPlotSeriesCounter
Methods in net.sf.jasperreports.customizers.shape with parameters of type ItemsCounter Modifier and Type Method Description protected void
AbstractShapeCustomizer. updateItem(ItemsCounter itemsCounter, AbstractShapeCustomizer.ShapeSetter shapeSetter, int index)
Apply the shaped defined in the configuration to the ShapeSetter in the specified index of the passed parameterprotected void
AbstractShapeCustomizer. updateItems(ItemsCounter itemsCounter, AbstractShapeCustomizer.ShapeSetter shapeSetter)
Update all the items in the collection -
Uses of ItemsCounter in net.sf.jasperreports.customizers.util
Classes in net.sf.jasperreports.customizers.util that implement ItemsCounter Modifier and Type Class Description class
CategoryCounter
Methods in net.sf.jasperreports.customizers.util with parameters of type ItemsCounter Modifier and Type Method Description static Integer
CustomizerUtil. resolveIndex(JRAbstractChartCustomizer customizer, ItemsCounter itemsCounter, SeriesNameProvider seriesNameProvider)
Resolve the index of the plot item looking at the properties.static Integer
CustomizerUtil. seriesNameToIndex(ItemsCounter itemsCounter, SeriesNameProvider seriesNameProvider, String seriesName)
Convert a series name to an item index
-