FinderPattern

Finder pattern decorator.

Members

Functions

getInnerColor
ColorInterface getInnerColor()

Gets inner color.

getOuterColor
ColorInterface getOuterColor()

Gets outer color.

postProcess
void postProcess(QrCode qrCode, RendererInterface renderer, int outputWidth, int outputHeight, int leftPadding, int topPadding, int multiple)

postProcess(): defined by DecoratorInterface.

preProcess
void preProcess(QrCode qrCode, RendererInterface renderer, int outputWidth, int outputHeight, int leftPadding, int topPadding, int multiple)

preProcess(): defined by DecoratorInterface.

setInnerColor
FinderPattern setInnerColor(ColorInterface color)

Sets inner color.

setOuterColor
FinderPattern setOuterColor(ColorInterface color)

Sets outer color.

Static variables

innerPositionDetectionPattern
int[][] innerPositionDetectionPattern;

Inner position detection pattern.

outerPositionDetectionPattern
int[][] outerPositionDetectionPattern;

Outer position detection pattern.

Variables

innerColor
ColorInterface innerColor;

@var Color\ColorInterface

outerColor
ColorInterface outerColor;

@varColor\ColorInterface

Inherited Members

From DecoratorInterface

preProcess
void preProcess(QrCode qrCode, RendererInterface renderer, int outputWidth, int outputHeight, int leftPadding, int topPadding, int multiple)

Pre-process a QR code.

postProcess
void postProcess(QrCode qrCode, RendererInterface renderer, int outputWidth, int outputHeight, int leftPadding, int topPadding, int multiple)

Post-process a QR code.

Meta