Uses of Interface
net.sf.jasperreports.barcode4j.BarcodeImageProducer
-
Packages that use BarcodeImageProducer Package Description net.sf.jasperreports.barcode4j Contains classes for the built-in Barcode4J component. -
-
Uses of BarcodeImageProducer in net.sf.jasperreports.barcode4j
Classes in net.sf.jasperreports.barcode4j that implement BarcodeImageProducer Modifier and Type Class Description class
BarcodeRasterizedImageProducer
class
BarcodeSVGImageProducer
Fields in net.sf.jasperreports.barcode4j with type parameters of type BarcodeImageProducer Modifier and Type Field Description protected static JRSingletonCache<BarcodeImageProducer>
BarcodeUtils. imageProducerCache
Methods in net.sf.jasperreports.barcode4j that return BarcodeImageProducer Modifier and Type Method Description BarcodeImageProducer
BarcodeUtils. getProducer(JRPropertiesHolder propertiesHolder)
-