pao.reports
クラス PdfBarCodeQRCode
java.lang.Object
pao.barcode.QRCode
pao.reports.PdfBarCodeQRCode
public class PdfBarCodeQRCode
- extends pao.barcode.QRCode
メソッドの概要 |
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
- バーコードのバーの高さを指定します。