-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
hupei
committed
Nov 20, 2020
1 parent
023c7bb
commit b92d2cf
Showing
4 changed files
with
137 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 28 additions & 0 deletions
28
zxingscanner/src/main/java/com/mylhyl/zxing/scanner/encode/QRLogoBorderType.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
package com.mylhyl.zxing.scanner.encode; | ||
|
||
/** | ||
* Created by hupei on 2020/11/20. | ||
* <p> | ||
* 功能描述:二维码logo边框枚举类型 | ||
* | ||
* <ul> | ||
* 业务逻辑说明: | ||
* <li></li> | ||
* </ul> | ||
* | ||
* <ul> | ||
* 注意事项: | ||
* <li></li> | ||
* </ul> | ||
* | ||
* <ul> | ||
* 变更记录: | ||
* <li></li> | ||
* </ul> | ||
* | ||
* @author hupei | ||
* @since 2.1.8 | ||
*/ | ||
public enum QRLogoBorderType { | ||
RECTANGLE, ROUNDED, CIRCLE | ||
} |