Uses of Interface
net.sf.jasperreports.customizers.shape.AbstractShapeCustomizer.ShapeSetter
-
Packages that use AbstractShapeCustomizer.ShapeSetter Package Description net.sf.jasperreports.customizers.shape -
-
Uses of AbstractShapeCustomizer.ShapeSetter in net.sf.jasperreports.customizers.shape
Classes in net.sf.jasperreports.customizers.shape that implement AbstractShapeCustomizer.ShapeSetter Modifier and Type Class Description protected class
LegendShapeCustomizer.AbstractRendererLegendShapeSetter
protected class
LineDotShapeCustomizer.AbstractRendererSeriesShapeSetter
Methods in net.sf.jasperreports.customizers.shape with parameters of type AbstractShapeCustomizer.ShapeSetter 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
-