| draw(String code, float x, float y, float width, float height) | pao.barcode.QRCode | |
| draw(String code, float x, float y, float width, float height, String filePath) | pao.barcode.QRCode | |
| draw(byte code[], float x, float y, float width, float height) | pao.barcode.QRCode | |
| drawDelicate(String code, float x, float y, float minLinePitch) | pao.barcode.QRCode | |
| drawDelicate(String code, float x, float y, float minLinePitch, String filePath) | pao.barcode.QRCode | |
| drawDelicate(byte code[], float x, float y, float minLinePitch) | pao.barcode.QRCode | |
| drawDirect(String code, float x, float y, float width) | pao.barcode.QRCode | |
| drawDirect(String code, float x, float y, float width, String filePath) | pao.barcode.QRCode | |
| drawDirect(byte code[], float x, float y, float width) | pao.barcode.QRCode | |
| getBackColor() | pao.barcode.QRCode | |
| getDrawDelicateWidth(String code, float minLinePitch) | pao.barcode.QRCode | |
| getDrawDelicateWidth(byte code[], float minLinePitch) | pao.barcode.QRCode | |
| getDrawDirectWidth(String code, float width) | pao.barcode.QRCode | |
| getDrawDirectWidth(byte code[], float width) | pao.barcode.QRCode | |
| getEncodeMode() | pao.barcode.QRCode | |
| getErrorCorrect() | pao.barcode.QRCode | |
| getForeColor() | pao.barcode.QRCode | |
| getImageBase64() | pao.barcode.QRCode | |
| getImageFormat() | pao.barcode.QRCode | |
| getImageStream() | pao.barcode.QRCode | |
| getImgMargin() | pao.barcode.QRCode | |
| getRotateAngle() | pao.barcode.QRCode | |
| getStringEncoding() | pao.barcode.QRCode | |
| getVersion() | pao.barcode.QRCode | |
| QRCode(Graphics2D g) | pao.barcode.QRCode | |
| QRCode(String filepath) | pao.barcode.QRCode | |
| QRCode() | pao.barcode.QRCode | |
| QRCode(String imgFormat, boolean useStream) | pao.barcode.QRCode | |
| setBackColor(Color value) | pao.barcode.QRCode | |
| setEncodeMode(String value) | pao.barcode.QRCode | |
| setErrorCorrect(String value) | pao.barcode.QRCode | |
| setForeColor(Color value) | pao.barcode.QRCode | |
| setImageFormat(String value) | pao.barcode.QRCode | |
| setImageStream(ByteArrayOutputStream value) | pao.barcode.QRCode | |
| setImgMargin(int value) | pao.barcode.QRCode | |
| setStringEncoding(String value) | pao.barcode.QRCode | |
| setVersion(int value) | pao.barcode.QRCode | |
| WriteSVG(String code, float x, float y, float minLinePitch, String filePath) | pao.barcode.QRCode | |
| WriteSVG(byte code[], float x, float y, float minLinePitch, String filePath) | pao.barcode.QRCode | |
| writeSVGToString(String code, float x, float y, float width, float height) | pao.barcode.QRCode | |
| writeSVGToString(byte[] code, float x, float y, float width, float height) | pao.barcode.QRCode | |