QREncodeParams Class Documentation
classQREncodeParamsNamespace:com::datalogics::PDFL
Detailed Description
Used to control how the QR code is created.
Referenced by
Uses types
Constructor & Destructor Documentation
QREncodeParams
Parameters
Create a new QREncodeParams object using the specified values.
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:
voidgetBackgroundColor
QRColorgetBackgroundColor()Returns:
QRColorGet the Color of the Background.
getCodeColor
QRColorgetCodeColor()Returns:
QRColorGet the Color of the Code.
getErrorCorrectionLevel
QRErrorCorrectionLevelgetErrorCorrectionLevel()Returns:
QRErrorCorrectionLevelGet the Error Correction Level of the code.
getHeight
doublegetHeight()Returns:
doubleGet the Height of the code.
getQuietZoneSize
longgetQuietZoneSize()Returns:
longGet the Quiet Zone Size of the code.
getTextToEncode
StringgetTextToEncode()Returns:
StringGet the Text to be encoded.
getWidth
doublegetWidth()Returns:
doubleGet the Width of the code.
getX
doublegetX()Returns:
doubleGet the X location of the code.
getY
doublegetY()Returns:
doubleGet the Y location of the code.
setBackgroundColor
voidsetBackgroundColor(QRColorbackgroundColor)Parameters
backgroundColor: QRColor
Returns:
voidSet the Color of the Background.
setCodeColor
voidsetCodeColor(QRColorcodeColor)Parameters
codeColor: QRColor
Returns:
voidSet the Color of the Code.
setErrorCorrectionLevel
voidsetErrorCorrectionLevel(QRErrorCorrectionLevelerrorLevel)Parameters
errorLevel: QRErrorCorrectionLevel
Returns:
voidSet the Error Correction Level of the code.
setHeight
voidsetHeight(doubleheight)Parameters
height: double
Returns:
voidSet the Height of the code.
setQuietZoneSize
voidsetQuietZoneSize(longquiteSize)Parameters
quiteSize: long
Returns:
voidSet the Quiet Zone Size of the code.
setTextToEncode
voidsetTextToEncode(StringtextToEncode)Parameters
textToEncode: String
Returns:
voidSet the Text to be encoded.
setWidth
voidsetWidth(doublewidth)Parameters
width: double
Returns:
voidSet the Width of the code.
setX
voidsetX(doublex)Parameters
x: double
Returns:
voidSet the X location of the code.
setY
voidsetY(doubley)Parameters
y: double
Returns:
voidSet the Y location of the code.