public class BarCodeUtils
extends java.lang.Object
implements java.lang.Cloneable, java.io.Serializable
限定符和类型 | 方法和说明 |
---|---|
static java.lang.Integer[] |
getAllSupportedBarCodeTypeArray() |
static BarcodeImpl |
getBarcodeImpl(BarcodeAttr barcodeAttr,
java.lang.String text) |
static BarcodeImpl |
getBarcodeImpl(BarcodePainter barcodePainter) |
static java.lang.String |
getBarCodeTypeName(int type) |
static java.lang.String |
getTestTextByBarCode(int index) |
static java.awt.Image |
value2Image(java.lang.Object value,
int resolution,
Style style,
int width,
int height) |
static java.awt.Image |
value2Image(java.lang.Object value,
int resolution,
Style style,
java.awt.Rectangle paint,
java.awt.Rectangle clip) |
static java.awt.Image |
value2ImageWithBackground(java.lang.Object value,
int resolution,
Style style,
int width,
int height) |
public static BarcodeImpl getBarcodeImpl(BarcodePainter barcodePainter) throws BarcodeException
BarcodeException
public static BarcodeImpl getBarcodeImpl(BarcodeAttr barcodeAttr, java.lang.String text) throws BarcodeException
BarcodeException
public static java.lang.String getBarCodeTypeName(int type)
public static java.lang.Integer[] getAllSupportedBarCodeTypeArray()
public static java.lang.String getTestTextByBarCode(int index)
public static java.awt.Image value2ImageWithBackground(java.lang.Object value, int resolution, Style style, int width, int height)
public static java.awt.Image value2Image(java.lang.Object value, int resolution, Style style, int width, int height)
public static java.awt.Image value2Image(java.lang.Object value, int resolution, Style style, java.awt.Rectangle paint, java.awt.Rectangle clip)