__construct()
checkParams()
draw()
getAutomaticRenderError()
getBarcode()
getHorizontalPosition()
getLeftOffset()
getModuleSize()
getRendererNamespace()
getTopOffset()
getTransparentBackground()
getType()
getVerticalPosition()
render()
setAutomaticRenderError()
setBarcode()
setHorizontalPosition()
setLeftOffset()
setModuleSize()
setOptions()
setRendererNamespace()
setTopOffset()
setTransparentBackground()
setVerticalPosition()
adjustPosition()
checkBarcodeObject()
checkSpecificParams()
drawPolygon()
drawText()
initRenderer()
drawInstructionList()
$automaticRenderError
$barcode
$horizontalPosition
$leftOffset
$moduleSize
$rendererNamespace
$resource
$topOffset
$transparentBackground
$type
$verticalPosition
Class for rendering the barcode
__construct(array | \Traversable $options)
array\Traversable
checkParams() : bool
bool
draw() : mixed
getAutomaticRenderError() : bool
bool
getBarcode() : \Zend\Barcode\Object\ObjectInterface
getHorizontalPosition() : string
string
getLeftOffset() : int
int
getModuleSize() : float
float
getRendererNamespace() : string
string
getTopOffset() : int
int
getTransparentBackground() : bool
bool
getType() : string
string
getVerticalPosition() : string
string
render() : mixed
inherited_from | \Zend\Barcode\Renderer\RendererInterface::render() |
---|
mixed
setAutomaticRenderError(bool $value) : \Zend\Barcode\Renderer\AbstractRenderer
setBarcode(\Zend\Barcode\Object\ObjectInterface $barcode) : \Zend\Barcode\Renderer\AbstractRenderer
setHorizontalPosition(string $value) : \Zend\Barcode\Renderer\AbstractRenderer
string
\Zend\Barcode\Renderer\Exception\UnexpectedValueException |
---|
setLeftOffset(int $value) : \Zend\Barcode\Renderer\AbstractRenderer
setModuleSize(float $value) : \Zend\Barcode\Renderer\AbstractRenderer
setOptions(array $options) : \Zend\Barcode\Renderer\AbstractRenderer
setRendererNamespace(string $namespace) : \Zend\Barcode\Renderer\AbstractRenderer
setTopOffset(int $value) : \Zend\Barcode\Renderer\AbstractRenderer
setTransparentBackground($bool) : \Zend\Barcode\Renderer\$this
\Zend\Barcode\Renderer\$this
setVerticalPosition(string $value) : \Zend\Barcode\Renderer\AbstractRenderer
string
\Zend\Barcode\Renderer\Exception\UnexpectedValueException |
---|
adjustPosition(float $supportHeight, float $supportWidth) : void
float
float
checkBarcodeObject() : void
checkSpecificParams() : void
drawPolygon(array $points, int $color, bool $filled)
array
int
bool
drawText(string $text, float $size, array $position, string $font, int $color, string $alignment, float | int $orientation)
string
float
array
string
int
string
floatint
initRenderer() : void
drawInstructionList()
$automaticRenderError : bool
$horizontalPosition : string
$leftOffset : int
$moduleSize : float
$rendererNamespace : string
$resource
$topOffset : int
$transparentBackground : Boolean
$type : string
$verticalPosition : string