\BaconQrCode\Renderer\Image\DecoratorFinderPattern

Finder pattern decorator.

Summary

Methods
Properties
Constants
setOuterColor()
getOuterColor()
setInnerColor()
getInnerColor()
preProcess()
postProcess()
No public properties found
No constants found
No protected methods found
$innerColor
$outerColor
$outerPositionDetectionPattern
$innerPositionDetectionPattern
N/A
No private methods found
No private properties found
N/A

Properties

$outerColor

$outerColor : 

Type

$outerPositionDetectionPattern

$outerPositionDetectionPattern : array

Outer position detection pattern.

Type

array

$innerPositionDetectionPattern

$innerPositionDetectionPattern : array

Inner position detection pattern.

Type

array

Methods

preProcess()

preProcess(\BaconQrCode\Encoder\QrCode  $qrCode, \BaconQrCode\Renderer\Image\RendererInterface  $renderer, integer  $outputWidth, integer  $outputHeight, integer  $leftPadding, integer  $topPadding, integer  $multiple) : void

preProcess(): defined by DecoratorInterface.

Parameters

\BaconQrCode\Encoder\QrCode $qrCode
\BaconQrCode\Renderer\Image\RendererInterface $renderer
integer $outputWidth
integer $outputHeight
integer $leftPadding
integer $topPadding
integer $multiple

postProcess()

postProcess(\BaconQrCode\Encoder\QrCode  $qrCode, \BaconQrCode\Renderer\Image\RendererInterface  $renderer, integer  $outputWidth, integer  $outputHeight, integer  $leftPadding, integer  $topPadding, integer  $multiple) : void

postProcess(): defined by DecoratorInterface.

Parameters

\BaconQrCode\Encoder\QrCode $qrCode
\BaconQrCode\Renderer\Image\RendererInterface $renderer
integer $outputWidth
integer $outputHeight
integer $leftPadding
integer $topPadding
integer $multiple