pao.reports
クラス PdfBarCodeQRCode

java.lang.Object
  上位を拡張 pao.barcode.QRCode
      上位を拡張 pao.reports.PdfBarCodeQRCode

public class PdfBarCodeQRCode
extends pao.barcode.QRCode


コンストラクタの概要
PdfBarCodeQRCode()
           
PdfBarCodeQRCode(java.awt.Graphics2D g)
           
PdfBarCodeQRCode(pao.reports.PdfContents c)
           
 
メソッドの概要
 void draw(java.lang.String code, float x, float y, float width, float height)
          QRコードの描画を行います。
 pao.reports.PmDefFontAttr getTextFontAttr()
           
 void setTextFontAttr(pao.reports.PmDefFontAttr fontAttr)
           
 
クラス pao.barcode.QRCode から継承されたメソッド
draw, drawDelicate, drawDelicate, getEncodeMode, getErrorCorrect, getRotateAngle, getVersion, setEncodeMode, setErrorCorrect, setRotateAngle, setVersion, WriteSVG, WriteSVG
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PdfBarCodeQRCode

public PdfBarCodeQRCode(java.awt.Graphics2D g)
パラメータ:
g -

PdfBarCodeQRCode

public PdfBarCodeQRCode(pao.reports.PdfContents c)
パラメータ:
c -

PdfBarCodeQRCode

public PdfBarCodeQRCode()
メソッドの詳細

getTextFontAttr

public pao.reports.PmDefFontAttr getTextFontAttr()

setTextFontAttr

public void setTextFontAttr(pao.reports.PmDefFontAttr fontAttr)

draw

public void draw(java.lang.String code,
                 float x,
                 float y,
                 float width,
                 float height)
QRコードの描画を行います。

オーバーライド:
クラス pao.barcode.QRCode 内の draw
パラメータ:
code - 描画を行うバーコードのコードを文字列で指定します。
x - 描画位置の始点(左上)のX座標を指定します。
y - 描画位置の始点(左上)のY座標を指定します。
width - バーコードの全体の幅を指定します。
height - バーコードのバーの高さを指定します。