Barcode.jar  ver 3.0.0
Java 開発者向け バーコード作成ライブラリ
公開メンバ関数 | 全メンバ一覧
pao.barcode.GS1_128 クラス
pao.barcode.GS1_128 の継承関係図
pao.barcode.EAN128

公開メンバ関数

 GS1_128 (Graphics2D g)
 
 GS1_128 (String filePath)
 
- 基底クラス pao.barcode.EAN128 に属する継承公開メンバ関数
 EAN128 ()
 
 EAN128 (Graphics2D g)
 
 EAN128 (String filePath)
 
void SetGraphics (Graphics2D g)
 
void setTextWrite (boolean value)
 
boolean getTextWrite ()
 
void setTextKintou (boolean value)
 
boolean getTextKintou ()
 
void setTextFont (Font value)
 
Font getTextFont ()
 
void setRotateAngle (float value)
 
float getRotateAngle ()
 
int getKuroBarChousei ()
 
void setKuroBarChousei (int value)
 
int getDPI ()
 
void setDPI (int dpi)
 
int getImgMargin ()
 
void setImgMargin (int value)
 
boolean getDispStartStopCode ()
 
void setDispStartStopCode (boolean value)
 
CodeSet128 getCodeABC ()
 
void setCodeABC (CodeSet128 _codeABC)
 
void draw (String code)
 
void draw (String code, float x, float y, float width, float height)
 
void draw (String code, float x, float y, float width, float height, String filePath)
 
void draw (String code, float x, float y, float width, float height, GraphicsUnit gu, int dpi)
 
void draw (String code, float x, float y, float width, float height, GraphicsUnit gu, int dpi, boolean roundDecimalPoint)
 
void drawDelicate (String code, float x, float y, float minLineWidth, float height)
 
void drawDelicate (String code, float x, float y, float minLineWidth, float height, String filePath)
 
void drawDirect (String code, float x, float y, float width, float height)
 
void drawDirect (String code, float x, float y, float width, float height, String filePath)
 
void drawDirect (String code, float x, float y, float width, float height, GraphicsUnit gu, int dpi, boolean roundDecimalPoint)
 
void drawDirect (String code, float x, float y, float width, float height, GraphicsUnit gu, int dpi)
 
void drawConvenienceDelicate (String code, float x, float y, float minLineWidth, float height)
 
void drawConvenience (String code, float x, float y, float width, float height, GraphicsUnit gu, int dpi, boolean roundDecimalPoint)
 
void drawConvenienceDirect (String code, float x, float y, float width, float height, GraphicsUnit gu, int dpi, boolean roundDecimalPoint)
 
void pDrawConvenienceDelicate (String code, float mmX, float mmY, float mmHeight)
 
float getDrawDirectWidth (String code, float width)
 
float getDrawDelicateWidth (String code, float minLineWidth)
 
float getDrawConvenienceDelicateWidth (String code, float minLineWidth)
 

詳解

Class GS1_128 is a barcode library used to generate barcode with GS1-128 method

著者
PAO

構築子と解体子

pao.barcode.GS1_128.GS1_128 ( Graphics2D  g)

Creates a new instance for GS1_128

引数
gGraphics where the barcode is going to be generated in

このクラス詳解は次のファイルから抽出されました: