public class BbqCode
extends java.lang.Object
Constructor and Description |
---|
BbqCode() |
Modifier and Type | Method and Description |
---|---|
static java.awt.image.BufferedImage |
getBbqCode(java.lang.String code) |
static java.awt.image.BufferedImage |
getCode128()
This method returns a message as a barcode (encoded with code 128)
FIXME: Currently not needed, seems that we do not need it anymore.
|
static java.awt.image.BufferedImage |
getCode128(java.lang.String msg) |
static java.awt.image.BufferedImage |
getCode128(java.lang.String msg,
int rot) |
static java.awt.image.BufferedImage |
getCode128(java.lang.String msg,
int rot,
int dpi) |
static java.awt.image.BufferedImage |
getCode128(java.lang.String msg,
int rot,
int dpi,
int barwidth) |
static java.awt.image.BufferedImage |
getCode128(java.lang.String msg,
int rot,
int dpi,
int barwidth,
int fontsize) |
static java.awt.image.BufferedImage |
rotateImage(java.awt.Image src,
double degrees)
FIXME: Add JavaDoc and explain changes due to the tranparency of the background.
|
static java.awt.image.BufferedImage |
rotateImage(java.awt.Image src,
double degrees,
boolean transparent) |
public static java.awt.image.BufferedImage getBbqCode(java.lang.String code)
public static java.awt.image.BufferedImage getCode128()
msg
- Message which should be encoded in the barcode. For example an Id or the Tid. (Default is "BARCODE")rot
- Rotation in degree of the returned barcode (Default is 0)dpi
- Resolution (dpi) of the image (Default is 600)barwidth
- Width of the bars in the barcodefontsize
- Font size of the text elementpublic static java.awt.image.BufferedImage getCode128(java.lang.String msg)
public static java.awt.image.BufferedImage getCode128(java.lang.String msg, int rot)
public static java.awt.image.BufferedImage getCode128(java.lang.String msg, int rot, int dpi)
public static java.awt.image.BufferedImage getCode128(java.lang.String msg, int rot, int dpi, int barwidth)
public static java.awt.image.BufferedImage getCode128(java.lang.String msg, int rot, int dpi, int barwidth, int fontsize)
public static java.awt.image.BufferedImage rotateImage(java.awt.Image src, double degrees)
public static java.awt.image.BufferedImage rotateImage(java.awt.Image src, double degrees, boolean transparent)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.