![]() |
Barcode.jar
ver 3.0.0
Java 開発者向け バーコード作成ライブラリ
|
公開メンバ関数 | |
| Common () | |
| void | fillRect_float (Graphics2D g, float x, float y, float width, float height) |
| float | cmTo (Graphics2D g, float cm) |
| float | cmTo (int dpi, float cm) |
| float | mm2Pixel (int dpi, float mm) |
| float | inch2Pixel (int dpi, float inch) |
| float | point2Pixel (int dpi, float point) |
| float | toCm (Graphics g, float hatena) |
| float | pointTo (Graphics g, float point) |
| boolean | isNumeric (String hoge) |
| boolean | isParseAbleInteger (String s, int i1, int i2) |
| float | ToPixel (Graphics g, float Hatena) |
| Graphics2D | getCanvasAndGraphics (float width, float height, boolean textWrite, Font soejiFont, int rowCnt, IBarCodeImg bar) |
| Graphics2D | getCanvasAndGraphics (float width, float height, IBarCodeImg bar) |
| Graphics2D | getCanvasAndGraphics (float x, float y, float width, float height, boolean textWrite, Font soejiFont, int rowCnt, IBarCodeImg bar) |
| Graphics2D | getCanvasAndGraphics (float x, float y, float width, float height, IBarCodeImg bar) |
| String | bin2pat (String bin) |
| String | getSuffix (String fileName) |
限定公開メンバ関数 | |
| AffineTransform | setToRotation (double theta, double x, double y) |
| pao.barcode.Common.Common | ( | ) |
Creates an instance for Common
| float pao.barcode.Common.cmTo | ( | Graphics2D | g, |
| float | cm | ||
| ) |
Converts cm to pixel
| g | Graphics |
| cm | Value in cm |
| void pao.barcode.Common.fillRect_float | ( | Graphics2D | g, |
| float | x, | ||
| float | y, | ||
| float | width, | ||
| float | height | ||
| ) |
Fill rectangle by float
| g | Graphics |
| x | |
| x | |
| width | |
| height |
| float pao.barcode.Common.inch2Pixel | ( | int | dpi, |
| float | inch | ||
| ) |
Converts inch to pixel
| g | Graphics |
| inch | Value in inch |
| boolean pao.barcode.Common.isNumeric | ( | String | hoge | ) |
Number Check Of String
| hoge | String |
| boolean pao.barcode.Common.isParseAbleInteger | ( | String | s, |
| int | i1, | ||
| int | i2 | ||
| ) |
Checks whether string s is parseable to integer or not
| s | String |
| i1 | First index in string to be parsed |
| i2 | Last index in string to be parsed |
| float pao.barcode.Common.mm2Pixel | ( | int | dpi, |
| float | mm | ||
| ) |
Converts mm to pixel
| g | Graphics |
| mm | Value in mm |
| float pao.barcode.Common.point2Pixel | ( | int | dpi, |
| float | point | ||
| ) |
Converts point to pixel
| g | Graphics |
| pint | Value in point |
| float pao.barcode.Common.pointTo | ( | Graphics | g, |
| float | point | ||
| ) |
Converts point to pixel
| g | Graphics |
| point | Value in point |
|
protected |
| theta | |
| x | |
| y |
| float pao.barcode.Common.toCm | ( | Graphics | g, |
| float | hatena | ||
| ) |
Converts pixel to cm
| g | Graphics |
| hatena | Value in pixel |
1.8.11