|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectpao.barcode.Matrix2of5
pao.reports.PdfBarCodeMatrix2of5
public class PdfBarCodeMatrix2of5
コンストラクタの概要 | |
---|---|
PdfBarCodeMatrix2of5(java.awt.Graphics2D g)
|
|
PdfBarCodeMatrix2of5(pao.reports.PdfContents c)
|
メソッドの概要 | |
---|---|
void |
draw(java.lang.String code)
バーコードの描画を行います。 |
void |
draw(java.lang.String code,
float x,
float y,
float width,
float height)
バーコードの描画を行います。 |
void |
drawDelicate(java.lang.String code,
float x,
float y,
float minLineWidth,
float height)
バーコードの描画を行います。 |
void |
drawDirect(java.lang.String code,
float x,
float y,
float width,
float height)
バーコードの描画を行います。 |
pao.reports.PmDefFontAttr |
getTextFontAttr()
Font getTextFont() 添字のフォント取得 |
void |
setTextFontAttr(pao.reports.PmDefFontAttr fontAttr)
void setTextFont (Font value) 添字のフォント設定 |
クラス pao.barcode.Matrix2of5 から継承されたメソッド |
---|
getDPI, getKuroBarChousei, getRotateAngle, getTextFont, getTextKintou, getTextWrite, setDPI, setKuroBarChousei, setRotateAngle, setTextFont, setTextKintou, setTextWrite |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
インタフェース pao.reports.IBarcodeDraw から継承されたメソッド |
---|
getRotateAngle, getTextFont, getTextKintou, getTextWrite, setRotateAngle, setTextFont, setTextKintou, setTextWrite |
コンストラクタの詳細 |
---|
public PdfBarCodeMatrix2of5(java.awt.Graphics2D g)
g
- public PdfBarCodeMatrix2of5(pao.reports.PdfContents c)
c
- メソッドの詳細 |
---|
public pao.reports.PmDefFontAttr getTextFontAttr()
IBarcodeDraw
の記述:
IBarcodeDraw
内の getTextFontAttr
public void setTextFontAttr(pao.reports.PmDefFontAttr fontAttr)
IBarcodeDraw
の記述:
IBarcodeDraw
内の setTextFontAttr
fontAttr
- 添字のフォントpublic void draw(java.lang.String code)
IBarcodeDraw
内の draw
pao.barcode.Matrix2of5
内の draw
code
- 描画を行うバーコードのコードを文字列で指定します。public void draw(java.lang.String code, float x, float y, float width, float height)
IBarcodeDraw
内の draw
pao.barcode.Matrix2of5
内の draw
code
- 描画を行うバーコードのコードを文字列で指定します。x
- 描画位置の始点(左上)のX座標を指定します。y
- 描画位置の始点(左上)のY座標を指定します。width
- バーコードの全体の幅を指定します。height
- バーコードのバーの高さを指定します。public void drawDelicate(java.lang.String code, float x, float y, float minLineWidth, float height)
IBarcodeDraw
内の drawDelicate
pao.barcode.Matrix2of5
内の drawDelicate
code
- Text to be generated as barcodex
- 描画位置の始点(左上)のX座標を指定します。y
- 描画位置の始点(左上)のY座標を指定します。minLineWidth
- バーコードを描画するバーの最小幅の値を指定します。height
- バーコードのバーの高さを指定します。public void drawDirect(java.lang.String code, float x, float y, float width, float height)
IBarcodeDraw
の記述:
IBarcodeDraw
内の drawDirect
pao.barcode.Matrix2of5
内の drawDirect
code
- 描画を行うバーコードのコードを文字列で指定します。x
- 描画位置の始点(左上)のX座標を指定します。y
- 描画位置の始点(左上)のY座標を指定します。width
- バーコードの全体の幅を指定します。height
- バーコードのバーの高さを指定します。
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |