__construct() __construct(mixed $filename = null, \BarcodeBakery\Common\BCGColor $color) : mixed Constructor. Parameters mixed $filename \BarcodeBakery\Common\BCGColor $color Returns mixed —
setFilename() setFilename(mixed $filename) : mixed Sets the filename. Parameters mixed $filename Returns mixed —
getBarcode() getBarcode() : \BarcodeBakery\Common\BCGBarcode Gets barcode for drawing. Returns \BarcodeBakery\Common\BCGBarcode —
setBarcode() setBarcode(\BarcodeBakery\Common\BCGBarcode $barcode) : mixed Sets barcode for drawing. Parameters \BarcodeBakery\Common\BCGBarcode $barcode Returns mixed —
setDPI() setDPI(float $dpi) : mixed Sets the DPI for supported filetype. Parameters float $dpi Returns mixed —
getRotationAngle() getRotationAngle() : float Gets the rotation angle in degree clockwise. Returns float —
setRotationAngle() setRotationAngle(float $degree) : mixed Sets the rotation angle in degree clockwise. Parameters float $degree Returns mixed —
finish() finish(int $image_style = self::IMG_FORMAT_PNG, int $quality = 100) : mixed Saves $im into the file (many format available). Parameters int $image_style int $quality Returns mixed —
drawException() drawException(\BarcodeBakery\Common\Exception $exception) : mixed Writes the Error on the picture. Parameters \BarcodeBakery\Common\Exception $exception Returns mixed —