}
public RenderedImage generateRectDataMatrix(Barcodable barcodable, int width, int height) throws IOException {
DataMatrixBean dmb = (DataMatrixBean)DATAMATRIX;
dmb.setShape(SymbolShapeHint.FORCE_RECTANGLE);
return getImage(barcodable, dmb, new BarcodeDimension(width, height));
}