inetsoft.report.painter
Class BarcodeEAN128Presenter
java.lang.Object
inetsoft.report.painter.AbstractBarcodePresenter
inetsoft.report.painter.BarcodeEAN128Presenter
- All Implemented Interfaces:
- Presenter, Serializable
public class BarcodeEAN128Presenter
- extends AbstractBarcodePresenter
This presenter displays a string in the EAN128 symbology.
- See Also:
- Serialized Form
| Methods inherited from class inetsoft.report.painter.AbstractBarcodePresenter |
getBackground, getBarcodeSizeRate, getBarHeight, getBarWidth, getPreferredSize, getResolution, isFill, isPresenterOf, isPresenterOf, isRawDataRequired, paint, setBackground, setBarHeight, setBarWidth, setFont, setResolution |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BarcodeEAN128Presenter
public BarcodeEAN128Presenter()
createBarcode
protected net.sourceforge.barbecue.Barcode createBarcode(String str)
- Create a barcode object.
- Specified by:
createBarcode in class AbstractBarcodePresenter
getDisplayName
public String getDisplayName()
- Get the display name of this presenter.
- Returns:
- a user-friendly name for this presenter.