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 classLineDotShapeCustomizer.XYPlotSeriesCounterMethods in net.sf.jasperreports.customizers.shape with parameters of type ItemsCounter Modifier and Type Method Description protected voidAbstractShapeCustomizer. 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 voidAbstractShapeCustomizer. 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 classCategoryCounterMethods in net.sf.jasperreports.customizers.util with parameters of type ItemsCounter Modifier and Type Method Description static IntegerCustomizerUtil. resolveIndex(net.sf.jasperreports.engine.JRAbstractChartCustomizer customizer, ItemsCounter itemsCounter, SeriesNameProvider seriesNameProvider)Resolve the index of the plot item looking at the properties.static IntegerCustomizerUtil. seriesNameToIndex(ItemsCounter itemsCounter, SeriesNameProvider seriesNameProvider, String seriesName)Convert a series name to an item index
-