Package tech.mgl.core.bean
Class MGL_QRCodeLogo.Builder
java.lang.Object
tech.mgl.core.bean.MGL_QRCodeLogo.Builder
- Enclosing class:
MGL_QRCodeLogo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()intgetFile()intintintgetWidth()booleanvoidsetBorder(int border) setBorderColor(Color borderColor) setHeight(int height) setLogoPart(int logoPart) setNeedCompress(boolean needCompress) setWidth(int width)
-
Field Details
-
DEFAULT_BORDER_COLOR
-
DEFAULT_BORDER
public static final int DEFAULT_BORDER- See Also:
-
DEFAULT_LOGO_PART
public static final int DEFAULT_LOGO_PART- See Also:
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
getBorder
public int getBorder() -
setBorder
public void setBorder(int border) -
getBorderColor
-
setBorderColor
-
getLogoPart
public int getLogoPart() -
setLogoPart
-
getWidth
public int getWidth() -
setWidth
-
getHeight
public int getHeight() -
setHeight
-
isNeedCompress
public boolean isNeedCompress() -
setNeedCompress
-
getFile
-
setFile
-
setFile
-
build
-