QRColor Class Documentation
classQRColorNamespace:com::datalogics::PDFL
Detailed Description
Used to control how the QR color is created.
Referenced by
Constructor & Destructor Documentation
QRColor
QRColor()Create a new QRColor object.
Member Function Documentation
DisposeChildren
voidDisposeChildren()Returns:
void[static initializer]
static void[static initializer]()delete
synchronized voiddelete(Booleandisposing)Parameters
disposing: Boolean
Returns:
synchronized voiddelete
synchronized voiddelete()Returns:
synchronized voidfinalize
voidfinalize()Returns:
voidgetBlue
intgetBlue()Returns:
The blue component value.Gets the blue component of the QR color.
getGreen
intgetGreen()Returns:
The green component value.Gets the green component of the QR color.
getRed
intgetRed()Returns:
The red component value.Gets the red component of the QR color.
setBlue
voidsetBlue(intred)Parameters
red: intThe blue component value to set.
Returns:
voidSets the blue component of the QR color.
setGreen
voidsetGreen(intred)Parameters
red: intThe green component value to set.
Returns:
voidSets the green component of the QR color.
setRed
voidsetRed(intred)Parameters
red: intThe red component value to set.
Returns:
voidSets the red component of the QR color.