Uses of Class
com.google.zxing.qrcode.encoder.MinimalEncoder.VersionSize
-
Packages that use MinimalEncoder.VersionSize Package Description com.google.zxing.qrcode.encoder -
-
Uses of MinimalEncoder.VersionSize in com.google.zxing.qrcode.encoder
Methods in com.google.zxing.qrcode.encoder that return MinimalEncoder.VersionSize Modifier and Type Method Description (package private) static MinimalEncoder.VersionSize
MinimalEncoder. getVersionSize(Version version)
static MinimalEncoder.VersionSize
MinimalEncoder.VersionSize. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MinimalEncoder.VersionSize[]
MinimalEncoder.VersionSize. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.zxing.qrcode.encoder with parameters of type MinimalEncoder.VersionSize Modifier and Type Method Description (package private) static Version
MinimalEncoder. getVersion(MinimalEncoder.VersionSize versionSize)
-