cn.signit.sdk.pojo
类 SignSize.Builder
java.lang.Object
cn.signit.sdk.pojo.SignSize.Builder
- 所有已实现的接口:
- Builder<SignSize>
- 包容类:
- SignSize
public static class SignSize.Builder
- extends Object
- implements Builder<SignSize>
签名大小的建造器
- 从以下版本开始:
- 2.5.0
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SignSize.Builder
public SignSize.Builder()
height
public SignSize.Builder height(Float height)
- 参数:
height - 此签名的高
- 返回:
- 签名大小的建造器
- 从以下版本开始:
- 2.5.0
width
public SignSize.Builder width(Float width)
- 参数:
width - 此签名的宽
- 返回:
- 签名大小的建造器
- 从以下版本开始:
- 2.5.0
build
public SignSize build()
- 指定者:
- 接口
Builder<SignSize> 中的 build
- 返回:
- 返回一个新的
SignSize对象 - 从以下版本开始:
- 2.5.0
Copyright © 2020. All rights reserved.