Package tech.mgl.core.qrcode
Class MGL_QRCodeUtils.Builder
java.lang.Object
tech.mgl.core.qrcode.MGL_QRCodeUtils.Builder
- Enclosing class:
MGL_QRCodeUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()intgetLogo()getPath()intgetWidth()setContent(String content) setHeight(int height) setLogo(MGL_QRCodeLogo logo) setPictureType(MGL_QRCodeUtils.PictureType pictureType) setWidth(int width)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
getLogo
-
setLogo
-
getWidth
public int getWidth() -
setWidth
-
getHeight
public int getHeight() -
setHeight
-
getPictureType
-
setPictureType
-
getPath
-
setPath
-
getContent
-
setContent
-
build
-