inetsoft.report.painter
Class QRCodePresenter
java.lang.Object
inetsoft.report.painter.Abstract2DCodePresenter
inetsoft.report.painter.QRCodePresenter
- All Implemented Interfaces:
- Presenter, Serializable
public class QRCodePresenter
- extends Abstract2DCodePresenter
This presenter displays a string in the QR code.
- See Also:
- Serialized Form
| Methods inherited from class inetsoft.report.painter.Abstract2DCodePresenter |
getBackground, getBarcodeSizeRate, getPreferredSize, getWidth, isFill, isPresenterOf, isPresenterOf, isRawDataRequired, paint, setBackground, setFont, setWidth |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QRCodePresenter
public QRCodePresenter()
createMatrix
protected com.google.zxing.common.BitMatrix createMatrix(String str,
int width)
- Create a qrcode object.
- Specified by:
createMatrix in class Abstract2DCodePresenter
getDisplayName
public String getDisplayName()
- Get the display name of this presenter.
- Returns:
- a user-friendly name for this presenter.