public class ZxQRCode extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
m_iBorder |
protected int |
m_iModuleSize |
Constructor and Description |
---|
ZxQRCode() |
Modifier and Type | Method and Description |
---|---|
Dimension |
getBounds() |
String |
getCode() |
int |
getCodeWidth() |
int |
getHeight() |
BufferedImage |
getImage() |
int |
getModuleSize() |
int |
getWidth() |
boolean |
isOpaque() |
void |
paint(Graphics g) |
void |
paint(Graphics g,
int x,
int y) |
void |
setCode(String value) |
void |
setCode(String value,
int ecl) |
void |
setModuleSize(int moduleSize) |
void |
setOpaque(boolean value) |
public void setCode(String value)
public void setCode(String value, int ecl)
public String getCode()
public int getCodeWidth()
public int getHeight()
public int getWidth()
public Dimension getBounds()
public boolean isOpaque()
public void setOpaque(boolean value)
public void paint(Graphics g)
public void paint(Graphics g, int x, int y)
public BufferedImage getImage()
public int getModuleSize()
public void setModuleSize(int moduleSize)
moduleSize
- the m_iModuleSize to setCopyright © 2021. All rights reserved.