public abstract class AbstractBarcodeEvaluator extends Object implements BarcodeVisitor
| Modifier and Type | Field and Description |
|---|---|
protected org.krysalis.barcode4j.impl.AbstractBarcodeBean |
barcodeBean |
protected BarcodeComponent |
barcodeComponent |
protected JRComponentElement |
componentElement |
protected JRDefaultStyleProvider |
defaultStyleProvider |
protected JasperReportsContext |
jasperReportsContext |
protected String |
message |
protected QRCodeBean |
qrCodeBean |
protected Renderable |
renderable |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractBarcodeEvaluator(JasperReportsContext jasperReportsContext,
JRComponentElement componentElement,
JRDefaultStyleProvider defaultStyleProvider) |
protected |
AbstractBarcodeEvaluator(JRComponentElement componentElement,
JRDefaultStyleProvider defaultStyleProvider)
Deprecated.
|
protected final JasperReportsContext jasperReportsContext
protected final JRComponentElement componentElement
protected final BarcodeComponent barcodeComponent
protected final JRDefaultStyleProvider defaultStyleProvider
protected String message
protected org.krysalis.barcode4j.impl.AbstractBarcodeBean barcodeBean
protected QRCodeBean qrCodeBean
protected Renderable renderable
protected AbstractBarcodeEvaluator(JasperReportsContext jasperReportsContext, JRComponentElement componentElement, JRDefaultStyleProvider defaultStyleProvider)
protected AbstractBarcodeEvaluator(JRComponentElement componentElement, JRDefaultStyleProvider defaultStyleProvider)
AbstractBarcodeEvaluator(JasperReportsContext, JRComponentElement, JRDefaultStyleProvider).public void evaluateBarcode()
public Renderable getRenderable()
protected void evaluateBarcodeRenderable(BarcodeComponent barcodeComponent)
protected void evaluateBarcodeRenderable(QRCodeBean qrCodeBean)
protected void setBaseAttributes(Barcode4jComponent barcodeComponent)
protected JRStyle getElementStyle()
public void visitCodabar(CodabarComponent codabar)
visitCodabar in interface BarcodeVisitorprotected abstract void evaluateCodabar(CodabarComponent codabar)
public void visitCode128(Code128Component code128)
visitCode128 in interface BarcodeVisitorprotected abstract void evaluateCode128(Code128Component code128)
public void visitDataMatrix(DataMatrixComponent dataMatrix)
visitDataMatrix in interface BarcodeVisitorprotected abstract void evaluateDataMatrix(DataMatrixComponent dataMatrix)
public void visitEANCode128(EAN128Component ean128)
visitEANCode128 in interface BarcodeVisitorprotected abstract void evaluateEANCode128(EAN128Component ean128)
public void visitCode39(Code39Component code39)
visitCode39 in interface BarcodeVisitorprotected abstract void evaluateCode39(Code39Component code39)
protected abstract void evaluateInterleaved2Of5(Interleaved2Of5Component interleaved2Of5)
public void visitInterleaved2Of5(Interleaved2Of5Component interleaved2Of5)
visitInterleaved2Of5 in interface BarcodeVisitorpublic void visitUPCA(UPCAComponent upcA)
visitUPCA in interface BarcodeVisitorprotected abstract void evaluateUPCA(UPCAComponent upcA)
public void visitUPCE(UPCEComponent upcE)
visitUPCE in interface BarcodeVisitorprotected abstract void evaluateUPCE(UPCEComponent upcE)
public void visitEAN13(EAN13Component ean13)
visitEAN13 in interface BarcodeVisitorprotected abstract void evaluateEAN13(EAN13Component ean13)
public void visitEAN8(EAN8Component ean8)
visitEAN8 in interface BarcodeVisitorprotected abstract void evaluateEAN8(EAN8Component ean8)
public void visitRoyalMailCustomer(RoyalMailCustomerComponent royalMailCustomer)
visitRoyalMailCustomer in interface BarcodeVisitorprotected void setFourStateAttributes(FourStateBarcodeComponent barcodeComponent, org.krysalis.barcode4j.impl.fourstate.AbstractFourStateBean barcodeBean)
protected abstract void evaluateRoyalMailCustomer(RoyalMailCustomerComponent royalMailCustomer)
public void visitUSPSIntelligentMail(USPSIntelligentMailComponent intelligentMail)
visitUSPSIntelligentMail in interface BarcodeVisitorprotected abstract void evaluateUSPSIntelligentMail(USPSIntelligentMailComponent intelligentMail)
public void visitPostnet(POSTNETComponent postnet)
visitPostnet in interface BarcodeVisitorprotected abstract void evaluatePOSTNET(POSTNETComponent intelligentMail)
public void visitPDF417(PDF417Component pdf417)
visitPDF417 in interface BarcodeVisitorprotected abstract void evaluatePDF417(PDF417Component pdf417)
public void visitQRCode(QRCodeComponent qrCode)
visitQRCode in interface BarcodeVisitorprotected abstract void evaluateQRCode(QRCodeComponent qrCode)
Copyright © 2015. All rights reserved.