Style Intelligence v12.0

inetsoft.report.painter
Class QRCodePresenter

java.lang.Object
  extended by inetsoft.report.painter.Abstract2DCodePresenter
      extended by 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

Constructor Summary
QRCodePresenter()
           
 
Method Summary
protected  com.google.zxing.common.BitMatrix createMatrix(String str, int width)
          Create a qrcode object.
 String getDisplayName()
          Get the display name of this presenter.
 
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
 

Constructor Detail

QRCodePresenter

public QRCodePresenter()
Method Detail

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.

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.