__construct()
checkParams()
draw()
getAutomaticRenderError()
getBarcode()
getHorizontalPosition()
getLeftOffset()
getModuleSize()
getRendererNamespace()
getTopOffset()
getType()
getVerticalPosition()
render()
setAutomaticRenderError()
setBarcode()
setHorizontalPosition()
setLeftOffset()
setModuleSize()
setOptions()
setRendererNamespace()
setTopOffset()
setVerticalPosition()
adjustPosition()
checkBarcodeObject()
checkSpecificParams()
drawPolygon()
drawText()
initRenderer()
drawInstructionList()
$automaticRenderError
$barcode
$horizontalPosition
$leftOffset
$moduleSize
$rendererNamespace
$resource
$topOffset
$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() : integer
integer
getModuleSize() : float
float
getRendererNamespace() : string
string
getTopOffset() : integer
integer
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(integer $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(integer $value) : \Zend\Barcode\Renderer\AbstractRenderer
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, integer $color, bool $filled)
array
integer
bool
drawText(string $text, float $size, array $position, string $font, integer $color, string $alignment, float $orientation)
string
float
array
string
integer
string
float
initRenderer() : void
drawInstructionList()
$automaticRenderError : bool
$horizontalPosition : integer
$leftOffset : integer
$moduleSize : float
$rendererNamespace : string
$resource
$topOffset : integer
$type : string
$verticalPosition : integer