F I N Q S T V W 

F

file() - Method in class net.glxn.qrgen.QRCode
returns a File representation of the QR code.
file(String) - Method in class net.glxn.qrgen.QRCode
returns a File representation of the QR code.
from(String) - Static method in class net.glxn.qrgen.QRCode
Create a QR code from the given text.
from(VCard) - Static method in class net.glxn.qrgen.QRCode
Creates a a QR Code from the given VCard.

I

ImageType - Enum in net.glxn.qrgen.image
 

N

net.glxn.qrgen - package net.glxn.qrgen
 
net.glxn.qrgen.exception - package net.glxn.qrgen.exception
 
net.glxn.qrgen.image - package net.glxn.qrgen.image
 
net.glxn.qrgen.vcard - package net.glxn.qrgen.vcard
 

Q

QRCode - Class in net.glxn.qrgen
QRCode generator.
QRGenerationException - Exception in net.glxn.qrgen.exception
 
QRGenerationException(String, Throwable) - Constructor for exception net.glxn.qrgen.exception.QRGenerationException
 

S

setAddress(String) - Method in class net.glxn.qrgen.vcard.VCard
 
setCompany(String) - Method in class net.glxn.qrgen.vcard.VCard
 
setEmail(String) - Method in class net.glxn.qrgen.vcard.VCard
 
setName(String) - Method in class net.glxn.qrgen.vcard.VCard
 
setPhonenumber(String) - Method in class net.glxn.qrgen.vcard.VCard
 
setTitle(String) - Method in class net.glxn.qrgen.vcard.VCard
 
setWebsite(String) - Method in class net.glxn.qrgen.vcard.VCard
 
stream() - Method in class net.glxn.qrgen.QRCode
returns a ByteArrayOutputStream representation of the QR code

T

to(ImageType) - Method in class net.glxn.qrgen.QRCode
Overrides the imageType from its default ImageType.PNG
toString() - Method in class net.glxn.qrgen.vcard.VCard
Returns the textual representation of this vcard of the form

BEGIN:VCARD N:John Doe ORG:Company TITLE:Title TEL:1234 URL:www.example.org EMAIL:john.doe@example.org ADR:Street END:VCARD

V

valueOf(String) - Static method in enum net.glxn.qrgen.image.ImageType
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.glxn.qrgen.image.ImageType
Returns an array containing the constants of this enum type, in the order they are declared.
VCard - Class in net.glxn.qrgen.vcard
A simple wrapper for vCard data to use with ZXing QR Code generator.
VCard() - Constructor for class net.glxn.qrgen.vcard.VCard
 
VCard(String) - Constructor for class net.glxn.qrgen.vcard.VCard
 

W

withCharset(String) - Method in class net.glxn.qrgen.QRCode
Overrides the default charset by supplying a EncodeHintType.CHARACTER_SET hint to QRCodeWriter.encode(java.lang.String, com.google.zxing.BarcodeFormat, int, int)
withErrorCorrection(ErrorCorrectionLevel) - Method in class net.glxn.qrgen.QRCode
Overrides the default error correction by supplying a EncodeHintType.ERROR_CORRECTION hint to QRCodeWriter.encode(java.lang.String, com.google.zxing.BarcodeFormat, int, int)
withHint(EncodeHintType, Object) - Method in class net.glxn.qrgen.QRCode
Sets hint to QRCodeWriter.encode(java.lang.String, com.google.zxing.BarcodeFormat, int, int)
withSize(int, int) - Method in class net.glxn.qrgen.QRCode
Overrides the size of the qr from its default 125x125
writeTo(OutputStream) - Method in class net.glxn.qrgen.QRCode
writes a representation of the QR code to the supplied OutputStream
F I N Q S T V W 

Copyright © 2014. All Rights Reserved.