|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectframework.util.QRCodeUtil
public class QRCodeUtil
QR Code À̹ÌÁö¸¦ »ý¼ºÇÒ ¶§ ÀÌ¿ëÇÒ ¼ö ÀÖ´Â À¯Æ¿¸®Æ¼ Ŭ·¡½ºÀÌ´Ù.
Method Summary | |
---|---|
static void |
create(java.lang.String url,
java.io.File target_file,
int width)
QRCode À̹ÌÁö¸¦ »ý¼ºÇÑ´Ù. |
static void |
create(java.lang.String url,
java.io.File target_file,
int width,
int height)
QRCode À̹ÌÁö¸¦ »ý¼ºÇÑ´Ù. |
static void |
create(java.lang.String url,
java.lang.String target_folderpath,
java.lang.String target_filename,
int width)
QRCode À̹ÌÁö¸¦ »ý¼ºÇÑ´Ù. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void create(java.lang.String url, java.lang.String target_folderpath, java.lang.String target_filename, int width)
url
- : QRCode ½ºÄµ ½Ã À̵¿ÇÒ °÷ÀÇ URLtarget_folderpath
- : QRCode ÀúÀå Æú´õ °æ·Îtarget_filename
- : QRCode ÆÄÀϸíwidth
- : QRCode À̹ÌÁö °¡·Î ±æÀÌpublic static void create(java.lang.String url, java.io.File target_file, int width)
url
- : QRCode ½ºÄµ ½Ã À̵¿ÇÒ °÷ÀÇ URLtarget_file
- : QRCode À̹ÌÁö ÆÄÀÏ °´Ã¼width
- : QRCode À̹ÌÁö °¡·Î ±æÀÌpublic static void create(java.lang.String url, java.io.File target_file, int width, int height)
url
- : QRCode ½ºÄµ ½Ã À̵¿ÇÒ °÷ÀÇ URLtarget_file
- : QRCode À̹ÌÁö ÆÄÀÏ °´Ã¼width
- : QRCode À̹ÌÁö °¡·Î ±æÀÌheight
- : QRCode À̹ÌÁö ¼¼·Î ±æÀÌ
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |