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:
intGet the Blue color.
getGreen
intgetGreen()Returns:
intGet the Green color.
getRed
intgetRed()Returns:
intGet the Red color.
setBlue
voidsetBlue(intred)Parameters
red: int
Returns:
voidSet the Blue color.
setGreen
voidsetGreen(intred)Parameters
red: int
Returns:
voidSet the Green color.
setRed
voidsetRed(intred)Parameters
red: int
Returns:
voidSet the Red color.